Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/mac/
Diop.c326 int iop_listen(uint iop_num, uint chan, in iop_listen() argument
330 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_listen()
332 if (iop_listeners[iop_num][chan].handler && handler) return -EINVAL; in iop_listen()
333 iop_listeners[iop_num][chan].devname = devname; in iop_listen()
334 iop_listeners[iop_num][chan].handler = handler; in iop_listen()
346 int iop_num = msg->iop_num; in iop_complete_message() local
351 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->reply); in iop_complete_message()
356 iop_writeb(iop_base[iop_num], offset, msg->reply[i]); in iop_complete_message()
359 iop_writeb(iop_base[iop_num], in iop_complete_message()
361 iop_interrupt(iop_base[msg->iop_num]); in iop_complete_message()
[all …]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmac_iop.h141 uint iop_num; /* IOP number */ member