Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx_iomux.c151 phandle_t cfgnode; in iomux_configure_pins() local
156 cfgnode = OF_node_from_xref(cfgxref); in iomux_configure_pins()
157 ntuples = OF_getencprop_alloc_multi(cfgnode, "fsl,pins", in iomux_configure_pins()
171 OF_getprop(cfgnode, "name", &name, sizeof(name)); in iomux_configure_pins()
/f-stack/freebsd/arm/ti/
H A Dti_pinmux.c335 phandle_t cfgnode; in ti_pinmux_configure_pins() local
340 cfgnode = OF_node_from_xref(cfgxref); in ti_pinmux_configure_pins()
341 ntuples = OF_getencprop_alloc_multi(cfgnode, "pinctrl-single,pins", in ti_pinmux_configure_pins()
353 OF_getprop(cfgnode, "name", &name, sizeof(name)); in ti_pinmux_configure_pins()
/f-stack/freebsd/arm/nvidia/
H A Das3722_gpio.c264 phandle_t node, cfgnode; in as3722_pinmux_configure() local
268 cfgnode = OF_node_from_xref(cfgxref); in as3722_pinmux_configure()
270 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in as3722_pinmux_configure()
H A Dtegra_pinmux.c704 phandle_t node, cfgnode; in pinmux_configure() local
708 cfgnode = OF_node_from_xref(cfgxref); in pinmux_configure()
710 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in pinmux_configure()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c1205 phandle_t cfgnode; in bcm_gpio_configure_pins() local
1214 cfgnode = OF_node_from_xref(cfgxref); in bcm_gpio_configure_pins()
1217 pintuples = OF_getencprop_alloc_multi(cfgnode, "brcm,pins", in bcm_gpio_configure_pins()
1221 OF_getprop(cfgnode, "name", &name, sizeof(name)); in bcm_gpio_configure_pins()
1229 if (OF_getencprop(cfgnode, "brcm,function", &function, in bcm_gpio_configure_pins()
1236 pulltuples = OF_getencprop_alloc_multi(cfgnode, "brcm,pull", in bcm_gpio_configure_pins()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c339 phandle_t node, cfgnode; in max77620_pinmux_configure() local
344 cfgnode = OF_node_from_xref(cfgxref); in max77620_pinmux_configure()
350 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in max77620_pinmux_configure()
H A Dtegra210_pinmux.c671 phandle_t node, cfgnode; in pinmux_configure() local
675 cfgnode = OF_node_from_xref(cfgxref); in pinmux_configure()
678 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in pinmux_configure()