Lines Matching full:programmable
30 #define AT91_PMC_PCK0 (1 << 8) /* Programmable Clock 0 */
31 #define AT91_PMC_PCK1 (1 << 9) /* Programmable Clock 1 */
32 #define AT91_PMC_PCK2 (1 << 10) /* Programmable Clock 2 */
33 #define AT91_PMC_PCK3 (1 << 11) /* Programmable Clock 3 */
34 #define AT91_PMC_PCK4 (1 << 12) /* Programmable Clock 4 [AT572D940HF only] */
188 #define AT91_PMC_PCKR(n) (0x40 + ((n) * 4)) /* Programmable Clock 0-N Registers */
189 #define AT91_PMC_ALT_PCKR_CSS (0x7 << 0) /* Programmable Clock Source Selection [alternate lengt…
204 #define AT91_PMC_PCK0RDY (1 << 8) /* Programmable Clock 0 */
205 #define AT91_PMC_PCK1RDY (1 << 9) /* Programmable Clock 1 */
206 #define AT91_PMC_PCK2RDY (1 << 10) /* Programmable Clock 2 */
207 #define AT91_PMC_PCK3RDY (1 << 11) /* Programmable Clock 3 */