Searched refs:AT91_PMC_LOCKU (Results 1 – 11 of 11) sorted by relevance
82 while ((readl(&pmc->sr) & AT91_PMC_LOCKU) != AT91_PMC_LOCKU) { in at91_upll_clk_enable()100 while ((readl(&pmc->sr) & AT91_PMC_LOCKU) == AT91_PMC_LOCKU) { in at91_upll_clk_disable()
16 #define AT91_PMC_LOCKU 6 /* UPLL Lock */ macro
46 return !!(status & AT91_PMC_LOCKU); in clk_utmi_ready()
569 if (readl(&pmc->sr) & AT91_PMC_LOCKU) in utmi_clk_enable()625 while ((--timeout) && !(readl(&pmc->sr) & AT91_PMC_LOCKU)) in utmi_clk_enable()
171 #define AT91_PMC_LOCKU (1 << 6) /* UPLL Lock [some SAM9] */ macro
253 #define AT91_PMC_LOCKU (1 << 6) /* UPLL Lock */ macro
854 interrupts = <AT91_PMC_LOCKU>;
167 interrupts-extended = <&pmc AT91_PMC_LOCKU>;
165 interrupts-extended = <&pmc AT91_PMC_LOCKU>;
995 interrupts = <AT91_PMC_LOCKU>;
429 interrupts = <AT91_PMC_LOCKU>;
Completed in 22 milliseconds