Searched refs:EDLC_XMASK (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni5010.c181 outb(0x00, EDLC_XMASK); /* Disable all Xmt interrupts */
191 outb(XM_ALL, EDLC_XMASK); /* Enable all Xmt interrupts */
348 outb(0, EDLC_XMASK); /* Mask all xmit interrupts */
409 outb(0, EDLC_XMASK); /* No xmit interrupts for now */
596 outb(0, EDLC_XMASK); /* Disable xmit IRQ's */
605 outb(XM_ALL, EDLC_XMASK); /* Enable xmt IRQ's */
729 outb(XM_ALL, EDLC_XMASK); /* Cause interrupt after completion or fail */
748 PRINTK3((KERN_DEBUG "%s: XMASK %#2.2x\n", dev->name, inb(EDLC_XMASK)));
H A Dni5010.h33 #define EDLC_XMASK (ioaddr + 0x01) /* EDLC transmit "IRQ Masks" */ macro
71 /* bits in EDLC_XMASK, mask/enable transmit interrupts. register is r/w */

Completed in 49 milliseconds