Searched refs:num_funcs (Results 1 – 11 of 11) sorted by relevance
| /u-boot/arch/arm/mach-tegra/ |
| A D | xusb-padctl-common.h | 26 unsigned int num_funcs; member
|
| A D | xusb-padctl-common.c | 140 for (i = 0; i < lane->num_funcs; i++) in tegra_xusb_padctl_lane_find_function()
|
| /u-boot/drivers/pinctrl/meson/ |
| A D | pinctrl-meson.h | 32 unsigned int num_funcs; member
|
| A D | pinctrl-meson-gxbb.c | 440 .num_funcs = ARRAY_SIZE(meson_gxbb_periphs_functions), 453 .num_funcs = ARRAY_SIZE(meson_gxbb_aobus_functions),
|
| A D | pinctrl-meson-gxl.c | 702 .num_funcs = ARRAY_SIZE(meson_gxl_periphs_functions), 715 .num_funcs = ARRAY_SIZE(meson_gxl_aobus_functions),
|
| A D | pinctrl-meson.c | 75 return priv->data->num_funcs; in meson_pinmux_get_functions_count()
|
| A D | pinctrl-meson-axg.c | 941 .num_funcs = ARRAY_SIZE(meson_axg_periphs_functions), 955 .num_funcs = ARRAY_SIZE(meson_axg_aobus_functions),
|
| A D | pinctrl-meson-g12a.c | 1255 .num_funcs = ARRAY_SIZE(meson_g12a_periphs_functions), 1269 .num_funcs = ARRAY_SIZE(meson_g12a_aobus_functions),
|
| /u-boot/arch/arm/mach-tegra/tegra124/ |
| A D | xusb-padctl.c | 92 .num_funcs = ARRAY_SIZE(tegra124_##_funcs##_functions), \
|
| /u-boot/arch/arm/mach-tegra/tegra210/ |
| A D | xusb-padctl.c | 72 .num_funcs = ARRAY_SIZE(tegra210_##_funcs##_functions), \
|
| /u-boot/drivers/pinctrl/nuvoton/ |
| A D | pinctrl-npcm8xx.c | 359 u32 num_funcs; member 664 for (i = 0; i < pin->num_funcs; i++) { in npcm8xx_pinmux_set() 846 for (i = 0; i < pin->num_funcs; i++) { in npcm8xx_set_gpio_func()
|
Completed in 26 milliseconds