Home
last modified time | relevance | path

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

/arch/m68k/mac/
Diop.c145 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
146 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
279 for (i = 0 ; i < NUM_IOP_CHAN ; i++) { in iop_init()
327 if (chan >= NUM_IOP_CHAN) return -EINVAL; in iop_listen()
479 if (chan >= NUM_IOP_CHAN) return -EINVAL; in iop_send_message()
580 for (i = 0 ; i < NUM_IOP_CHAN ; i++) { in iop_ism_irq()
600 for (i = 0 ; i < NUM_IOP_CHAN ; i++) { in iop_ism_irq()
/arch/m68k/include/asm/
Dmac_iop.h33 #define NUM_IOP_CHAN 7 macro
34 #define NUM_IOP_MSGS NUM_IOP_CHAN*8