NUM_IOPS          148 arch/m68k/mac/iop.c static volatile struct mac_iop *iop_base[NUM_IOPS];
NUM_IOPS          155 arch/m68k/mac/iop.c static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
NUM_IOPS          156 arch/m68k/mac/iop.c static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
NUM_IOPS          337 arch/m68k/mac/iop.c 	if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL;
NUM_IOPS          476 arch/m68k/mac/iop.c 	if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL;
NUM_IOPS          513 arch/m68k/mac/iop.c 	if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return;
NUM_IOPS          529 arch/m68k/mac/iop.c 	if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return;
NUM_IOPS          547 arch/m68k/mac/iop.c 	if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return code_start;