Searched refs:ntuples (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_iomux.c | 152 int i, ntuples; in iomux_configure_pins() local 157 ntuples = OF_getencprop_alloc_multi(cfgnode, "fsl,pins", in iomux_configure_pins() 159 if (ntuples < 0) in iomux_configure_pins() 161 if (ntuples == 0) in iomux_configure_pins() 163 for (i = 0, cfg = cfgtuples; i < ntuples; i++, cfg++) { in iomux_configure_pins()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_pinmux.c | 336 int i, ntuples; in ti_pinmux_configure_pins() local 341 ntuples = OF_getencprop_alloc_multi(cfgnode, "pinctrl-single,pins", in ti_pinmux_configure_pins() 344 if (ntuples < 0) in ti_pinmux_configure_pins() 347 if (ntuples == 0) in ti_pinmux_configure_pins() 350 for (i = 0, cfg = cfgtuples; i < ntuples; i++, cfg++) { in ti_pinmux_configure_pins()
|