Home
last modified time | relevance | path

Searched refs:u32RiuBaseAdd (Results 1 – 25 of 64) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.c328 MS_VIRT u32RiuBaseAdd=0; in MFE_SetRIU_Base() local
330 u32RiuBaseAdd = MsIoMapGetRiuBase(RIUBASE_MFE0); in MFE_SetRIU_Base()
332 ms_dprintf(ADP_L2,"MFE Init u32RiuBaseAdd = 0x%X\n", (MS_U32)u32RiuBaseAdd); in MFE_SetRIU_Base()
334 MS_VIRT u32RiuBaseAdd=0xa80; in MFE_SetRIU_Base()
337 MS_VIRT u32RiuBaseAdd=0; in MFE_SetRIU_Base()
340 if( !MDrv_MMIO_GetBASE( &u32RiuBaseAdd, &u32NonPMBankSize, MS_MODULE_HW)){ in MFE_SetRIU_Base()
346 (ptrdiff_t)u32RiuBaseAdd, (ptrdiff_t)u32NonPMBankSize); in MFE_SetRIU_Base()
349 mfe_ioctl((MS_VIRT)appPVR_Info->mfe_drvHandle, MFE_IOC_SET_RIU_BASE, u32RiuBaseAdd); in MFE_SetRIU_Base()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/manhattan/mvd/
H A DhalMVD.c180 #define RIU ((unsigned short volatile *) u32RiuBaseAdd)
181 #define RIU8 ((unsigned char volatile *) u32RiuBaseAdd)
206 static MS_U32 u32RiuBaseAdd; variable
308 u32RiuBaseAdd = u32Base; in HAL_MVD_RegSetBase()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/macan/mvd/
H A DhalMVD.c180 #define RIU ((unsigned short volatile *) u32RiuBaseAdd)
181 #define RIU8 ((unsigned char volatile *) u32RiuBaseAdd)
206 static MS_U32 u32RiuBaseAdd; variable
308 u32RiuBaseAdd = u32Base; in HAL_MVD_RegSetBase()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7621/mvd/
H A DhalMVD.c180 #define RIU ((unsigned short volatile *) u32RiuBaseAdd)
181 #define RIU8 ((unsigned char volatile *) u32RiuBaseAdd)
206 static MS_U32 u32RiuBaseAdd; variable
308 u32RiuBaseAdd = u32Base; in HAL_MVD_RegSetBase()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/mainz/mvd/
H A DhalMVD.c180 #define RIU ((unsigned short volatile *) u32RiuBaseAdd)
181 #define RIU8 ((unsigned char volatile *) u32RiuBaseAdd)
206 static MS_U32 u32RiuBaseAdd; variable
308 u32RiuBaseAdd = u32Base; in HAL_MVD_RegSetBase()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maserati/mvd/
H A DhalMVD.c180 #define RIU ((unsigned short volatile *) u32RiuBaseAdd)
181 #define RIU8 ((unsigned char volatile *) u32RiuBaseAdd)
206 static MS_U32 u32RiuBaseAdd; variable
308 u32RiuBaseAdd = u32Base; in HAL_MVD_RegSetBase()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/messi/mvd/
H A DhalMVD.c180 #define RIU ((unsigned short volatile *) u32RiuBaseAdd)
181 #define RIU8 ((unsigned char volatile *) u32RiuBaseAdd)
206 static MS_U32 u32RiuBaseAdd; variable
308 u32RiuBaseAdd = u32Base; in HAL_MVD_RegSetBase()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maxim/mvd/
H A DhalMVD.c180 #define RIU ((unsigned short volatile *) u32RiuBaseAdd)
181 #define RIU8 ((unsigned char volatile *) u32RiuBaseAdd)
206 static MS_U32 u32RiuBaseAdd; variable
308 u32RiuBaseAdd = u32Base; in HAL_MVD_RegSetBase()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7821/mvd/
H A DhalMVD.c180 #define RIU ((unsigned short volatile *) u32RiuBaseAdd)
181 #define RIU8 ((unsigned char volatile *) u32RiuBaseAdd)
206 static MS_U32 u32RiuBaseAdd; variable
308 u32RiuBaseAdd = u32Base; in HAL_MVD_RegSetBase()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c1609 MFE_U32 u32NonPMBankSize=0,u32RiuBaseAdd=0; in MFE_SetRIU_Base() local
1610 if( !MDrv_MMIO_GetBASE( &u32RiuBaseAdd, &u32NonPMBankSize, MS_MODULE_HW)){ in MFE_SetRIU_Base()
1615 …nit u32RiuBaseAdd = 0x%X, u32NonPMBankSize = 0x%X, \n", (unsigned int)u32RiuBaseAdd,(unsigned int)… in MFE_SetRIU_Base()
1617 ioctl(mfe_fd, MFE_IOC_SET_RIU_BASE, u32RiuBaseAdd); in MFE_SetRIU_Base()
/utopia/UTPA2-700.0.x/modules/mvop/hal/maldives/mvop/
H A DhalMVOP.c152 static MS_U32 u32RiuBaseAdd=0;
184 static MS_U32 u32RiuBaseAdd=0; variable
190 #define RIU_MAP u32RiuBaseAdd //obtained in init
391 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/macan/vpu_v3/
H A DhalVPU_EX.c3193 MS_VIRT u32RiuBaseAdd = 0; in HAL_VPU_EX_Efuse_Support_VPX() local
3198 if (!MDrv_MMIO_GetBASE( &u32RiuBaseAdd, &u32NonPMBankSize, MS_MODULE_PM)) in HAL_VPU_EX_Efuse_Support_VPX()
3205 VPRINTF("u32RiuBaseAdd=0x%lx\n", (unsigned long)u32RiuBaseAdd); in HAL_VPU_EX_Efuse_Support_VPX()
3216 HAL_VPU_EfuseWrite2Byte(u32RiuBaseAdd,u16RiuRegDisableVPX.reg__bank_offset,0x21BC);//0x28 in HAL_VPU_EX_Efuse_Support_VPX()
3218 …while ((HAL_VPU_EfuseRead2Byte(u32RiuBaseAdd,u16RiuRegDisableVPX.reg__bank_offset) & 0x2000UL) != … in HAL_VPU_EX_Efuse_Support_VPX()
3228 reg_val = HAL_VPU_EfuseRead2Byte(u32RiuBaseAdd,u16RiuRegEfuseToggle.reg__bank_offset);//0x2c in HAL_VPU_EX_Efuse_Support_VPX()
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC.c3970 MS_U32 u32NonPMBankSize=0,u32RiuBaseAdd=0; in MApi_VDEC_V2_Init() local
3971 if( !MDrv_MMIO_GetBASE( &u32RiuBaseAdd, &u32NonPMBankSize, MS_MODULE_HW)) in MApi_VDEC_V2_Init()
3979 MDrv_HVD_SetOSRegBase(u32RiuBaseAdd); in MApi_VDEC_V2_Init()
4566 MS_U32 u32NonPMBankSize=0,u32RiuBaseAdd=0; in MApi_VDEC_V2_Init_EX() local
4567 if( !MDrv_MMIO_GetBASE( &u32RiuBaseAdd, &u32NonPMBankSize, MS_MODULE_HW)) in MApi_VDEC_V2_Init_EX()
4575 MDrv_HVD_SetOSRegBase(u32RiuBaseAdd); in MApi_VDEC_V2_Init_EX()
10115 MS_U32 u32NonPMBankSize=0,u32RiuBaseAdd=0; in MApi_VDEC_V2_SetDbgLevel() local
10117 if( !MDrv_MMIO_GetBASE( &u32RiuBaseAdd, &u32NonPMBankSize, MS_MODULE_HW)) in MApi_VDEC_V2_SetDbgLevel()
10125 MDrv_HVD_SetOSRegBase(u32RiuBaseAdd); in MApi_VDEC_V2_SetDbgLevel()
12744 MS_U32 u32NonPMBankSize=0,u32RiuBaseAdd=0; in MApi_VDEC_DbgGetProgCnt() local
[all …]
/utopia/UTPA2-700.0.x/modules/mvop/hal/mustang/mvop/
H A DhalMVOP.c160 static MS_U32 u32RiuBaseAdd=0;
211 static MS_U32 u32RiuBaseAdd=0; variable
220 #define RIU_MAP u32RiuBaseAdd //obtained in init
447 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3050 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/hvd/
H A DdrvHVD_sub.c1309 MS_U32 u32NonPMBankSize = 0, u32RiuBaseAdd = 0; in MDrv_HVD_Sub_Init() local
1311 if (!MDrv_MMIO_GetBASE(&u32RiuBaseAdd, &u32NonPMBankSize, MS_MODULE_HW)) in MDrv_HVD_Sub_Init()
1318 HVD_SUB_MSG_INFO("HVD:1 u32RiuBaseAdd = %lx\n", u32RiuBaseAdd); in MDrv_HVD_Sub_Init()
1319 HAL_HVD_Sub_InitRegBase(u32RiuBaseAdd); in MDrv_HVD_Sub_Init()
/utopia/UTPA2-700.0.x/modules/mvop/hal/mooney/mvop/
H A DhalMVOP.c160 static MS_U32 u32RiuBaseAdd=0;
237 static MS_VIRT u32RiuBaseAdd=0; variable
245 #define RIU_MAP u32RiuBaseAdd //obtained in init
501 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3594 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()
/utopia/UTPA2-700.0.x/modules/mvop/hal/M5621/mvop/
H A DhalMVOP.c160 static MS_U32 u32RiuBaseAdd=0;
228 static MS_U32 u32RiuBaseAdd=0; variable
237 #define RIU_MAP u32RiuBaseAdd //obtained in init
484 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3529 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()
/utopia/UTPA2-700.0.x/modules/mvop/hal/manhattan/mvop/
H A DhalMVOP.c159 static MS_U32 u32RiuBaseAdd=0;
231 static MS_VIRT u32RiuBaseAdd=0; variable
239 #define RIU_MAP u32RiuBaseAdd //obtained in init
487 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3493 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()
/utopia/UTPA2-700.0.x/modules/mvop/hal/maserati/mvop/
H A DhalMVOP.c160 static MS_U32 u32RiuBaseAdd=0;
236 static MS_VIRT u32RiuBaseAdd=0; variable
244 #define RIU_MAP u32RiuBaseAdd //obtained in init
496 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3891 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()
/utopia/UTPA2-700.0.x/modules/mvop/hal/M7621/mvop/
H A DhalMVOP.c160 static MS_U32 u32RiuBaseAdd=0;
237 static MS_VIRT u32RiuBaseAdd=0; variable
245 #define RIU_MAP u32RiuBaseAdd //obtained in init
498 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3870 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()
/utopia/UTPA2-700.0.x/modules/mvop/hal/mainz/mvop/
H A DhalMVOP.c168 static MS_U32 u32RiuBaseAdd=0; variable
248 static MS_VIRT u32RiuBaseAdd=0; variable
256 #define RIU_MAP u32RiuBaseAdd //obtained in init
514 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3907 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()
/utopia/UTPA2-700.0.x/modules/mvop/hal/macan/mvop/
H A DhalMVOP.c159 static MS_U32 u32RiuBaseAdd=0;
236 static MS_VIRT u32RiuBaseAdd=0; variable
244 #define RIU_MAP u32RiuBaseAdd //obtained in init
497 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3696 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()
/utopia/UTPA2-700.0.x/modules/mvop/hal/M7821/mvop/
H A DhalMVOP.c160 static MS_U32 u32RiuBaseAdd=0;
235 static MS_VIRT u32RiuBaseAdd=0; variable
243 #define RIU_MAP u32RiuBaseAdd //obtained in init
494 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3832 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()
/utopia/UTPA2-700.0.x/modules/mvop/hal/messi/mvop/
H A DhalMVOP.c168 static MS_U32 u32RiuBaseAdd=0; variable
248 static MS_VIRT u32RiuBaseAdd=0; variable
256 #define RIU_MAP u32RiuBaseAdd //obtained in init
514 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3907 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()
/utopia/UTPA2-700.0.x/modules/mvop/hal/curry/mvop/
H A DhalMVOP.c160 static MS_U32 u32RiuBaseAdd=0;
237 static MS_VIRT u32RiuBaseAdd=0; variable
242 #define RIU_MAP u32RiuBaseAdd //obtained in init
495 u32RiuBaseAdd = u32Base; in HAL_MVOP_RegSetBase()
3880 u32RiuBaseAdd = u32Base; in HAL_MVOP_SubRegSetBase()

123