Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/mac/
H A Diop.c155 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
156 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
284 for (i = 0 ; i < NUM_IOP_CHAN ; i++) { in iop_init()
331 if (chan >= NUM_IOP_CHAN) return -EINVAL; in iop_listen()
473 if (chan >= NUM_IOP_CHAN) return -EINVAL; in iop_send_message()
570 for (i = 0; i < NUM_IOP_CHAN; i++) { in iop_ism_irq()
583 for (i = 0; i < NUM_IOP_CHAN; i++) { in iop_ism_irq()
/kernel/linux/linux-6.6/arch/m68k/mac/
H A Diop.c159 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
160 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
266 for (i = 0 ; i < NUM_IOP_CHAN ; i++) { in iop_init()
313 if (chan >= NUM_IOP_CHAN) return -EINVAL; in iop_listen()
455 if (chan >= NUM_IOP_CHAN) return -EINVAL; in iop_send_message()
552 for (i = 0; i < NUM_IOP_CHAN; i++) { in iop_ism_irq()
565 for (i = 0; i < NUM_IOP_CHAN; i++) { in iop_ism_irq()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmac_iop.h34 #define NUM_IOP_CHAN 7 macro
35 #define NUM_IOP_MSGS NUM_IOP_CHAN*8
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmac_iop.h34 #define NUM_IOP_CHAN 7 macro
35 #define NUM_IOP_MSGS NUM_IOP_CHAN*8

Completed in 6 milliseconds