Home
last modified time | relevance | path

Searched refs:pll0div_read (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dclock.c372 freq = pll_freq_get(CORE_PLL) / pll0div_read(1); in ks_clk_get_rate()
375 return pll_freq_get(CORE_PLL) / pll0div_read(2); in ks_clk_get_rate()
378 freq = pll_freq_get(CORE_PLL) / pll0div_read(3); in ks_clk_get_rate()
381 freq = pll_freq_get(CORE_PLL) / pll0div_read(4); in ks_clk_get_rate()
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h68 #define pll0div_read(N) ((pllctl_reg_read(CORE_PLL, div##N) & 0xff) + 1) macro