Searched refs:DE4X5_OMR (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.h22 #define DE4X5_OMR iobase+(0x030 << lp->bus) /* Operation Mode Register */ macro
331 ** Operation Mode Register (DE4X5_OMR)
932 omr = inl(DE4X5_OMR) & ~(OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX);\
937 outl(omr, DE4X5_OMR);\
940 omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\
942 outl(omr | (lp->infoblock_csr6 & ~(OMR_SCR | OMR_HBD)), DE4X5_OMR);\
944 omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\
946 outl(omr | OMR_SDP | OMR_TTM, DE4X5_OMR);\
959 omr = inl(DE4X5_OMR) & ~(OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX);\
966 outl(omr, DE4X5_OMR);\
[all...]
H A Dde4x5.c707 omr = inl(DE4X5_OMR);\
709 outl(omr, DE4X5_OMR); /* Enable the TX and/or RX */\
713 omr = inl(DE4X5_OMR);\
715 outl(omr, DE4X5_OMR); /* Disable the TX and/or RX */ \
1349 printk("\tomr: 0x%08x\n", inl(DE4X5_OMR));
1408 omr = inl(DE4X5_OMR) & ~OMR_PR; /* Turn off promiscuous mode */
1434 outl(omr|OMR_ST, DE4X5_OMR);
1442 outl(omr, DE4X5_OMR); /* Stop everything! */
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");
1776 omr = inl(DE4X5_OMR);
[all...]

Completed in 81 milliseconds