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

/linux-master/arch/m68k/mac/
H A Diop.c154 static volatile struct mac_iop *iop_base[NUM_IOPS];
161 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
162 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
314 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL;
456 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL;
489 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return;
505 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return;
523 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return code_start;
/linux-master/arch/m68k/include/asm/
H A Dmac_iop.h33 #define NUM_IOPS 2 macro

Completed in 124 milliseconds