Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/mac/
H A Diop.c148 static volatile struct mac_iop *iop_base[NUM_IOPS];
155 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
156 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
330 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_listen()
472 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_send_message()
505 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return; in iop_upload_code()
521 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return; in iop_download_code()
539 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return code_start; in iop_compare_code()
/kernel/linux/linux-6.6/arch/m68k/mac/
H A Diop.c152 static volatile struct mac_iop *iop_base[NUM_IOPS];
159 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
160 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
312 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_listen()
454 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_send_message()
487 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return; in iop_upload_code()
503 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return; in iop_download_code()
521 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return code_start; in iop_compare_code()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmac_iop.h33 #define NUM_IOPS 2 macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmac_iop.h33 #define NUM_IOPS 2 macro

Completed in 3 milliseconds