Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-keystone/
Dclock.c53 pllctl_reg_clrbits(data->pll, ctl, PLLCTL_PLLENSRC_MASK | in bypass_main_pll()
115 pllctl_reg_clrbits(data->pll, ctl, PLLCTL_PLLPWRDN_MASK); in configure_main_pll()
153 pllctl_reg_clrbits(data->pll, ctl, PLLCTL_PLLRST_MASK); in configure_main_pll()
157 pllctl_reg_clrbits(data->pll, secctl, SECCTL_BYPASS_MASK); in configure_main_pll()
/external/u-boot/arch/arm/mach-keystone/include/mach/
Dclock_defs.h64 #define pllctl_reg_clrbits(pll, reg, mask) \ macro