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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmac_iop.h33 #define NUM_IOP_CHAN 7 macro
34 #define NUM_IOP_MSGS NUM_IOP_CHAN*8
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mac/
H A Diop.c147 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
148 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
289 for (i = 0 ; i < NUM_IOP_CHAN ; i++) {
340 if (chan >= NUM_IOP_CHAN) return -EINVAL;
491 if (chan >= NUM_IOP_CHAN) return -EINVAL;
596 for (i = 0 ; i < NUM_IOP_CHAN ; i++) {
616 for (i = 0 ; i < NUM_IOP_CHAN ; i++) {

Completed in 259 milliseconds