Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h53 #define pllctl_reg(pll, reg) (&(pllctl_regs[pll]->reg)) macro
54 #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))
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dclock.c130 offset = pllctl_reg(data->pll, div1) + i; in configure_main_pll()
132 offset = pllctl_reg(data->pll, div4) + (i - 3); in configure_main_pll()