Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dsoft_i2c.c68 # define I2C_SCL(bit) \ macro
/openbmc/u-boot/include/configs/
H A Dsnapper9260.h105 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit) macro
H A Dethernut5.h129 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit) macro
H A Dvct.h174 #define I2C_SCL(bit) vct_gpio_set(CONFIG_SYS_GPIO_I2C_SCL, bit) macro
H A Dhrcon.h412 #define I2C_SCL(bit) \ macro
H A Dstrider.h444 #define I2C_SCL(bit) \ macro
/openbmc/u-boot/include/configs/km/
H A Dkm_arm.h164 #define I2C_SCL(bit) kw_gpio_set_value(KM_KIRKWOOD_SCL_PIN, bit) macro