Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pinctrl/aspeed/
H A Dpinctrl_ast2600.c404 static const struct aspeed_group_config ast2600_groups[] = { variable
488 return ARRAY_SIZE(ast2600_groups); in ast2600_pinctrl_get_groups_count()
496 return ast2600_groups[selector].group_name; in ast2600_pinctrl_get_group_name()
509 if (selector >= ARRAY_SIZE(ast2600_groups)) in ast2600_pinctrl_group_set()
512 config = &ast2600_groups[selector]; in ast2600_pinctrl_group_set()