Searched refs:PIOB_WRITE (Results 1 – 4 of 4) sorted by relevance
331 PIOB_WRITE(PIO_ASR, 0x0000000f); in mmnetbus_peripheral_clock()332 PIOB_WRITE(PIO_PDR, 0x0000000f); in mmnetbus_peripheral_clock()
214 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOB_BASE + (_reg))… macro
216 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOB_BASE + (_reg))… macro
201 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOB_BASE + (_reg)))… macro