Searched refs:EDLC_XMASK (Results 1 – 2 of 2) sorted by relevance
176 outb(0x00, EDLC_XMASK); /* Disable all Xmt interrupts */ in trigger_irq()186 outb(XM_ALL, EDLC_XMASK); /* Enable all Xmt interrupts */ in trigger_irq()349 outb(0, EDLC_XMASK); /* Mask all xmit interrupts */ in ni5010_probe1()410 outb(0, EDLC_XMASK); /* No xmit interrupts for now */ in ni5010_open()592 outb(0, EDLC_XMASK); /* Disable xmit IRQ's */ in process_xmt_interrupt()601 outb(XM_ALL, EDLC_XMASK); /* Enable xmt IRQ's */ in process_xmt_interrupt()704 outb(XM_ALL, EDLC_XMASK); /* Cause interrupt after completion or fail */ in hardware_send_packet()724 PRINTK3((KERN_DEBUG "%s: XMASK %#2.2x\n", dev->name, inb(EDLC_XMASK))); in ni5010_show_registers()
33 #define EDLC_XMASK (ioaddr + 0x01) /* EDLC transmit "IRQ Masks" */ macro