Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx_iomux.c150 phandle_t cfgnode; in iomux_configure_pins() local
155 cfgnode = OF_node_from_xref(cfgxref); in iomux_configure_pins()
156 ntuples = OF_getencprop_alloc_multi(cfgnode, "fsl,pins", in iomux_configure_pins()
170 OF_getprop(cfgnode, "name", &name, sizeof(name)); in iomux_configure_pins()
/freebsd-12.1/sys/arm/ti/
H A Dti_pinmux.c337 phandle_t cfgnode; in ti_pinmux_configure_pins() local
342 cfgnode = OF_node_from_xref(cfgxref); in ti_pinmux_configure_pins()
343 ntuples = OF_getencprop_alloc_multi(cfgnode, "pinctrl-single,pins", in ti_pinmux_configure_pins()
355 OF_getprop(cfgnode, "name", &name, sizeof(name)); in ti_pinmux_configure_pins()
/freebsd-12.1/sys/arm/nvidia/
H A Das3722_gpio.c267 phandle_t node, cfgnode; in as3722_pinmux_configure() local
271 cfgnode = OF_node_from_xref(cfgxref); in as3722_pinmux_configure()
273 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in as3722_pinmux_configure()
H A Dtegra_pinmux.c705 phandle_t node, cfgnode; in pinmux_configure() local
709 cfgnode = OF_node_from_xref(cfgxref); in pinmux_configure()
712 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in pinmux_configure()
/freebsd-12.1/sys/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()