Searched refs:SIG_EXPR_LIST_DECL_SESG (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g6.c | 58 SIG_EXPR_LIST_DECL_SESG(M24, MDC3, MDIO3, SIG_DESC_SET(SCU410, 0)); 59 SIG_EXPR_LIST_DECL_SESG(M24, SCL11, I2C11, SIG_DESC_SET(SCU4B0, 0)); 63 SIG_EXPR_LIST_DECL_SESG(M25, MDIO3, MDIO3, SIG_DESC_SET(SCU410, 1)); 64 SIG_EXPR_LIST_DECL_SESG(M25, SDA11, I2C11, SIG_DESC_SET(SCU4B0, 1)); 71 SIG_EXPR_LIST_DECL_SESG(L26, MDC4, MDIO4, SIG_DESC_SET(SCU410, 2)); 72 SIG_EXPR_LIST_DECL_SESG(L26, SCL12, I2C12, SIG_DESC_SET(SCU4B0, 2)); 76 SIG_EXPR_LIST_DECL_SESG(K24, MDIO4, MDIO4, SIG_DESC_SET(SCU410, 3)); 77 SIG_EXPR_LIST_DECL_SESG(K24, SDA12, I2C12, SIG_DESC_SET(SCU4B0, 3)); 84 SIG_EXPR_LIST_DECL_SESG(K26, MACLINK1, MACLINK1, SIG_DESC_SET(SCU410, 4)); 85 SIG_EXPR_LIST_DECL_SESG(K26, SCL13, I2C13, SIG_DESC_SET(SCU4B0, 4)); [all …]
|
H A D | pinmux-aspeed.h | 612 #define SIG_EXPR_LIST_DECL_SESG(pin, sig, func, ...) \ macro 676 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 693 SIG_EXPR_LIST_DECL_SESG(pin, sig, sig, __VA_ARGS__); \ 694 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 718 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 725 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 733 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 759 SIG_EXPR_LIST_DECL_SESG(pin, gpio, gpio); \
|
H A D | pinctrl-aspeed-g4.c | 28 #define SIG_EXPR_LIST_DECL_SINGLE SIG_EXPR_LIST_DECL_SESG
|
H A D | pinctrl-aspeed-g5.c | 28 #define SIG_EXPR_LIST_DECL_SINGLE SIG_EXPR_LIST_DECL_SESG
|