Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h54 #define pllctl_reg_read(pll, reg) __raw_readl(pllctl_reg(pll, reg)) macro
59 (pllctl_reg_read(pll, reg) & ~(mask)) | val)
67 #define pll0div_read(N) ((pllctl_reg_read(CORE_PLL, div##N) & 0xff) + 1)
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dclock.c46 if (!(pllctl_reg_read(data->pll, stat) & PLLSTAT_GOSTAT_MASK)) in wait_for_completion()
100 tmp = pllctl_reg_read(data->pll, secctl); in configure_main_pll()
287 if (pllctl_reg_read(pll, ctl) & PLLCTL_PLLEN_MASK) { in pll_freq_get()
293 (pllctl_reg_read(pll, mult) & in pll_freq_get()
295 output_div = ((pllctl_reg_read(pll, secctl) & in pll_freq_get()