Home
last modified time | relevance | path

Searched defs:I2C_TRISTATE (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/i2c/
Dsoft_i2c.c49 # define I2C_TRISTATE do { } while (0) macro
/external/u-boot/include/configs/
Dsnapper9260.h97 #define I2C_TRISTATE at91_set_gpio_input(AT91_PIN_PA23, 1); macro
Dethernut5.h135 #define I2C_TRISTATE at91_set_pio_input(AT91_PIO_PORTA, 23, 0) macro
Dvct.h173 #define I2C_TRISTATE vct_gpio_dir(CONFIG_SYS_GPIO_I2C_SDA, 0) macro
Dhrcon.h405 #define I2C_TRISTATE { } macro
Dstrider.h437 #define I2C_TRISTATE { } macro
/external/u-boot/include/configs/km/
Dkm_arm.h174 #define I2C_TRISTATE __set_direction(KM_KIRKWOOD_SDA_PIN, 1) macro