Searched refs:SIG_EXPR_LIST_PTR (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed-g5.c | 1081 MS_PIN_DECL_(B5, SIG_EXPR_LIST_PTR(GPIOT0), SIG_EXPR_LIST_PTR(RMII1RCLKO), 1082 SIG_EXPR_LIST_PTR(RGMII1TXCK)); 1088 MS_PIN_DECL_(E9, SIG_EXPR_LIST_PTR(GPIOT1), SIG_EXPR_LIST_PTR(RMII1TXEN), 1089 SIG_EXPR_LIST_PTR(RGMII1TXCTL)); 1095 MS_PIN_DECL_(F9, SIG_EXPR_LIST_PTR(GPIOT2), SIG_EXPR_LIST_PTR(RMII1TXD0), 1096 SIG_EXPR_LIST_PTR(RGMII1TXD0)); 1102 MS_PIN_DECL_(A5, SIG_EXPR_LIST_PTR(GPIOT3), SIG_EXPR_LIST_PTR(RMII1TXD1), 1103 SIG_EXPR_LIST_PTR(RGMII1TXD1)); 1109 MS_PIN_DECL_(E7, SIG_EXPR_LIST_PTR(GPIOT4), SIG_EXPR_LIST_PTR(RMII1DASH0), 1110 SIG_EXPR_LIST_PTR(RGMII1TXD2)); [all …]
|
D | pinctrl-aspeed-g4.c | 961 MS_PIN_DECL_(AB6, SIG_EXPR_LIST_PTR(GPIOP4)); 965 MS_PIN_DECL_(Y7, SIG_EXPR_LIST_PTR(GPIOP5)); 1139 MS_PIN_DECL_(R18, SIG_EXPR_LIST_PTR(ROMOE), SIG_EXPR_LIST_PTR(GPIOS4)); 1150 MS_PIN_DECL_(N21, SIG_EXPR_LIST_PTR(ROMWE), SIG_EXPR_LIST_PTR(GPIOS5)); 1180 MS_PIN_DECL_(A12, SIG_EXPR_LIST_PTR(GPIOT0), SIG_EXPR_LIST_PTR(RMII1TXEN), 1181 SIG_EXPR_LIST_PTR(RGMII1TXCK)); 1187 MS_PIN_DECL_(B12, SIG_EXPR_LIST_PTR(GPIOT1), SIG_EXPR_LIST_PTR(DASHB12), 1188 SIG_EXPR_LIST_PTR(RGMII1TXCTL)); 1194 MS_PIN_DECL_(C12, SIG_EXPR_LIST_PTR(GPIOT2), SIG_EXPR_LIST_PTR(RMII1TXD0), 1195 SIG_EXPR_LIST_PTR(RGMII1TXD0)); [all …]
|
D | pinctrl-aspeed.h | 435 #define SIG_EXPR_LIST_PTR(sig) (&SIG_EXPR_LIST_SYM(sig)[0]) macro 469 SIG_EXPR_LIST_PTR(high), \ 470 SIG_EXPR_LIST_PTR(low), \ 471 SIG_EXPR_LIST_PTR(other)) 494 MS_PIN_DECL_(pin, SIG_EXPR_LIST_PTR(sig), SIG_EXPR_LIST_PTR(other)) 511 MS_PIN_DECL_(pin, SIG_EXPR_LIST_PTR(sig), SIG_EXPR_LIST_PTR(other)); \ 516 MS_PIN_DECL_(pin, SIG_EXPR_LIST_PTR(gpio))
|