Home
last modified time | relevance | path

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

/arch/m68k/mac/
Diop.c322 int iop_listen(uint iop_num, uint chan, in iop_listen() argument
326 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_listen()
328 if (iop_listeners[iop_num][chan].handler && handler) return -EINVAL; in iop_listen()
329 iop_listeners[iop_num][chan].devname = devname; in iop_listen()
330 iop_listeners[iop_num][chan].handler = handler; in iop_listen()
342 int iop_num = msg->iop_num; in iop_complete_message() local
347 printk("iop_complete(%p): iop %d chan %d\n", msg, msg->iop_num, msg->channel); in iop_complete_message()
353 iop_writeb(iop_base[iop_num], offset, msg->reply[i]); in iop_complete_message()
356 iop_writeb(iop_base[iop_num], in iop_complete_message()
358 iop_interrupt(iop_base[msg->iop_num]); in iop_complete_message()
[all …]
/arch/m68k/include/asm/
Dmac_iop.h140 uint iop_num; /* IOP number */ member