Searched refs:PIO_ASR (Results 1 – 4 of 4) sorted by relevance
316 PIOA_WRITE(PIO_ASR, 0x06000000); in mmnetbus_peripheral_clock()324 PIOA_WRITE(PIO_ASR, 0x0000000f); in mmnetbus_peripheral_clock()331 PIOB_WRITE(PIO_ASR, 0x0000000f); in mmnetbus_peripheral_clock()
340 PIOA_WRITE(PIO_ASR, 0x06000000); // assign to peripheral A in mpcsabus_peripheral_clock()348 PIOA_WRITE(PIO_ASR, 0x00000007); // assign to peripheral A in mpcsabus_peripheral_clock()
55 #define PIO_ASR 0x70U /* 70: PIO Peripheral A Select Reg */ macro
299 PIO_WRITE(sc, PIO_ASR, (1U << bit)); in at91pio_per()