Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm8xx.c840 static struct pingroup npcm8xx_pingroups[] = { variable
2077 return ARRAY_SIZE(npcm8xx_pingroups); in npcm8xx_get_groups_count()
2083 return npcm8xx_pingroups[selector].name; in npcm8xx_get_group_name()
2091 *npins = npcm8xx_pingroups[selector].npins; in npcm8xx_get_group_pins()
2092 *pins = npcm8xx_pingroups[selector].pins; in npcm8xx_get_group_pins()
2149 npcm8xx_setfunc(npcm->gcr_regmap, npcm8xx_pingroups[group].pins, in npcm8xx_pinmux_set_mux()
2150 npcm8xx_pingroups[group].npins, group); in npcm8xx_pinmux_set_mux()