Lines Matching refs:u8SupportedLPLLLIndex

2433     E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX;  in MHal_PNL_Init_LPLL()  local
2436u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in MHal_PNL_Init_LPLL()
2438 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Init_LPLL()
2444 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_VIDEO); in MHal_PNL_Init_LPLL()
2455 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_Loop_DIV() local
2461u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in MHal_PNL_Get_Loop_DIV()
2463 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_Loop_DIV()
2470 u16loop_div = u16LoopDiv[u8SupportedLPLLLIndex]; in MHal_PNL_Get_Loop_DIV()
2481 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_LPLL_LoopGain() local
2487u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in MHal_PNL_Get_LPLL_LoopGain()
2489 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_LPLL_LoopGain()
2496 u16loop_gain = u16LoopGain[u8SupportedLPLLLIndex]; in MHal_PNL_Get_LPLL_LoopGain()
4745 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Init_ExtLPLL() local
4747u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in _MHal_PNL_Init_ExtLPLL()
4749 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Init_ExtLPLL()
4755 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_OSD); in _MHal_PNL_Init_ExtLPLL()
4761 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Get_ExtLPLL_LoopDIV() local
4762u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in _MHal_PNL_Get_ExtLPLL_LoopDIV()
4764 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Get_ExtLPLL_LoopDIV()
4770 u16loop_div = u16EXT_LoopDiv[u8SupportedLPLLLIndex]; in _MHal_PNL_Get_ExtLPLL_LoopDIV()
4780 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Get_ExtLPLL_LoopGain() local
4781u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in _MHal_PNL_Get_ExtLPLL_LoopGain()
4783 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Get_ExtLPLL_LoopGain()
4789 u16loop_gain = u16EXT_LoopGain[u8SupportedLPLLLIndex]; in _MHal_PNL_Get_ExtLPLL_LoopGain()