HomeSort by: relevance | last modified time | path
    Searched refs:OF_child (Results 1 - 25 of 123) sorted by relevancy

1 2 3 4 5

  /src/sys/dev/ofw/
ofbus.c 69 if (!OF_child(oba->oba_phandle))
165 for (child = OF_child(oba->oba_phandle); child != 0;
192 for (child = OF_child(oba->oba_phandle); child != 0;
ofw_pci_subr.c 65 for (phandle = OF_child(phandle); phandle != 0;
openfirm.h 77 int OF_child(int);
ofw_i2c_subr.c 64 for (node = OF_child(ofnode); node; node = OF_peer(node)) {
ofw_subr.c 133 for (child = OF_child(phandle); child != 0; child = OF_peer(child)) {
559 for (nn = OF_child(node); nn; nn = OF_peer(nn)) {
578 for (child = OF_child(node); child; child = OF_peer(child)) {
608 if ((next = OF_child(node)) != 0)
  /src/sys/arch/riscv/fdt/
cpu_fdt.c 78 for (int child = OF_child(cpus); child; child = OF_peer(child)) {
133 for (int child = OF_child(cpus); child; child = OF_peer(child)) {
  /src/sys/dev/fdt/
fdt_i2c.c 149 for (node = OF_child(i2c_node); node != 0; node = OF_peer(node)) {
159 for (node = OF_child(i2c_node); node != 0; node = OF_peer(node)) {
cpus.c 69 for (child = OF_child(phandle); child; child = OF_peer(child)) {
gpioleds.c 91 for (child = OF_child(phandle); child; child = OF_peer(child)) {
fdt_port.c 272 for (child = OF_child(port_phandle); child; child = OF_peer(child)) {
290 for (child = OF_child(port_phandle), i = 0; child;
329 for (child = OF_child(phandle); child; child = OF_peer(child)) {
345 for (child = OF_child(phandle), i = 0; child; child = OF_peer(child)) {
  /src/sys/arch/macppc/macppc/
mainbus.c 97 node = OF_child(cpus);
126 for (node = OF_child(OF_finddevice("/")); node; node = OF_peer(node)) {
interrupts.c 83 pic = OF_child(macio);
autoconf.c 110 snode = OF_child(phandle);
  /src/sys/arch/sparc/stand/ofwboot/
openfirm.h 64 int OF_child(int);
promlib.c 169 promops.po_firstchild = OF_child;
  /src/sys/arch/ofppc/ofppc/
cpu.c 98 for (node = OF_child(node); node != 0; node = OF_peer(node)) {
118 for (node = OF_child(node); node; node = OF_peer(node)) {
180 for (node = OF_child(node); node; node = OF_peer(node)) {
195 for (node = OF_child(cpu); node; node = OF_peer(node)) {
  /src/sys/arch/arm/nxp/
imx6_iomux.c 176 for (int child = OF_child(phandle); child; child = OF_peer(child)) {
180 for (int sub = OF_child(child); sub; sub = OF_peer(sub)) {
  /src/sys/arch/arm/rockchip/
rk3288_iomux.c 351 for (int child = OF_child(phandle); child; child = OF_peer(child)) {
352 for (int sub = OF_child(child); sub; sub = OF_peer(sub)) {
359 for (int child = OF_child(phandle); child; child = OF_peer(child)) {
rk3328_iomux.c 303 for (child = OF_child(phandle); child; child = OF_peer(child)) {
304 for (sub = OF_child(child); sub; sub = OF_peer(sub)) {
311 for (child = OF_child(phandle); child; child = OF_peer(child)) {
  /src/sys/arch/arm/apple/
apple_pmgr.c 138 for (int node = OF_child(phandle); node; node = OF_peer(node)) {
  /src/sys/arch/arm/samsung/
exynos_ehci.c 95 for (child = OF_child(phandle); child; child = OF_peer(child)) {
exynos_ohci.c 95 for (child = OF_child(phandle); child; child = OF_peer(child)) {
  /src/sys/arch/macppc/dev/
smuiic.c 94 devs = OF_child(sc->sc_node);
ofw_i2c_machdep.c 118 for (node = OF_child(i2c_node); node != 0; node = OF_peer(node)) {
  /src/sys/arch/arm/sunxi/
sunxi_sramc.c 128 for (child = OF_child(phandle); child; child = OF_peer(child)) {
150 for (child = OF_child(sc->sc_phandle); child; child = OF_peer(child)) {

Completed in 40 milliseconds

1 2 3 4 5