Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx_iomux.c149 phandle_t cfgnode; in iomux_configure_pins() local
154 cfgnode = OF_node_from_xref(cfgxref); in iomux_configure_pins()
155 ntuples = OF_getencprop_alloc_multi(cfgnode, "fsl,pins", in iomux_configure_pins()
169 OF_getprop(cfgnode, "name", &name, sizeof(name)); in iomux_configure_pins()
/freebsd/sys/arm/ti/
H A Dti_pinmux.c332 phandle_t cfgnode; in ti_pinmux_configure_pins() local
337 cfgnode = OF_node_from_xref(cfgxref); in ti_pinmux_configure_pins()
338 ntuples = OF_getencprop_alloc_multi(cfgnode, "pinctrl-single,pins", in ti_pinmux_configure_pins()
350 OF_getprop(cfgnode, "name", &name, sizeof(name)); in ti_pinmux_configure_pins()
/freebsd/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_pinmux.c514 phandle_t node, cfgnode; in qcom_tlmm_pinctrl_configure() local
518 cfgnode = OF_node_from_xref(cfgxref); in qcom_tlmm_pinctrl_configure()
520 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in qcom_tlmm_pinctrl_configure()
/freebsd/sys/arm/nvidia/
H A Das3722_gpio.c261 phandle_t node, cfgnode; in as3722_pinmux_configure() local
265 cfgnode = OF_node_from_xref(cfgxref); in as3722_pinmux_configure()
267 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in as3722_pinmux_configure()
H A Dtegra_pinmux.c702 phandle_t node, cfgnode; in pinmux_configure() local
705 cfgnode = OF_node_from_xref(cfgxref); in pinmux_configure()
707 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in pinmux_configure()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c1245 phandle_t cfgnode; in bcm_gpio_configure_pins() local
1252 cfgnode = OF_node_from_xref(cfgxref); in bcm_gpio_configure_pins()
1255 pintuples = OF_getencprop_alloc_multi(cfgnode, "brcm,pins", in bcm_gpio_configure_pins()
1259 OF_getprop(cfgnode, "name", &name, sizeof(name)); in bcm_gpio_configure_pins()
1267 if (OF_getencprop(cfgnode, "brcm,function", &function, in bcm_gpio_configure_pins()
1274 pulltuples = OF_getencprop_alloc_multi(cfgnode, "brcm,pull", in bcm_gpio_configure_pins()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c336 phandle_t node, cfgnode; in max77620_pinmux_configure() local
341 cfgnode = OF_node_from_xref(cfgxref); in max77620_pinmux_configure()
347 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in max77620_pinmux_configure()
H A Dtegra210_pinmux.c669 phandle_t node, cfgnode; in pinmux_configure() local
672 cfgnode = OF_node_from_xref(cfgxref); in pinmux_configure()
675 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in pinmux_configure()