Searched refs:AT91_PIN_PB10 (Results 1 – 11 of 11) sorted by relevance
/arch/arm/mach-at91/ |
D | board-usb-a9260.c | 162 .gpio = AT91_PIN_PB10, 185 at91_set_GPIO_periph(AT91_PIN_PB10, 1); /* user push button, pull up enabled */ in ek_add_device_buttons() 186 at91_set_deglitch(AT91_PIN_PB10, 1); in ek_add_device_buttons()
|
D | board-usb-a9263.c | 175 .gpio = AT91_PIN_PB10, 198 at91_set_GPIO_periph(AT91_PIN_PB10, 1); /* user push button, pull up enabled */ in ek_add_device_buttons() 199 at91_set_deglitch(AT91_PIN_PB10, 1); in ek_add_device_buttons()
|
D | board-qil-a9260.c | 198 .gpio = AT91_PIN_PB10, 221 at91_set_GPIO_periph(AT91_PIN_PB10, 1); /* user push button, pull up enabled */ in ek_add_device_buttons() 222 at91_set_deglitch(AT91_PIN_PB10, 1); in ek_add_device_buttons()
|
D | board-carmeva.c | 90 .det_pin = AT91_PIN_PB10,
|
D | board-yl-9200.c | 357 at91_set_gpio_input(AT91_PIN_PB10, 1); /* Touchscreen BUSY signal - not used! */ in yl9200_add_device_ts()
|
D | at91sam9261_devices.c | 510 at91_set_A_periph(AT91_PIN_PB10, 0); /* LCDD5 */ in at91_add_device_lcdc()
|
D | at91sam9260_devices.c | 955 at91_set_A_periph(AT91_PIN_PB10, 1); /* TXD3 */ in configure_usart3_pins()
|
D | at91cap9_devices.c | 981 at91_set_A_periph(AT91_PIN_PB10, 1); in configure_ssc1_pins()
|
D | at91rm9200_devices.c | 787 at91_set_A_periph(AT91_PIN_PB10, 1); in configure_ssc1_pins()
|
D | at91sam9263_devices.c | 1115 at91_set_A_periph(AT91_PIN_PB10, 1); in configure_ssc1_pins()
|
/arch/arm/mach-at91/include/mach/ |
D | gpio.h | 68 #define AT91_PIN_PB10 (PIN_BASE + 0x20 + 10) macro
|