Searched refs:remote_bus (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | cros_ec_tunnel.c | 16 int remote_bus; member 29 return cros_ec_i2c_tunnel(dev->parent, i2c_bus->remote_bus, msg, nmsgs); in cros_ec_i2c_xfer() 38 i2c_bus->remote_bus = fdtdec_get_uint(blob, node, "google,remote-bus", in cros_ec_i2c_ofdata_to_platdata()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-cros-ec-tunnel.c | 32 u16 remote_bus; member 179 const u16 bus_num = bus->remote_bus; in ec_i2c_xfer() 247 u32 remote_bus; in ec_i2c_probe() local 259 err = device_property_read_u32(dev, "google,remote-bus", &remote_bus); in ec_i2c_probe() 264 bus->remote_bus = remote_bus; in ec_i2c_probe()
|