Lines Matching refs:u8SupportedLPLLLIndex
1299 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Init_LPLL() local
1302 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in MHal_PNL_Init_LPLL()
1304 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Init_LPLL()
1310 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_VIDEO); in MHal_PNL_Init_LPLL()
1319 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_Loop_DIV() local
1325 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in MHal_PNL_Get_Loop_DIV()
1327 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_Loop_DIV()
1334 u16loop_div = u16LoopDiv[u8SupportedLPLLLIndex]; in MHal_PNL_Get_Loop_DIV()
1345 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_LPLL_LoopGain() local
1351 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in MHal_PNL_Get_LPLL_LoopGain()
1353 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_LPLL_LoopGain()
1360 u16loop_gain = u16LoopGain[u8SupportedLPLLLIndex]; in MHal_PNL_Get_LPLL_LoopGain()
3058 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Init_ExtLPLL() local
3060 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in _MHal_PNL_Init_ExtLPLL()
3062 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Init_ExtLPLL()
3068 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_OSD); in _MHal_PNL_Init_ExtLPLL()
3074 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Get_ExtLPLL_LoopDIV() local
3075 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in _MHal_PNL_Get_ExtLPLL_LoopDIV()
3077 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Get_ExtLPLL_LoopDIV()
3083 u16loop_div = u16EXT_LoopDiv[u8SupportedLPLLLIndex]; in _MHal_PNL_Get_ExtLPLL_LoopDIV()
3093 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Get_ExtLPLL_LoopGain() local
3094 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in _MHal_PNL_Get_ExtLPLL_LoopGain()
3096 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Get_ExtLPLL_LoopGain()
3102 u16loop_gain = u16EXT_LoopGain[u8SupportedLPLLLIndex]; in _MHal_PNL_Get_ExtLPLL_LoopGain()