Home
last modified time | relevance | path

Searched refs:ATMEL_BASE_PIOA (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91sam9261.h79 #define ATMEL_BASE_PIOA 0xfffff400 macro
122 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA
H A Dat91sam9rl.h81 #define ATMEL_BASE_PIOA 0xfffff400 macro
121 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA
H A Dat91sam9263.h90 #define ATMEL_BASE_PIOA 0xfffff200 macro
136 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA
H A Dat91sam9g45.h95 #define ATMEL_BASE_PIOA 0xfffff200 macro
141 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA
H A Dat91sam9260.h94 #define ATMEL_BASE_PIOA 0xfffff400 macro
138 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA
H A Dsama5d2.h123 #define ATMEL_BASE_PIOA 0xfc038000 macro
168 #define ATMEL_BASE_PIOB (ATMEL_BASE_PIOA + 0x40)
H A Dat91rm9200.h64 #define ATMEL_BASE_PIOA 0xFFFFF400 macro
H A Dat91sam9x5.h97 #define ATMEL_BASE_PIOA 0xfffff400 macro
H A Dsama5d3.h140 #define ATMEL_BASE_PIOA 0xfffff200 macro
H A Dsama5d4.h135 #define ATMEL_BASE_PIOA 0xfc06a000 macro
H A Dgpio.h190 ATMEL_BASE_PIOA,
/openbmc/u-boot/board/bluewater/snapper9260/
H A Dsnapper9260.c34 struct at91_port *pioa = (struct at91_port *)ATMEL_BASE_PIOA; in macb_hw_init()
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dat91sam9m10g45_devices.c171 { ATMEL_BASE_PIOA, "PA" },
H A Dat91sam9260_devices.c217 { ATMEL_BASE_PIOA, "PA" },
/openbmc/u-boot/board/siemens/smartweb/
H A Dsmartweb.c80 struct at91_port *pioa = (struct at91_port *)ATMEL_BASE_PIOA; in smartweb_macb_hw_init()
/openbmc/u-boot/board/mini-box/picosam9g45/
H A Dpicosam9g45.c115 struct at91_port *pioa = (struct at91_port *)ATMEL_BASE_PIOA; in picosam9g45_macb_hw_init()
/openbmc/u-boot/board/bluewater/gurnard/
H A Dgurnard.c48 struct at91_port *pioa = (struct at91_port *)ATMEL_BASE_PIOA; in gurnard_macb_hw_init()
/openbmc/u-boot/drivers/gpio/
H A Datmel_pio4.c25 base = (struct atmel_pio4_port *)ATMEL_BASE_PIOA; in atmel_pio4_port_base()
H A Dat91_gpio.c26 return (struct at91_port *)ATMEL_BASE_PIOA; in at91_pio_get_port()
/openbmc/u-boot/include/
H A Di2c.h719 # define I2C_SOFT_DECLARATIONS at91_pio_t *pio = (at91_pio_t *) ATMEL_BASE_PIOA;