Searched refs:AT91_PIN_PB14 (Results 1 – 2 of 2) sorted by relevance
244 at91_set_gpio_output(AT91_PIN_PB14, 1); in gurnard_enable_console()245 at91_set_gpio_value(AT91_PIN_PB14, enable ? 0 : 1); in gurnard_enable_console()
71 #define AT91_PIN_PB14 (PIN_BASE + 0x20 + 14) macro