Searched refs:AT91_PIN_PA21 (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/arch/arm/mach-at91/ |
D | board-csb337.c | 170 .gpio = AT91_PIN_PA21, 198 at91_set_gpio_input(AT91_PIN_PA21, 1); /* sw2 */ in csb300_add_device_buttons() 199 at91_set_deglitch(AT91_PIN_PA21, 1); in csb300_add_device_buttons()
|
D | board-carmeva.c | 118 .gpio = AT91_PIN_PA21,
|
D | board-rsi-ews.c | 209 at91_set_gpio_output(AT91_PIN_PA21, 0); in rsi_ews_board_init()
|
D | at91sam9g45_devices.c | 598 .scl_pin = AT91_PIN_PA21, 631 at91_set_GPIO_periph(AT91_PIN_PA21, 1); /* TWCK (SCL) */ in at91_add_device_i2c() 632 at91_set_multi_drive(AT91_PIN_PA21, 1); in at91_add_device_i2c() 696 at91_set_A_periph(AT91_PIN_PA21, 0); /* TWCK */ in at91_add_device_i2c() 697 at91_set_multi_drive(AT91_PIN_PA21, 1); in at91_add_device_i2c()
|
D | board-neocore926.c | 74 .vbus_pin = { AT91_PIN_PA24, AT91_PIN_PA21 },
|
D | board-sam9263ek.c | 76 .vbus_pin = { AT91_PIN_PA24, AT91_PIN_PA21 },
|
D | at91sam9261_devices.c | 762 at91_set_B_periph(AT91_PIN_PA21, 1); in configure_ssc1_pins()
|
D | at91sam9rl_devices.c | 973 at91_set_A_periph(AT91_PIN_PA21, 0); /* DRXD */ in configure_dbgu_pins()
|
D | at91rm9200_devices.c | 976 at91_set_gpio_output(AT91_PIN_PA21, 1); in configure_usart0_pins()
|
D | at91sam9260_devices.c | 186 at91_set_A_periph(AT91_PIN_PA21, 0); /* EMDIO */ in at91_add_device_eth()
|
D | at91sam9263_devices.c | 326 at91_set_A_periph(AT91_PIN_PA21, 1); in at91_add_device_mmc()
|
/linux-3.4.99/arch/arm/mach-at91/include/mach/ |
D | gpio.h | 45 #define AT91_PIN_PA21 (0x00 + 21) macro
|
/linux-3.4.99/drivers/tty/serial/ |
D | atmel_serial.c | 277 at91_set_gpio_value(AT91_PIN_PA21, 0); in atmel_set_mctrl() 279 at91_set_gpio_value(AT91_PIN_PA21, 1); in atmel_set_mctrl()
|