Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dde4x5.c684 outl(imr, DE4X5_IMR); /* Enable the IRQs */\
688 imr = inl(DE4X5_IMR);\
690 outl(imr, DE4X5_IMR); /* Disable the IRQs */\
695 outl(imr, DE4X5_IMR); /* Unmask the IRQs */\
699 imr = inl(DE4X5_IMR);\
701 outl(imr, DE4X5_IMR); /* Mask the IRQs */\
1435 printk("\timr: 0x%08x\n", inl(DE4X5_IMR)); in de4x5_open()
1582 …ale skb: %s\n",dev->name, inl(DE4X5_STS), netif_queue_stopped(dev), inl(DE4X5_IMR), inl(DE4X5_OMR)… in de4x5_queue_pkt()
3374 outl(irq_mask, DE4X5_IMR); in test_media()
3788 lp->cache.csr7 = inl(DE4X5_IMR); in de4x5_cache_state()
[all …]
Dde4x5.h23 #define DE4X5_IMR iobase+(0x038 << lp->bus) /* Interrupt Mask Register */ macro