Searched refs:PLLCTL_PLLPWRDN_MASK (Results 1 – 2 of 2) sorted by relevance
111 pllctl_reg_setbits(data->pll, ctl, PLLCTL_PLLPWRDN_MASK); in configure_main_pll()115 pllctl_reg_clrbits(data->pll, ctl, PLLCTL_PLLPWRDN_MASK); in configure_main_pll()
75 #define PLLCTL_PLLPWRDN_MASK BIT(1) macro