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

/netbsd-current/sys/arch/arm/at91/
H A Dat91sam9260reg.h207 #define AT91SAM9260_PIOB_BASE 0xFFFFF600U macro
215 #define PIOB_READ(_reg) *((volatile uint32_t *)(AT91SAM9260_PIOB_BASE + (_reg)))
216 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOB_BASE + (_reg))) = (_val);} while (0)
H A Dat91sam9260bus.c141 {AT91SAM9260_PIOB_BASE, PID_PIOB},

Completed in 142 milliseconds