Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/aspeed/
Dpinctrl-aspeed.h473 #define PIN_GROUP_SYM(func) pins_ ## func macro
476 static const int PIN_GROUP_SYM(func)[] = { __VA_ARGS__ }; \
563 .pins = &(PIN_GROUP_SYM(name_))[0], \
564 .npins = ARRAY_SIZE(PIN_GROUP_SYM(name_)), \