Home
last modified time | relevance | path

Searched refs:VPU_BASE (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_lite/hal/kano/vpu_lite/
H A DregVPU_EX.h238 #define VPU_BASE(vpu) ((vpu==VPU_EVDR2)?(REG_VPU_BASE):(REG_VPU_LITE_BASE)) macro
257 #define VPU_REG_EXPC_L(vpu) (VPU_BASE(vpu)+(0x000a<<1))
258 #define VPU_REG_EXPC_H(vpu) (VPU_BASE(vpu)+(0x000b<<1))
260 #define VPU_REG_ICU_STATUS(vpu) (VPU_BASE(vpu)+(0x001f<<1))
264 #define VPU_REG_DCU_DBG_SEL(vpu) (VPU_BASE(vpu)+(0x0028<<1))
267 #define VPU_REG_DCU_STATUS(vpu) (VPU_BASE(vpu)+(0x0029<<1))
270 #define VPU_REG_CPU_SETTING(vpu) (VPU_BASE(vpu)+(0x0040<<1))
283 #define VPU_REG_ICU_SDR_BASE_L(vpu) (VPU_BASE(vpu)+(0x0041<<1)) //byte address
284 #define VPU_REG_ICU_SDR_BASE_H(vpu) (VPU_BASE(vpu)+(0x0042<<1))
285 #define VPU_REG_DCU_SDR_BASE_L(vpu) (VPU_BASE(vpu)+(0x0043<<1)) //byte address
[all …]