Lines Matching refs:u8SupportedLPLLLIndex

2429     E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX;  in MHal_PNL_Init_LPLL()  local
2432u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in MHal_PNL_Init_LPLL()
2434 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Init_LPLL()
2440 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_VIDEO); in MHal_PNL_Init_LPLL()
2451 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_Loop_DIV() local
2457u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in MHal_PNL_Get_Loop_DIV()
2459 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_Loop_DIV()
2466 u16loop_div = u16LoopDiv[u8SupportedLPLLLIndex]; in MHal_PNL_Get_Loop_DIV()
2477 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_LPLL_LoopGain() local
2483u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in MHal_PNL_Get_LPLL_LoopGain()
2485 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_LPLL_LoopGain()
2492 u16loop_gain = u16LoopGain[u8SupportedLPLLLIndex]; in MHal_PNL_Get_LPLL_LoopGain()
4718 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Init_ExtLPLL() local
4720u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in _MHal_PNL_Init_ExtLPLL()
4722 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Init_ExtLPLL()
4728 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_OSD); in _MHal_PNL_Init_ExtLPLL()
4734 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Get_ExtLPLL_LoopDIV() local
4735u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in _MHal_PNL_Get_ExtLPLL_LoopDIV()
4737 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Get_ExtLPLL_LoopDIV()
4743 u16loop_div = u16EXT_LoopDiv[u8SupportedLPLLLIndex]; in _MHal_PNL_Get_ExtLPLL_LoopDIV()
4753 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Get_ExtLPLL_LoopGain() local
4754u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in _MHal_PNL_Get_ExtLPLL_LoopGain()
4756 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Get_ExtLPLL_LoopGain()
4762 u16loop_gain = u16EXT_LoopGain[u8SupportedLPLLLIndex]; in _MHal_PNL_Get_ExtLPLL_LoopGain()