Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/atmel/at91rm9200ek/
H A Dled.c26 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in green_led_on()
32 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in yellow_led_on()
38 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in red_led_on()
44 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in green_led_off()
50 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in yellow_led_off()
56 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in red_led_off()
62 at91_pio_t *pio = (at91_pio_t *)ATMEL_BASE_PIO; in coloured_LED_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pio.h20 (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x70)
22 (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x74)
24 (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x04)
26 (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x60)
29 (ATMEL_BASE_PIO + AT91_PIO_PORTD * AT91_ASM_PIO_RANGE + 0x04)
31 (ATMEL_BASE_PIO + AT91_PIO_PORTD * AT91_ASM_PIO_RANGE + 0x60)
33 (ATMEL_BASE_PIO + AT91_PIO_PORTD * AT91_ASM_PIO_RANGE + 0x70)
H A Dat91rm9200.h65 #define ATMEL_BASE_PIO 0xFFFFF400 /* 4x 0x200 Offset */ macro
75 #define AT91_PIO_BASE ATMEL_BASE_PIO
H A Dat91sam9261.h128 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA macro
H A Dat91sam9rl.h126 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA macro
H A Dat91sam9263.h142 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA macro
H A Dat91sam9g45.h147 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA macro
H A Dat91sam9260.h144 #define ATMEL_BASE_PIO ATMEL_BASE_PIOA macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dat91_emac.c323 at91_pio_t *pio = (at91_pio_t *) ATMEL_BASE_PIO; in at91emac_init()