Home
last modified time | relevance | path

Searched refs:u32MiuBurstLevel (Results 1 – 25 of 40) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/hvd/
H A DdrvHVD_sub.c399 gSubHVDCtrl.Settings.u32MiuBurstLevel = (MS_U32)E_HVD_BURST_CNT_DISABLE; in _DRV_HVD_Sub_InitVariables()
1151 if( gSubHVDCtrl.Settings.u32MiuBurstLevel != 0xFFFFFFFF ) in _DRV_HVD_Sub_RecoverySettings()
1153 HAL_HVD_Sub_SetCmd(E_HVD_CMD_MIU_BURST_CNT, gSubHVDCtrl.Settings.u32MiuBurstLevel); in _DRV_HVD_Sub_RecoverySettings()
4286 gSubHVDCtrl.Settings.u32MiuBurstLevel=u32Arg; in MDrv_HVD_Sub_SetSettings_Pro()
H A DdrvHVD_def.h866 MS_U32 u32MiuBurstLevel; member
H A DdrvHVD.c1170 if (E_HVD_BURST_CNT_DISABLE != (HVD_MIU_Burst_Cnt_Ctrl) gHVDCtrl.Settings.u32MiuBurstLevel) in _DRV_HVD_RecoverySettings()
1172 HAL_HVD_SetCmd(E_HVD_CMD_MIU_BURST_CNT, gHVDCtrl.Settings.u32MiuBurstLevel); in _DRV_HVD_RecoverySettings()
4466 gHVDCtrl.Settings.u32MiuBurstLevel = u32Arg; in MDrv_HVD_SetSettings_Pro()
/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/hvd_ex/
H A DdrvHVD_def.h949 MS_U32 u32MiuBurstLevel; member
H A DdrvHVD_EX.c1498 … if (E_HVD_BURST_CNT_DISABLE != (HVD_MIU_Burst_Cnt_Ctrl) pCtrl->Settings.u32MiuBurstLevel) in _HVD_EX_RecoverySettings()
1500 HAL_HVD_EX_SetCmd(u32Id, E_HVD_CMD_MIU_BURST_CNT, pCtrl->Settings.u32MiuBurstLevel); in _HVD_EX_RecoverySettings()
6163 pHVDDrvContext->gHVDCtrl_EX[u8DrvId].Settings.u32MiuBurstLevel = u32Arg; in MDrv_HVD_EX_SetSettings_Pro()
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/hvd_v3/
H A DdrvHVD_def.h1064 MS_U32 u32MiuBurstLevel; member
H A DdrvHVD_EX.c1630 … if (E_HVD_BURST_CNT_DISABLE != (HVD_MIU_Burst_Cnt_Ctrl) pCtrl->Settings.u32MiuBurstLevel) in _HVD_EX_RecoverySettings()
1632 HAL_HVD_EX_SetCmd(u32Id, E_HVD_CMD_MIU_BURST_CNT, pCtrl->Settings.u32MiuBurstLevel); in _HVD_EX_RecoverySettings()
7277 pHVDDrvContext->gHVDCtrl_EX[u8DrvId].Settings.u32MiuBurstLevel = u32Arg; in MDrv_HVD_EX_SetSettings_Pro()
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/hvd_lite/
H A DdrvHVD_def.h1066 MS_U32 u32MiuBurstLevel; member
H A DdrvHVD_EX.c1672 … if (E_HVD_BURST_CNT_DISABLE != (HVD_MIU_Burst_Cnt_Ctrl) pCtrl->Settings.u32MiuBurstLevel) in _HVD_EX_RecoverySettings()
1674 HAL_HVD_EX_SetCmd(u32Id, E_HVD_CMD_MIU_BURST_CNT, pCtrl->Settings.u32MiuBurstLevel); in _HVD_EX_RecoverySettings()
7209 pHVDDrvContext->gHVDCtrl_EX[u8DrvId].Settings.u32MiuBurstLevel = u32Arg; in MDrv_HVD_EX_SetSettings_Pro()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/manhattan/hvd/
H A DhalHVD.c2815 pHVDCtrl_Hal->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maxim/hvd/
H A DhalHVD.c2815 pHVDCtrl_Hal->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maserati/hvd/
H A DhalHVD.c2815 pHVDCtrl_Hal->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7821/hvd/
H A DhalHVD.c2815 pHVDCtrl_Hal->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7621/hvd/
H A DhalHVD.c2815 pHVDCtrl_Hal->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/macan/hvd/
H A DhalHVD.c2815 pHVDCtrl_Hal->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maserati/hvd_ex/
H A DhalHVD_EX.c4310 pDrvCtrl->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_EX_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maldives/hvd_ex/
H A DhalHVD_EX.c4332 pDrvCtrl->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_EX_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/messi/hvd_ex/
H A DhalHVD_EX.c4310 pDrvCtrl->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_EX_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7821/hvd_ex/
H A DhalHVD_EX.c4310 pDrvCtrl->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_EX_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mustang/hvd_ex/
H A DhalHVD_EX.c4332 pDrvCtrl->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_EX_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7621/hvd_ex/
H A DhalHVD_EX.c4310 pDrvCtrl->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_EX_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/manhattan/hvd_ex/
H A DhalHVD_EX.c4310 pDrvCtrl->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_EX_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/macan/hvd_ex/
H A DhalHVD_EX.c4310 pDrvCtrl->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_EX_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mainz/hvd_ex/
H A DhalHVD_EX.c4310 pDrvCtrl->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_EX_SetMiuBurstLevel()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maxim/hvd_ex/
H A DhalHVD_EX.c4310 pDrvCtrl->Settings.u32MiuBurstLevel = (MS_U32) eMiuBurstCntCtrl; in HAL_HVD_EX_SetMiuBurstLevel()

12