Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/mac/
H A Diop.c158 static struct iop_msg iop_msg_pool[NUM_IOP_MSGS];
219 for (i = 0 ; i < NUM_IOP_MSGS ; i++) { in iop_get_unused_msg()
262 for (i = 0 ; i < NUM_IOP_MSGS ; i++) { in iop_init()
/openbmc/linux/arch/m68k/include/asm/
H A Dmac_iop.h35 #define NUM_IOP_MSGS NUM_IOP_CHAN*8 macro