Home
last modified time | relevance | path

Searched refs:iop_num (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/m68k/mac/
Diop.c308 int iop_listen(uint iop_num, uint chan, in iop_listen() argument
312 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_listen()
314 if (iop_listeners[iop_num][chan].handler && handler) return -EINVAL; in iop_listen()
315 iop_listeners[iop_num][chan].devname = devname; in iop_listen()
316 iop_listeners[iop_num][chan].handler = handler; in iop_listen()
328 int iop_num = msg->iop_num; in iop_complete_message() local
333 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->reply); in iop_complete_message()
338 iop_writeb(iop_base[iop_num], offset, msg->reply[i]); in iop_complete_message()
341 iop_writeb(iop_base[iop_num], in iop_complete_message()
343 iop_interrupt(iop_base[msg->iop_num]); in iop_complete_message()
[all …]
/linux-6.1.9/arch/arm64/crypto/
Dsm3-neon-core.S235 #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)
[all …]
/linux-6.1.9/arch/m68k/include/asm/
Dmac_iop.h141 uint iop_num; /* IOP number */ member