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