HomeSort by: relevance | last modified time | path
    Searched defs:ctlr_node (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/dev/
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 &&

Completed in 37 milliseconds