Home
last modified time | relevance | path

Searched refs:ATMEL_BASE_PIO (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/board/atmel/at91rm9200ek/
H A Dled.c25 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in green_led_on()
31 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in yellow_led_on()
37 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in red_led_on()
43 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in green_led_off()
49 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in yellow_led_off()
55 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in red_led_off()
61 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in coloured_LED_init()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pio.h19 (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x70)
21 (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x74)
23 (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x04)
25 (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x60)
28 (ATMEL_BASE_PIO + AT91_PIO_PORTD * AT91_ASM_PIO_RANGE + 0x04)
30 (ATMEL_BASE_PIO + AT91_PIO_PORTD * AT91_ASM_PIO_RANGE + 0x60)
32 (ATMEL_BASE_PIO + AT91_PIO_PORTD * AT91_ASM_PIO_RANGE + 0x70)
H A Dat91rm9200.h63 #define ATMEL_BASE_PIO 0xFFFFF400 /* 4x 0x200 Offset */ macro
73 #define AT91_PIO_BASE ATMEL_BASE_PIO
H A Dat91sam9261.h122 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA macro
H A Dat91sam9rl.h121 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA macro
H A Dat91sam9263.h136 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA macro
H A Dat91sam9g45.h141 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA macro
H A Dat91sam9260.h138 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA macro
/openbmc/u-boot/drivers/net/
H A Dat91_emac.c322 at91_pio_t *pio = (at91_pio_t *) ATMEL_BASE_PIO; in at91emac_init()