Home
last modified time | relevance | path

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

/external/u-boot/include/configs/
Dsnapper9260.h90 at91_set_gpio_output(AT91_PIN_PA23, 1); \
97 #define I2C_TRISTATE at91_set_gpio_input(AT91_PIN_PA23, 1);
98 #define I2C_READ at91_get_gpio_value(AT91_PIN_PA23);
101 at91_set_gpio_input(AT91_PIN_PA23, 1); \
103 at91_set_gpio_output(AT91_PIN_PA23, 1); \
104 at91_set_gpio_value(AT91_PIN_PA23, bit); \
/external/u-boot/arch/arm/mach-at91/include/mach/
Dgpio.h47 #define AT91_PIN_PA23 (PIN_BASE + 0x00 + 23) macro