Lines Matching refs:arg1
1261 #define SH_PFC_MUX1(name, arg1) \
1262 static const unsigned int name ##_mux[] = { arg1##_MARK }
1263 #define SH_PFC_MUX2(name, arg1, arg2) \
1264 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, }
1265 #define SH_PFC_MUX3(name, arg1, arg2, arg3) \
1266 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \
1268 #define SH_PFC_MUX4(name, arg1, arg2, arg3, arg4) \
1269 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \
1271 #define SH_PFC_MUX8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \
1272 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \