Searched refs:AT91SAM9261_PIOA_BASE (Results 1 – 2 of 2) sorted by relevance
204 #define AT91SAM9261_PIOA_BASE 0xFFFFF400U macro211 #define PIOA_READ(_reg) *((volatile uint32_t *)(AT91SAM9261_PIOA_BASE + (_reg)))212 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOA_BASE + (_reg))…
134 {AT91SAM9261_PIOA_BASE, PID_PIOA}, in at91sam9261bus_search_peripherals()