Searched refs:AT91_PIN_PA21 (Results 1 – 11 of 11) sorted by relevance
/arch/arm/mach-at91/ |
D | board-csb337.c | 172 .gpio = AT91_PIN_PA21, 200 at91_set_gpio_input(AT91_PIN_PA21, 1); /* sw2 */ in csb300_add_device_buttons() 201 at91_set_deglitch(AT91_PIN_PA21, 1); in csb300_add_device_buttons()
|
D | board-carmeva.c | 120 .gpio = AT91_PIN_PA21,
|
D | board-neocore926.c | 80 .vbus_pin = { AT91_PIN_PA24, AT91_PIN_PA21 },
|
D | board-sam9263ek.c | 81 .vbus_pin = { AT91_PIN_PA24, AT91_PIN_PA21 },
|
D | at91sam9261_devices.c | 724 at91_set_B_periph(AT91_PIN_PA21, 1); in configure_ssc1_pins()
|
D | at91sam9rl_devices.c | 847 at91_set_A_periph(AT91_PIN_PA21, 0); /* DRXD */ in configure_dbgu_pins()
|
D | at91sam9260_devices.c | 177 at91_set_A_periph(AT91_PIN_PA21, 0); /* EMDIO */ in at91_add_device_eth()
|
D | at91cap9_devices.c | 372 at91_set_A_periph(AT91_PIN_PA21, 1); in at91_add_device_mmc()
|
D | at91rm9200_devices.c | 965 at91_set_gpio_output(AT91_PIN_PA21, 1); in configure_usart0_pins()
|
D | at91sam9263_devices.c | 319 at91_set_A_periph(AT91_PIN_PA21, 1); in at91_add_device_mmc()
|
/arch/arm/mach-at91/include/mach/ |
D | gpio.h | 46 #define AT91_PIN_PA21 (PIN_BASE + 0x00 + 21) macro
|