Lines Matching refs:u8SupportedLPLLLIndex
1527 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Init_LPLL() local
1530 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in MHal_PNL_Init_LPLL()
1532 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Init_LPLL()
1538 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_VIDEO); in MHal_PNL_Init_LPLL()
1547 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_Loop_DIV() local
1553 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in MHal_PNL_Get_Loop_DIV()
1555 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_Loop_DIV()
1562 u16loop_div = u16LoopDiv[u8SupportedLPLLLIndex]; in MHal_PNL_Get_Loop_DIV()
1573 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_LPLL_LoopGain() local
1579 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in MHal_PNL_Get_LPLL_LoopGain()
1581 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_LPLL_LoopGain()
1588 u16loop_gain = u16LoopGain[u8SupportedLPLLLIndex]; in MHal_PNL_Get_LPLL_LoopGain()
3456 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Init_ExtLPLL() local
3458 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in _MHal_PNL_Init_ExtLPLL()
3460 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Init_ExtLPLL()
3466 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_OSD); in _MHal_PNL_Init_ExtLPLL()
3472 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Get_ExtLPLL_LoopDIV() local
3473 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in _MHal_PNL_Get_ExtLPLL_LoopDIV()
3475 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Get_ExtLPLL_LoopDIV()
3481 u16loop_div = u16EXT_LoopDiv[u8SupportedLPLLLIndex]; in _MHal_PNL_Get_ExtLPLL_LoopDIV()
3491 E_PNL_SUPPORTED_LPLL_EXT_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_EXT_MAX; in _MHal_PNL_Get_ExtLPLL_LoopGain() local
3492 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in _MHal_PNL_Get_ExtLPLL_LoopGain()
3494 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_EXT_MAX) in _MHal_PNL_Get_ExtLPLL_LoopGain()
3500 u16loop_gain = u16EXT_LoopGain[u8SupportedLPLLLIndex]; in _MHal_PNL_Get_ExtLPLL_LoopGain()