Searched refs:PLLSTAT_GOSTAT_MASK (Results 1 – 2 of 2) sorted by relevance
47 if (!(pllctl_reg_read(data->pll, stat) & PLLSTAT_GOSTAT_MASK)) in wait_for_completion()147 pllctl_reg_setbits(data->pll, cmd, PLLSTAT_GOSTAT_MASK); in configure_main_pll()
104 #define PLLSTAT_GOSTAT_MASK BIT(0) macro