Home
last modified time | relevance | path

Searched refs:i2croot (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dsmu.c174 static void smu_attach_i2c(device_t dev, phandle_t i2croot);
1418 smu_attach_i2c(device_t smu, phandle_t i2croot) in smu_attach_i2c() argument
1425 for (child = OF_child(i2croot); child != 0; child = OF_peer(child)) { in smu_attach_i2c()