Searched refs:PLL_REF_CLK (Results 1 – 4 of 4) sorted by relevance
8 #define PLL_REF_CLK 50 macro620 ndev->hw.freq = (rst_boot.pnr_mul + 3) * PLL_REF_CLK; in nitrox_get_hwinfo()
775 freq = PLL_REF_CLK; in goya_fetch_psoc_frequency()777 freq = PLL_REF_CLK / (div_fctr + 1); in goya_fetch_psoc_frequency()780 pll_clk = PLL_REF_CLK * (nf + 1) / in goya_fetch_psoc_frequency()
939 freq = PLL_REF_CLK; in gaudi_fetch_psoc_frequency()941 freq = PLL_REF_CLK / (div_fctr + 1); in gaudi_fetch_psoc_frequency()944 pll_clk = PLL_REF_CLK * (nf + 1) / in gaudi_fetch_psoc_frequency()
1328 #define PLL_REF_CLK 50 macro