Searched refs:SIG_EXPR_LIST_PTR (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/pinctrl/aspeed/ |
D | pinmux-aspeed.h | 650 #define SIG_EXPR_LIST_PTR(sig, group) SIG_EXPR_LIST_SYM(sig, group) macro 677 PIN_DECL_(pin, SIG_EXPR_LIST_PTR(pin, sig), \ 678 SIG_EXPR_LIST_PTR(pin, other)) 695 PIN_DECL_(pin, SIG_EXPR_LIST_PTR(pin, sig), \ 696 SIG_EXPR_LIST_PTR(pin, other)); \ 720 SIG_EXPR_LIST_PTR(pin, high), \ 721 SIG_EXPR_LIST_PTR(pin, low), \ 722 SIG_EXPR_LIST_PTR(pin, other)) 727 SIG_EXPR_LIST_PTR(pin, high), \ 728 SIG_EXPR_LIST_PTR(pin, medium), \ [all …]
|
D | pinctrl-aspeed-g5.c | 1144 PIN_DECL_(B5, SIG_EXPR_LIST_PTR(B5, GPIOT0), SIG_EXPR_LIST_PTR(B5, RMII1RCLKO), 1145 SIG_EXPR_LIST_PTR(B5, RGMII1TXCK)); 1151 PIN_DECL_(E9, SIG_EXPR_LIST_PTR(E9, GPIOT1), SIG_EXPR_LIST_PTR(E9, RMII1TXEN), 1152 SIG_EXPR_LIST_PTR(E9, RGMII1TXCTL)); 1158 PIN_DECL_(F9, SIG_EXPR_LIST_PTR(F9, GPIOT2), SIG_EXPR_LIST_PTR(F9, RMII1TXD0), 1159 SIG_EXPR_LIST_PTR(F9, RGMII1TXD0)); 1165 PIN_DECL_(A5, SIG_EXPR_LIST_PTR(A5, GPIOT3), SIG_EXPR_LIST_PTR(A5, RMII1TXD1), 1166 SIG_EXPR_LIST_PTR(A5, RGMII1TXD1)); 1172 PIN_DECL_(E7, SIG_EXPR_LIST_PTR(E7, GPIOT4), SIG_EXPR_LIST_PTR(E7, RMII1DASH0), 1173 SIG_EXPR_LIST_PTR(E7, RGMII1TXD2)); [all …]
|
D | pinctrl-aspeed-g4.c | 1042 PIN_DECL_(AB6, SIG_EXPR_LIST_PTR(AB6, GPIOP4)); 1046 PIN_DECL_(Y7, SIG_EXPR_LIST_PTR(Y7, GPIOP5)); 1234 PIN_DECL_(R18, SIG_EXPR_LIST_PTR(R18, ROMOE), SIG_EXPR_LIST_PTR(R18, GPIOS4)); 1247 PIN_DECL_(N21, SIG_EXPR_LIST_PTR(N21, ROMWE), SIG_EXPR_LIST_PTR(N21, GPIOS5)); 1281 PIN_DECL_(A12, SIG_EXPR_LIST_PTR(A12, GPIOT0), 1282 SIG_EXPR_LIST_PTR(A12, RMII1TXEN), 1283 SIG_EXPR_LIST_PTR(A12, RGMII1TXCK)); 1289 PIN_DECL_(B12, SIG_EXPR_LIST_PTR(B12, GPIOT1), SIG_EXPR_LIST_PTR(B12, DASHB12), 1290 SIG_EXPR_LIST_PTR(B12, RGMII1TXCTL)); 1296 PIN_DECL_(C12, SIG_EXPR_LIST_PTR(C12, GPIOT2), [all …]
|
D | pinctrl-aspeed-g6.c | 931 PIN_DECL_(AD20, SIG_EXPR_LIST_PTR(AD20, GPIT0), SIG_EXPR_LIST_PTR(AD20, ADC0)); 938 PIN_DECL_(AC18, SIG_EXPR_LIST_PTR(AC18, GPIT1), SIG_EXPR_LIST_PTR(AC18, ADC1)); 945 PIN_DECL_(AE19, SIG_EXPR_LIST_PTR(AE19, GPIT2), SIG_EXPR_LIST_PTR(AE19, ADC2)); 952 PIN_DECL_(AD19, SIG_EXPR_LIST_PTR(AD19, GPIT3), SIG_EXPR_LIST_PTR(AD19, ADC3)); 959 PIN_DECL_(AC19, SIG_EXPR_LIST_PTR(AC19, GPIT4), SIG_EXPR_LIST_PTR(AC19, ADC4)); 966 PIN_DECL_(AB19, SIG_EXPR_LIST_PTR(AB19, GPIT5), SIG_EXPR_LIST_PTR(AB19, ADC5)); 973 PIN_DECL_(AB18, SIG_EXPR_LIST_PTR(AB18, GPIT6), SIG_EXPR_LIST_PTR(AB18, ADC6)); 980 PIN_DECL_(AE18, SIG_EXPR_LIST_PTR(AE18, GPIT7), SIG_EXPR_LIST_PTR(AE18, ADC7)); 990 PIN_DECL_(AB16, SIG_EXPR_LIST_PTR(AB16, SALT9), SIG_EXPR_LIST_PTR(AB16, GPIU0), 991 SIG_EXPR_LIST_PTR(AB16, ADC8)); [all …]
|