Home
last modified time | relevance | path

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

/arch/m68k/mac/
Diop.c138 static volatile struct mac_iop *iop_base[NUM_IOPS];
145 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
146 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
326 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_listen()
478 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_send_message()
511 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return; in iop_upload_code()
527 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return; in iop_download_code()
545 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return code_start; in iop_compare_code()
/arch/m68k/include/asm/
Dmac_iop.h32 #define NUM_IOPS 2 macro