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

/netbsd-current/sys/arch/arm/at91/
H A Dat91sam9261reg.h206 #define AT91SAM9261_PIOC_BASE 0xFFFFF800U macro
215 #define PIOC_READ(_reg) *((volatile uint32_t *)(AT91SAM9261_PIOC_BASE + (_reg)))
216 #define PIOC_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOC_BASE + (_reg))) = (_val);} while (0)
H A Dat91sam9261bus.c136 {AT91SAM9261_PIOC_BASE, PID_PIOC},

Completed in 75 milliseconds