Searched refs:i2c_bus_tmp (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/i2c/
H A Di2c_core.c111 struct i2c_bus_hose *i2c_bus_tmp = &i2c_bus[I2C_BUS]; local
115 if (i2c_bus_tmp->next_hop[0].chip != 0) {
120 if (i2c_bus_tmp->next_hop[i].chip == 0)
124 i2c_bus_tmp->next_hop[i].mux.id,
125 i2c_bus_tmp->next_hop[i].chip,
126 i2c_bus_tmp->next_hop[i].channel);
136 struct i2c_bus_hose *i2c_bus_tmp = &i2c_bus[I2C_BUS]; local
144 if ((i2c_bus_tmp->next_hop[0].chip != 0) &&
151 chip = i2c_bus_tmp->next_hop[--i].chip;

Completed in 45 milliseconds