Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm8xx.c837 static struct npcm8xx_pingroup npcm8xx_pingroups[] = { variable
1964 return ARRAY_SIZE(npcm8xx_pingroups); in npcm8xx_get_groups_count()
1970 return npcm8xx_pingroups[selector].name; in npcm8xx_get_group_name()
1978 *npins = npcm8xx_pingroups[selector].npins; in npcm8xx_get_group_pins()
1979 *pins = npcm8xx_pingroups[selector].pins; in npcm8xx_get_group_pins()
2036 npcm8xx_setfunc(npcm->gcr_regmap, npcm8xx_pingroups[group].pins, in npcm8xx_pinmux_set_mux()
2037 npcm8xx_pingroups[group].npins, group); in npcm8xx_pinmux_set_mux()