Searched refs:OF_node_from_xref (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11.0-release/sys/arm/freescale/imx/
H A Dimx6_machdep.c82 OF_node_from_xref(iparent) == gpio1_node) {
193 gpio1_node = OF_node_from_xref(
H A Dimx_iomux.c155 cfgnode = OF_node_from_xref(cfgxref);
/freebsd-11.0-release/sys/dev/beri/virtio/
H A Dvirtio.c210 pio_node = OF_node_from_xref(xref);
238 mem_node = OF_node_from_xref(xref);
H A Dvirtio_mmio_platform.c100 pio_node = OF_node_from_xref(xref);
/freebsd-11.0-release/sys/dev/ofw/
H A Dofw_bus_subr.c370 if (OF_getencprop(OF_node_from_xref(parent),
376 if (OF_searchencprop(OF_node_from_xref(parent),
539 if (OF_searchencprop(OF_node_from_xref(iparent),
563 if (OF_searchencprop(OF_node_from_xref(iparent),
606 if (OF_searchencprop(OF_node_from_xref(iparent),
630 if (OF_searchencprop(OF_node_from_xref(iparent),
782 if (OF_getencprop(OF_node_from_xref(pnode),
H A Dopenfirm.h135 phandle_t OF_node_from_xref(phandle_t xref);
H A Dofw_fdt.c211 return (OF_node_from_xref(instance));
H A Dopenfirm.c584 OF_node_from_xref(phandle_t xref) function
/freebsd-11.0-release/sys/dev/gpio/
H A Dofw_gpiobus.c91 rv = gpio_map_gpios(pin.dev, cnode, OF_node_from_xref(xref), ncells,
386 gpio = OF_node_from_xref(gpios[i]);
434 gpio = OF_node_from_xref(gpios[i]);
/freebsd-11.0-release/sys/mips/mediatek/
H A Dmtk_pinctrl.c165 node = OF_node_from_xref(cfgxref);
/freebsd-11.0-release/sys/arm/arm/
H A Dintr.c113 intr_parent = OF_node_from_xref(iparent);
/freebsd-11.0-release/sys/arm/at91/
H A Dat91_pinctrl.c140 if (OF_searchencprop(OF_node_from_xref(iparent),
394 node = OF_node_from_xref(cfgxref);
/freebsd-11.0-release/sys/arm/ti/
H A Dti_pinmux.c342 cfgnode = OF_node_from_xref(cfgxref);
/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Daml8726_clkmsr.c162 (clk_node = OF_node_from_xref(prop)) == 0)
H A Daml8726_pinctrl.c195 node = OF_node_from_xref(cfgxref);
H A Daml8726_mmc.c125 (clk_node = OF_node_from_xref(prop)) == 0)
590 len = OF_getprop_alloc(OF_node_from_xref(prop[0]), "amlogic,function",
/freebsd-11.0-release/sys/dev/extres/regulator/
H A Dregulator_fixed.c315 OF_node_from_xref(sc->gpio_prodxref), sc->gpio_ncells,
/freebsd-11.0-release/sys/dev/tsec/
H A Dif_tsec_fdt.c170 phy = OF_node_from_xref(phy);
/freebsd-11.0-release/sys/powerpc/ofw/
H A Dofw_pcibus.c338 OF_getencprop(OF_node_from_xref(iparent), "#interrupt-cells",
/freebsd-11.0-release/sys/mips/beri/
H A Dberi_simplebus.c354 ph = OF_node_from_xref(iph);
/freebsd-11.0-release/sys/arm/nvidia/
H A Das3722_gpio.c271 cfgnode = OF_node_from_xref(cfgxref);
/freebsd-11.0-release/sys/dev/fdt/
H A Dfdt_common.c538 phy_node = OF_node_from_xref(phy_handle);
/freebsd-11.0-release/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c283 platform_node = OF_node_from_xref(xref);
/freebsd-11.0-release/sys/arm/rockchip/
H A Drk30xx_gpio.c617 ctrl = OF_node_from_xref(fdt32_to_cpu(gpios[0]));
/freebsd-11.0-release/sys/arm/allwinner/
H A Da10_gpio.c494 node = OF_node_from_xref(cfgxref);

Completed in 273 milliseconds

12