Searched refs:pllctl_reg_read (Results 1 – 2 of 2) sorted by relevance
55 #define pllctl_reg_read(pll, reg) __raw_readl(pllctl_reg(pll, reg)) macro60 (pllctl_reg_read(pll, reg) & ~(mask)) | val)68 #define pll0div_read(N) ((pllctl_reg_read(CORE_PLL, div##N) & 0xff) + 1)
47 if (!(pllctl_reg_read(data->pll, stat) & PLLSTAT_GOSTAT_MASK)) in wait_for_completion()101 tmp = pllctl_reg_read(data->pll, secctl); in configure_main_pll()288 if (pllctl_reg_read(pll, ctl) & PLLCTL_PLLEN_MASK) { in pll_freq_get()294 (pllctl_reg_read(pll, mult) & in pll_freq_get()296 output_div = ((pllctl_reg_read(pll, secctl) & in pll_freq_get()