Searched refs:pllctl_reg (Results 1 – 2 of 2) sorted by relevance
53 #define pllctl_reg(pll, reg) (&(pllctl_regs[pll]->reg)) macro54 #define pllctl_reg_read(pll, reg) __raw_readl(pllctl_reg(pll, reg))55 #define pllctl_reg_write(pll, reg, val) __raw_writel(val, pllctl_reg(pll, reg))
130 offset = pllctl_reg(data->pll, div1) + i; in configure_main_pll()132 offset = pllctl_reg(data->pll, div4) + (i - 3); in configure_main_pll()