Searched refs:AT91_PMC_PCK0 (Results 1 – 3 of 3) sorted by relevance
28 #define AT91_PMC_PCK0 (1 << 8) /* Programmable Clock 0 */ macro
177 #define AT91_PMC_PCK0 (1 << 8) /* Programmable Clock 0 */ macro
255 if ((scsr & (AT91_PMC_PCK0 << i)) == 0) in at91_pm_verify_clocks()