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

/linux-master/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm8xx.c835 static struct npcm8xx_pingroup npcm8xx_pingroups[] = { variable in typeref:struct:npcm8xx_pingroup
1961 return ARRAY_SIZE(npcm8xx_pingroups);
1967 return npcm8xx_pingroups[selector].name;
1975 *npins = npcm8xx_pingroups[selector].npins;
1976 *pins = npcm8xx_pingroups[selector].pins;
2033 npcm8xx_setfunc(npcm->gcr_regmap, npcm8xx_pingroups[group].pins,
2034 npcm8xx_pingroups[group].npins, group);

Completed in 140 milliseconds