Searched refs:AT91_PMC_LOCKB (Results 1 – 9 of 9) sorted by relevance
168 while ((readl(&pmc->sr) & AT91_PMC_LOCKB) != AT91_PMC_LOCKB) { in at91_pllb_clk_enable()186 while ((readl(&pmc->sr) & AT91_PMC_LOCKB) != 0) { in at91_pllb_clk_disable()
14 #define AT91_PMC_LOCKB 2 /* PLLB Lock */ macro
216 while (!(readl(&pmc->sr) & AT91_PMC_LOCKB)) in at91_pllb_init()261 while ((readl(&pmc->sr) & AT91_PMC_LOCKB) != AT91_PMC_LOCKB) { in at91_pllb_clk_enable()279 while ((readl(&pmc->sr) & AT91_PMC_LOCKB) != 0) { in at91_pllb_clk_disable()
169 #define AT91_PMC_LOCKB (1 << 2) /* PLLB Lock */ macro
251 #define AT91_PMC_LOCKB (1 << 2) /* PLLB Lock */ macro
616 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
153 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
158 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
133 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
Completed in 22 milliseconds