Home
last modified time | relevance | path

Searched defs:PIOB_WRITE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/at91/
H A Dat91rm9200reg.h201 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOB_BASE + (_reg))) = (_val)… macro
H A Dat91sam9261reg.h214 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOB_BASE + (_reg))) = (_val… macro
H A Dat91sam9260reg.h216 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOB_BASE + (_reg))) = (_val… macro