Searched refs:PLLCTL_PLLRST_MASK (Results 1 – 2 of 2) sorted by relevance
151 pllctl_reg_setbits(data->pll, ctl, PLLCTL_PLLRST_MASK); in configure_main_pll()153 pllctl_reg_clrbits(data->pll, ctl, PLLCTL_PLLRST_MASK); in configure_main_pll()
73 #define PLLCTL_PLLRST_MASK BIT(3) macro