Searched refs:AT91_PIN_PA31 (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/arch/arm/mach-at91/ |
D | board-sam9260ek.c | 294 .gpio = AT91_PIN_PA31, 320 at91_set_gpio_input(AT91_PIN_PA31, 1); /* btn4 */ in ek_add_device_buttons() 321 at91_set_deglitch(AT91_PIN_PA31, 1); in ek_add_device_buttons()
|
D | board-sam9g20ek.c | 291 .gpio = AT91_PIN_PA31, 317 at91_set_gpio_input(AT91_PIN_PA31, 1); /* btn4 */ in ek_add_device_buttons() 318 at91_set_deglitch(AT91_PIN_PA31, 1); in ek_add_device_buttons()
|
D | board-snapper9260.c | 156 .irq = gpio_to_irq(AT91_PIN_PA31),
|
D | board-usb-a9260.c | 88 .phy_irq_pin = AT91_PIN_PA31,
|
D | board-qil-a9260.c | 114 .phy_irq_pin = AT91_PIN_PA31,
|
D | board-sam9263ek.c | 121 at91_set_gpio_input(AT91_PIN_PA31, 1); /* Touchscreen BUSY signal */ in ek_add_device_ts()
|
D | at91rm9200_devices.c | 917 at91_set_A_periph(AT91_PIN_PA31, 1); /* DTXD */ in configure_dbgu_pins() 1060 at91_set_B_periph(AT91_PIN_PA31, 0); /* RTS2 */ in configure_usart2_pins()
|
D | at91sam9260_devices.c | 1094 at91_set_B_periph(AT91_PIN_PA31, 1); /* TXD4 */ in configure_usart4_pins()
|
D | at91sam9g45_devices.c | 487 at91_set_A_periph(AT91_PIN_PA31, 0); in at91_add_device_mci()
|
/linux-2.6.39/arch/arm/mach-at91/include/mach/ |
D | gpio.h | 57 #define AT91_PIN_PA31 (PIN_BASE + 0x00 + 31) macro
|