Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dsoft_i2c.c57 # define I2C_SDA(bit) \ macro
/openbmc/u-boot/include/configs/
H A Dsnapper9260.h97 #define I2C_SDA(bit) do { \ macro
H A Dethernut5.h130 #define I2C_SDA(bit) at91_set_pio_value(AT91_PIO_PORTA, 23, bit) macro
H A Dvct.h173 #define I2C_SDA(bit) vct_gpio_set(CONFIG_SYS_GPIO_I2C_SDA, bit) macro
H A Dhrcon.h405 #define I2C_SDA(bit) \ macro
H A Dstrider.h437 #define I2C_SDA(bit) \ macro
/openbmc/u-boot/include/configs/km/
H A Dkm_arm.h163 #define I2C_SDA(bit) kw_gpio_set_value(KM_KIRKWOOD_SDA_PIN, bit) macro