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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.c683 outl(imr, DE4X5_IMR); /* Enable the IRQs */\
687 imr = inl(DE4X5_IMR);\
689 outl(imr, DE4X5_IMR); /* Disable the IRQs */\
694 outl(imr, DE4X5_IMR); /* Unmask the IRQs */\
698 imr = inl(DE4X5_IMR);\
700 outl(imr, DE4X5_IMR); /* Mask the IRQs */\
1348 printk("\timr: 0x%08x\n", inl(DE4X5_IMR));
1493 printk("%s: transmit busy, lost media or stale skb found:\n STS:%08x\n tbusy:%d\n IMR:%08x\n OMR:%08x\n Stale skb: %s\n",dev->name, inl(DE4X5_STS), netif_queue_stopped(dev), inl(DE4X5_IMR), inl(DE4X5_OMR), ((u_long) lp->tx_skb[lp->tx_new] > 1) ? "YES" : "NO");
3364 outl(irq_mask, DE4X5_IMR);
3777 lp->cache.csr7 = inl(DE4X5_IMR);
[all...]
H A Dde4x5.h23 #define DE4X5_IMR iobase+(0x038 << lp->bus) /* Interrupt Mask Register */ macro
371 ** DC21040 Interrupt Mask Register (DE4X5_IMR)

Completed in 43 milliseconds