Searched refs:AT91SAM9261_PIOB_BASE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/at91/
H A Dat91sam9261reg.h205 #define AT91SAM9261_PIOB_BASE 0xFFFFF600U macro
213 #define PIOB_READ(_reg) *((volatile uint32_t *)(AT91SAM9261_PIOB_BASE + (_reg)))
214 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOB_BASE + (_reg))) = (_val);} while (0)
H A Dat91sam9261bus.c135 {AT91SAM9261_PIOB_BASE, PID_PIOB},

Completed in 76 milliseconds