ofw_i2c_machdep.c | 55 of_i2c_get_address(device_t dev, int i2c_node, i2c_tag_t tag, int node, 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 && 109 int i2c_node, node; local in function:of_i2c_enumerate_devices 116 i2c_node = devhandle_to_of(call_handle); 118 for (node = OF_child(i2c_node); node != 0; node = OF_peer(node)) { 122 if (!of_i2c_get_address(dev, i2c_node, args->ia->ia_tag,
|