Home
last modified time | relevance | path

Searched refs:AT91_PIN_PA23 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dsnapper9260.h88 at91_set_gpio_output(AT91_PIN_PA23, 1); \
95 #define I2C_TRISTATE at91_set_gpio_input(AT91_PIN_PA23, 1);
96 #define I2C_READ at91_get_gpio_value(AT91_PIN_PA23);
99 at91_set_gpio_input(AT91_PIN_PA23, 1); \
101 at91_set_gpio_output(AT91_PIN_PA23, 1); \
102 at91_set_gpio_value(AT91_PIN_PA23, bit); \
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h47 #define AT91_PIN_PA23 (PIN_BASE + 0x00 + 23) macro