Searched refs:pll_int (Results 1 – 2 of 2) sorted by relevance
1451 uint32_t pll_int; in XCVR_GetFreq() local1459 pll_int = (XCVR_PLL_DIG->LPM_SDM_CTRL1 & XCVR_PLL_DIG_LPM_SDM_CTRL1_LPM_INTG_MASK) >> in XCVR_GetFreq()1468 … pll_int = (XCVR_PLL_DIG->LPM_SDM_CTRL1 & XCVR_PLL_DIG_LPM_SDM_CTRL1_LPM_INTG_SELECTED_MASK) >> in XCVR_GetFreq()1490 freq_float = (ref_clk * 2 * (pll_int - ((float)pll_num / pll_denom))); in XCVR_GetFreq()1496 freq_float = (ref_clk * 2 * (pll_int + ((float)pll_num / (float)pll_denom))); in XCVR_GetFreq()
1907 uint32_t pll_int, pll_denom; in XcvrGetFreq() local1910 pll_int = XCVR_BRD_PLL_LP_SDM_CTRL1_LPM_INTG(XCVR); in XcvrGetFreq()1919 …return (uint32_t)(pll_int << 6) + ((pll_num << 6) / pll_denom); /* Calculate the frequency in MHz… in XcvrGetFreq()