Searched refs:OF_child (Results 26 - 50 of 119) sorted by relevance

12345

/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_pwmss.c161 for (node = OF_child(node); node > 0; node = OF_peer(node))
/freebsd-13-stable/sys/arm/ti/
H A Dti_omap4_cm.c117 for (child = OF_child(node); child > 0; child = OF_peer(child)) {
H A Dti_scm.c128 for (child = OF_child(node); child > 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/arm64/coresight/
H A Dcoresight_fdt.c67 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/dev/ofw/
H A Dopenfirmio.c88 if (sid == tid || openfirm_checkid(OF_child(sid), tid))
251 node = OF_child(node);
H A Dopenfirm.h106 phandle_t OF_child(phandle_t node);
H A Dofw_cpu.c124 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
362 for (child = OF_child(node); child != 0; child = OF_peer(child),
H A Dopenfirm.c129 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
335 OF_child(phandle_t node) function
608 for (child = OF_child(parent); child != 0; child = OF_peer(child)) {
H A Dofwbus.c174 for (node = OF_child(node); node > 0; node = OF_peer(node)) {
/freebsd-13-stable/sys/powerpc/powermac/
H A Dsmusat.c122 for (child = OF_child(ofw_bus_get_node(dev)); child != 0;
140 for (child = OF_child(ofw_bus_get_node(dev)); child != 0;
H A Dmacio.c258 child = OF_child(devnode);
360 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
377 macio_add_reg(OF_child(child), dinfo);
381 for (subchild = OF_child(child); subchild != 0;
H A Dplatform_powermac.c268 dev = OF_child(root);
285 cpu = OF_child(dev);
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c157 for (maxcpu = 0, child = OF_child(cpus); child != 0;
176 child = OF_child(OF_peer(0));
177 for (OF_child(child); child != 0; child = OF_peer(child)) {
244 if ((child = OF_child(cpus)) == 0)
341 for (i = 0, node = OF_child(node); i < pc->pc_cpuid;
/freebsd-13-stable/sys/dev/fdt/
H A Dfdt_common.c265 for (child = OF_child(start); child != 0; child = OF_peer(child))
284 for (node = OF_child(start); node != 0; node = OF_peer(node)) {
527 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/powerpc/pseries/
H A Dplatform_chrp.c329 for (cpunode = OF_child(cpus); cpunode != 0; cpunode = OF_peer(cpunode)) {
410 dev = OF_child(dev);
455 for (cpu = OF_child(dev); cpu != 0; cpu = OF_peer(cpu)) {
/freebsd-13-stable/sys/dev/neta/
H A Dif_mvneta_fdt.c181 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
/freebsd-13-stable/sys/dev/pwm/
H A Dofw_pwmbus.c146 for (node = OF_child(node); node != 0; node = OF_peer(node)) {
/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_pinctrl.c210 for (child = OF_child(node); child != 0 && child != -1;
/freebsd-13-stable/sys/riscv/riscv/
H A Didentcpu.c149 for (node = OF_child(node); node > 0; node = OF_peer(node)) {
/freebsd-13-stable/sys/dev/spibus/
H A Dofw_spibus.c95 for (child = OF_child(ofw_bus_get_node(dev)); child != 0;
/freebsd-13-stable/sys/arm64/broadcom/brcmmdio/
H A Dmdio_nexus_iproc.c207 for (node = OF_child(parent); node > 0; node = OF_peer(node)) {
/freebsd-13-stable/stand/powerpc/ofw/
H A Dofwfdt.c80 for (node = OF_child(node); node > 0; node = OF_peer(node)) {
/freebsd-13-stable/sys/dev/sound/macio/
H A Di2s.c175 subchild = OF_child(OF_child(ofw_bus_get_node(self)));
589 for (n = OF_child(node); n != -1; n = OF_peer(n)) {
/freebsd-13-stable/sys/dev/cpufreq/
H A Dcpufreq_dt.c394 for (opp = OF_child(opp_table); opp > 0; opp = OF_peer(opp))
399 for (i = 0, opp_table = OF_child(opp_table); opp_table > 0;
514 for (cpu = 0, cnode = OF_child(cnode); cnode > 0; cnode = OF_peer(cnode)) {
/freebsd-13-stable/sys/dev/iicbus/
H A Dofw_iicbus.c153 for (child = OF_child(node); child != 0; child = OF_peer(child)) {

Completed in 293 milliseconds

12345