Searched refs:NUM_IOP_CHAN (Results 1 – 2 of 2) sorted by relevance
146 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];147 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];286 for (i = 0 ; i < NUM_IOP_CHAN ; i++) { in iop_init()334 if (chan >= NUM_IOP_CHAN) return -EINVAL; in iop_listen()485 if (chan >= NUM_IOP_CHAN) return -EINVAL; in iop_send_message()590 for (i = 0 ; i < NUM_IOP_CHAN ; i++) { in iop_ism_irq()610 for (i = 0 ; i < NUM_IOP_CHAN ; i++) { in iop_ism_irq()
33 #define NUM_IOP_CHAN 7 macro34 #define NUM_IOP_MSGS NUM_IOP_CHAN*8