ofw_i2c_machdep.c | 66 int ctlr_node = devhandle_to_of(device_handle(device_parent(dev))); local in function:of_i2c_get_address 94 aprint_debug_dev(dev, "%s: ic_channel=%d i2c_node=%d ctlr_node=%d\n", 95 __func__, tag->ic_channel, i2c_node, ctlr_node); 96 if (tag->ic_channel != I2C_CHANNEL_DEFAULT && i2c_node == ctlr_node &&
|