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

/u-boot/drivers/pinctrl/aspeed/
H A Dpinctrl_ast2500.c42 static const struct ast2500_group_config ast2500_groups[] = { variable in typeref:struct:ast2500_group_config
72 return ARRAY_SIZE(ast2500_groups);
80 return ast2500_groups[selector].group_name;
91 if (selector >= ARRAY_SIZE(ast2500_groups))
94 config = &ast2500_groups[selector];

Completed in 40 milliseconds