Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
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 */\
1345 printk("\timr: 0x%08x\n", inl(DE4X5_IMR)); in de4x5_open()
1488 …ale skb: %s\n",dev->name, inl(DE4X5_STS), netif_queue_stopped(dev), inl(DE4X5_IMR), inl(DE4X5_OMR)… in de4x5_queue_pkt()
3338 outl(irq_mask, DE4X5_IMR); in test_media()
3739 lp->cache.csr7 = inl(DE4X5_IMR); in de4x5_cache_state()
[all …]
Dde4x5.h23 #define DE4X5_IMR iobase+(0x038 << lp->bus) /* Interrupt Mask Register */ macro