Home
last modified time | relevance | path

Searched refs:cur_i2c_bus (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Di2c_core.c219 return gd->cur_i2c_bus; in i2c_get_bus_num()
259 gd->cur_i2c_bus = bus; in i2c_set_bus_num()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h90 int cur_i2c_bus; /* current used i2c bus */ member
/openbmc/u-boot/include/
H A Di2c.h696 #define I2C_BUS gd->cur_i2c_bus
699 #define I2C_ADAP I2C_ADAP_NR(gd->cur_i2c_bus)
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-i2c.c545 if (bus != dev->cur_i2c_bus && in em28xx_i2c_xfer()
553 dev->cur_i2c_bus = bus; in em28xx_i2c_xfer()
H A Dem28xx.h682 unsigned int cur_i2c_bus; // Current I2C bus member