0001
0002
0003
0004
0005
0006 #ifndef __XLNX_VCU_H
0007 #define __XLNX_VCU_H
0008
0009 #define VCU_ECODER_ENABLE 0x00
0010 #define VCU_DECODER_ENABLE 0x04
0011 #define VCU_MEMORY_DEPTH 0x08
0012 #define VCU_ENC_COLOR_DEPTH 0x0c
0013 #define VCU_ENC_VERTICAL_RANGE 0x10
0014 #define VCU_ENC_FRAME_SIZE_X 0x14
0015 #define VCU_ENC_FRAME_SIZE_Y 0x18
0016 #define VCU_ENC_COLOR_FORMAT 0x1c
0017 #define VCU_ENC_FPS 0x20
0018 #define VCU_MCU_CLK 0x24
0019 #define VCU_CORE_CLK 0x28
0020 #define VCU_PLL_BYPASS 0x2c
0021 #define VCU_ENC_CLK 0x30
0022 #define VCU_PLL_CLK 0x34
0023 #define VCU_ENC_VIDEO_STANDARD 0x38
0024 #define VCU_STATUS 0x3c
0025 #define VCU_AXI_ENC_CLK 0x40
0026 #define VCU_AXI_DEC_CLK 0x44
0027 #define VCU_AXI_MCU_CLK 0x48
0028 #define VCU_DEC_VIDEO_STANDARD 0x4c
0029 #define VCU_DEC_FRAME_SIZE_X 0x50
0030 #define VCU_DEC_FRAME_SIZE_Y 0x54
0031 #define VCU_DEC_FPS 0x58
0032 #define VCU_BUFFER_B_FRAME 0x5c
0033 #define VCU_WPP_EN 0x60
0034 #define VCU_PLL_CLK_DEC 0x64
0035 #define VCU_NUM_CORE 0x6c
0036 #define VCU_GASKET_INIT 0x74
0037 #define VCU_GASKET_VALUE 0x03
0038
0039 #endif