Searched refs:MC_ALLOC (Results 1 – 7 of 7) sorted by relevance
116 #define MC_ALLOC 0x20 /* or with number of 256 byte packets */ macro
522 outw( MC_ALLOC | numPages, ioaddr + MMU_CMD ); in smc_wait_to_send_packet()763 outw( MC_ALLOC | 1, ioaddr + MMU_CMD ); in smc_findirq()
203 #define MC_ALLOC 0x20 /* or with number of 256 byte packets */ macro1242 outw(MC_ALLOC | num_pages, ioaddr + MMU_CMD); in smc_start_xmit()
663 SMC_SET_MMU_CMD(lp, MC_ALLOC | numPages); in smc_hard_start_xmit()1796 SMC_SET_MMU_CMD(lp, MC_ALLOC | 1); in smc_findirq()
614 #define MC_ALLOC (1<<5) // OR with number of 256 byte packets macro
510 #define MC_ALLOC (1<<5) /* OR with number of 256 byte packets */ macro
458 SMC_outw (dev, MC_ALLOC | numPages, MMU_CMD_REG); in smc_send()