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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dmac_iop.h33 #define NUM_IOP_CHAN 7 macro
34 #define NUM_IOP_MSGS NUM_IOP_CHAN*8
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dmac_iop.h33 #define NUM_IOP_CHAN 7 macro
34 #define NUM_IOP_MSGS NUM_IOP_CHAN*8
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mac/
H A Diop.c152 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
153 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
295 for (i = 0 ; i < NUM_IOP_CHAN ; i++) {
345 if (chan >= NUM_IOP_CHAN) return -EINVAL;
496 if (chan >= NUM_IOP_CHAN) return -EINVAL;
601 for (i = 0 ; i < NUM_IOP_CHAN ; i++) {
621 for (i = 0 ; i < NUM_IOP_CHAN ; i++) {
658 for (i = 0 ; i < NUM_IOP_CHAN ; i++) {

Completed in 41 milliseconds