Searched defs:PIOA_WRITE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/arm/at91/
H A Dat91sam9261reg.h212 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOA_BASE + (_reg))) = (_val);} while (0) macro
H A Dat91rm9200reg.h199 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOA_BASE + (_reg))) = (_val);} while (0) macro
H A Dat91sam9260reg.h214 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOA_BASE + (_reg))) = (_val);} while (0) macro

Completed in 212 milliseconds