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