Lines Matching refs:iop_num
235 #define LOAD_W_VEC_1(iop_num, ...) \ argument
236 LOAD_W_VEC_1_##iop_num()
237 #define LOAD_W_VEC_2(iop_num, ...) \ argument
238 LOAD_W_VEC_2_##iop_num()
239 #define LOAD_W_VEC_3(iop_num, ...) \ argument
240 LOAD_W_VEC_3_##iop_num()
304 #define SCHED_W_W0W1W2W3W4W5_1(iop_num, round) \ argument
305 SCHED_W_1_##iop_num(round, W0, W1, W2, W3, W4, W5)
306 #define SCHED_W_W0W1W2W3W4W5_2(iop_num, round) \ argument
307 SCHED_W_2_##iop_num(round, W0, W1, W2, W3, W4, W5)
308 #define SCHED_W_W0W1W2W3W4W5_3(iop_num, round) \ argument
309 SCHED_W_3_##iop_num(round, W0, W1, W2, W3, W4, W5)
311 #define SCHED_W_W1W2W3W4W5W0_1(iop_num, round) \ argument
312 SCHED_W_1_##iop_num(round, W1, W2, W3, W4, W5, W0)
313 #define SCHED_W_W1W2W3W4W5W0_2(iop_num, round) \ argument
314 SCHED_W_2_##iop_num(round, W1, W2, W3, W4, W5, W0)
315 #define SCHED_W_W1W2W3W4W5W0_3(iop_num, round) \ argument
316 SCHED_W_3_##iop_num(round, W1, W2, W3, W4, W5, W0)
318 #define SCHED_W_W2W3W4W5W0W1_1(iop_num, round) \ argument
319 SCHED_W_1_##iop_num(round, W2, W3, W4, W5, W0, W1)
320 #define SCHED_W_W2W3W4W5W0W1_2(iop_num, round) \ argument
321 SCHED_W_2_##iop_num(round, W2, W3, W4, W5, W0, W1)
322 #define SCHED_W_W2W3W4W5W0W1_3(iop_num, round) \ argument
323 SCHED_W_3_##iop_num(round, W2, W3, W4, W5, W0, W1)
325 #define SCHED_W_W3W4W5W0W1W2_1(iop_num, round) \ argument
326 SCHED_W_1_##iop_num(round, W3, W4, W5, W0, W1, W2)
327 #define SCHED_W_W3W4W5W0W1W2_2(iop_num, round) \ argument
328 SCHED_W_2_##iop_num(round, W3, W4, W5, W0, W1, W2)
329 #define SCHED_W_W3W4W5W0W1W2_3(iop_num, round) \ argument
330 SCHED_W_3_##iop_num(round, W3, W4, W5, W0, W1, W2)
332 #define SCHED_W_W4W5W0W1W2W3_1(iop_num, round) \ argument
333 SCHED_W_1_##iop_num(round, W4, W5, W0, W1, W2, W3)
334 #define SCHED_W_W4W5W0W1W2W3_2(iop_num, round) \ argument
335 SCHED_W_2_##iop_num(round, W4, W5, W0, W1, W2, W3)
336 #define SCHED_W_W4W5W0W1W2W3_3(iop_num, round) \ argument
337 SCHED_W_3_##iop_num(round, W4, W5, W0, W1, W2, W3)
339 #define SCHED_W_W5W0W1W2W3W4_1(iop_num, round) \ argument
340 SCHED_W_1_##iop_num(round, W5, W0, W1, W2, W3, W4)
341 #define SCHED_W_W5W0W1W2W3W4_2(iop_num, round) \ argument
342 SCHED_W_2_##iop_num(round, W5, W0, W1, W2, W3, W4)
343 #define SCHED_W_W5W0W1W2W3W4_3(iop_num, round) \ argument
344 SCHED_W_3_##iop_num(round, W5, W0, W1, W2, W3, W4)