Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pinctrl/aspeed/
H A Dpinctrl_ast2500.c44 static const struct ast2500_group_config ast2500_groups[] = { variable
70 return ARRAY_SIZE(ast2500_groups); in ast2500_pinctrl_get_groups_count()
78 return ast2500_groups[selector].group_name; in ast2500_pinctrl_get_group_name()
89 if (selector >= ARRAY_SIZE(ast2500_groups)) in ast2500_pinctrl_group_set()
92 config = &ast2500_groups[selector]; in ast2500_pinctrl_group_set()