Searched refs:AT91_PIN_PA15 (Results 1 – 8 of 8) sorted by relevance
98 return !at91_get_gpio_value(AT91_PIN_PA15); /* Touchscreen PENIRQ */ in ads7843_pendown_state()119 at91_set_B_periph(AT91_PIN_PA15, 1); /* External IRQ1, with pullup */ in neocore926_add_device_ts()
99 return !at91_get_gpio_value(AT91_PIN_PA15); /* Touchscreen PENIRQ */ in ads7843_pendown_state()120 at91_set_B_periph(AT91_PIN_PA15, 1); /* External IRQ1, with pullup */ in ek_add_device_ts()
73 .det_pin = AT91_PIN_PA15,
981 at91_set_B_periph(AT91_PIN_PA15, 0); /* RTS2*/ in configure_usart2_pins()
719 at91_set_A_periph(AT91_PIN_PA15, 1); in configure_ssc0_pins()
172 at91_set_A_periph(AT91_PIN_PA15, 0); /* ERX1 */ in at91_add_device_eth()
169 at91_set_A_periph(AT91_PIN_PA15, 0); /* EMDC */ in at91_add_device_eth()
40 #define AT91_PIN_PA15 (PIN_BASE + 0x00 + 15) macro