Lines Matching refs:u8SupportedLPLLLIndex
1036 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Init_LPLL() local
1039 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz, E_P… in MHal_PNL_Init_LPLL()
1041 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Init_LPLL()
1047 _MHal_PNL_DumpLPLLTable(pInstance, u8SupportedLPLLLIndex, E_PNL_LPLL_VIDEO); in MHal_PNL_Init_LPLL()
1056 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_Loop_DIV() local
1062 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,u8LPLL_Mode,ldHz,E_P… in MHal_PNL_Get_Loop_DIV()
1064 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_Loop_DIV()
1071 u16loop_div = u16LoopDiv[u8SupportedLPLLLIndex]; in MHal_PNL_Get_Loop_DIV()
1082 E_PNL_SUPPORTED_LPLL_TYPE u8SupportedLPLLLIndex = E_PNL_SUPPORTED_LPLL_MAX; in MHal_PNL_Get_LPLL_LoopGain() local
1088 …u8SupportedLPLLLIndex = _MHal_PNL_GetSupportedLPLLIndex(pInstance, eLPLL_Type,eLPLL_Mode,ldHz,E_PN… in MHal_PNL_Get_LPLL_LoopGain()
1090 if (u8SupportedLPLLLIndex == E_PNL_SUPPORTED_LPLL_MAX) in MHal_PNL_Get_LPLL_LoopGain()
1097 u16loop_gain = u16LoopGain[u8SupportedLPLLLIndex]; in MHal_PNL_Get_LPLL_LoopGain()