Searched refs:NUM_IOPS (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/mac/
H A Diop.c140 static volatile struct mac_iop *iop_base[NUM_IOPS];
147 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
148 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
339 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL;
490 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL;
527 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return;
543 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return;
561 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return code_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmac_iop.h32 #define NUM_IOPS 2 macro

Completed in 101 milliseconds