Home
last modified time | relevance | path

Searched refs:AT91_PIN_PB11 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/laird/wb45n/
H A Dwb45n.c71 at91_set_gpio_input(AT91_PIN_PB11, 0); in wb45n_gpio_hw_init()
/openbmc/u-boot/board/atmel/at91sam9261ek/
H A Dat91sam9261ek.c171 at91_set_A_periph(AT91_PIN_PB11, 0); /* LCDD6 */ in at91sam9261ek_lcd_hw_init()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h68 #define AT91_PIN_PB11 (PIN_BASE + 0x20 + 11) macro