Searched refs:next_hop (Results 1 - 3 of 3) sorted by path

/u-boot/cmd/
H A Di2c.c1706 if (i2c_bus[i].next_hop[j].chip == 0)
1709 i2c_bus[i].next_hop[j].mux.name,
1710 i2c_bus[i].next_hop[j].chip,
1711 i2c_bus[i].next_hop[j].channel);
1741 if (i2c_bus[i].next_hop[j].chip == 0)
1744 i2c_bus[i].next_hop[j].mux.name,
1745 i2c_bus[i].next_hop[j].chip,
1746 i2c_bus[i].next_hop[j].channel);
/u-boot/drivers/i2c/
H A Di2c_core.c115 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);
144 if ((i2c_bus_tmp->next_hop[0].chip != 0) &&
151 chip = i2c_bus_tmp->next_hop[--i].chip;
/u-boot/include/
H A Di2c.h720 struct i2c_next_hop next_hop[CFG_SYS_I2C_MAX_HOPS]; member in struct:i2c_bus_hose

Completed in 164 milliseconds