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

/netbsd-current/sys/arch/arm/at91/
H A Dat91sam9260reg.h208 #define AT91SAM9260_PIOC_BASE 0xFFFFF800U macro
217 #define PIOC_READ(_reg) *((volatile uint32_t *)(AT91SAM9260_PIOC_BASE + (_reg)))
218 #define PIOC_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOC_BASE + (_reg))) = (_val);} while (0)
H A Dat91sam9260bus.c142 {AT91SAM9260_PIOC_BASE, PID_PIOC},

Completed in 137 milliseconds