Searched refs:AT91_PMC_LOCKB (Results 1 – 7 of 7) 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()
217 while (!(readl(&pmc->sr) & AT91_PMC_LOCKB)) in at91_pllb_init()262 while ((readl(&pmc->sr) & AT91_PMC_LOCKB) != AT91_PMC_LOCKB) { in at91_pllb_clk_enable()280 while ((readl(&pmc->sr) & AT91_PMC_LOCKB) != 0) { in at91_pllb_clk_disable()
251 #define AT91_PMC_LOCKB (1 << 2) /* PLLB Lock */ macro
613 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
153 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
133 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
158 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
Completed in 13 milliseconds