NUM_IOP_CHAN       35 arch/m68k/include/asm/mac_iop.h #define NUM_IOP_MSGS	NUM_IOP_CHAN*8
NUM_IOP_CHAN      155 arch/m68k/mac/iop.c static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
NUM_IOP_CHAN      156 arch/m68k/mac/iop.c static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
NUM_IOP_CHAN      290 arch/m68k/mac/iop.c 	for (i = 0 ; i < NUM_IOP_CHAN ; i++) {
NUM_IOP_CHAN      338 arch/m68k/mac/iop.c 	if (chan >= NUM_IOP_CHAN) return -EINVAL;
NUM_IOP_CHAN      477 arch/m68k/mac/iop.c 	if (chan >= NUM_IOP_CHAN) return -EINVAL;
NUM_IOP_CHAN      577 arch/m68k/mac/iop.c 		for (i = 0 ; i < NUM_IOP_CHAN  ; i++) {
NUM_IOP_CHAN      590 arch/m68k/mac/iop.c 		for (i = 0 ; i < NUM_IOP_CHAN ; i++) {