Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/configs/
H A Dsnapper9260.h92 at91_set_gpio_output(AT91_PIN_PA23, 1); \
99 #define I2C_TRISTATE at91_set_gpio_input(AT91_PIN_PA23, 1);
100 #define I2C_READ at91_get_gpio_value(AT91_PIN_PA23);
103 at91_set_gpio_input(AT91_PIN_PA23, 1); \
105 at91_set_gpio_output(AT91_PIN_PA23, 1); \
106 at91_set_gpio_value(AT91_PIN_PA23, bit); \
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h48 #define AT91_PIN_PA23 (PIN_BASE + 0x00 + 23) macro