Lines Matching refs:u8SupportedLPLLLIndex

1678     E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX;  in MHal_PNL_Init_LPLL()  local
1681u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in MHal_PNL_Init_LPLL()
1683 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Init_LPLL()
1689 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_VIDEO); in MHal_PNL_Init_LPLL()
1704 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_Loop_DIV() local
1710u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in MHal_PNL_Get_Loop_DIV()
1712 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_Loop_DIV()
1719 u16loop_div = u16LoopDiv[u8SupportedLPLLLIndex]; in MHal_PNL_Get_Loop_DIV()
1768 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_LPLL_LoopGain() local
1774u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in MHal_PNL_Get_LPLL_LoopGain()
1776 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_LPLL_LoopGain()
1783 u16loop_gain = u16LoopGain[u8SupportedLPLLLIndex]; in MHal_PNL_Get_LPLL_LoopGain()
3803 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Init_ExtLPLL() local
3805u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in _MHal_PNL_Init_ExtLPLL()
3807 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Init_ExtLPLL()
3813 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_OSD); in _MHal_PNL_Init_ExtLPLL()
3819 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Get_ExtLPLL_LoopDIV() local
3820u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in _MHal_PNL_Get_ExtLPLL_LoopDIV()
3822 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Get_ExtLPLL_LoopDIV()
3828 u16loop_div = u16EXT_LoopDiv[u8SupportedLPLLLIndex]; in _MHal_PNL_Get_ExtLPLL_LoopDIV()
3838 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Get_ExtLPLL_LoopGain() local
3839u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in _MHal_PNL_Get_ExtLPLL_LoopGain()
3841 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Get_ExtLPLL_LoopGain()
3847 u16loop_gain = u16EXT_LoopGain[u8SupportedLPLLLIndex]; in _MHal_PNL_Get_ExtLPLL_LoopGain()