DE4X5_OMR         707 drivers/net/ethernet/dec/tulip/de4x5.c     omr = inl(DE4X5_OMR);\
DE4X5_OMR         709 drivers/net/ethernet/dec/tulip/de4x5.c     outl(omr, DE4X5_OMR);               /* Enable the TX and/or RX */\
DE4X5_OMR         713 drivers/net/ethernet/dec/tulip/de4x5.c     omr = inl(DE4X5_OMR);\
DE4X5_OMR         715 drivers/net/ethernet/dec/tulip/de4x5.c     outl(omr, DE4X5_OMR);               /* Disable the TX and/or RX */ \
DE4X5_OMR        1346 drivers/net/ethernet/dec/tulip/de4x5.c 	printk("\tomr:  0x%08x\n", inl(DE4X5_OMR));
DE4X5_OMR        1405 drivers/net/ethernet/dec/tulip/de4x5.c     omr = inl(DE4X5_OMR) & ~OMR_PR;             /* Turn off promiscuous mode */
DE4X5_OMR        1431 drivers/net/ethernet/dec/tulip/de4x5.c     outl(omr|OMR_ST, DE4X5_OMR);
DE4X5_OMR        1439 drivers/net/ethernet/dec/tulip/de4x5.c     outl(omr, DE4X5_OMR);                        /* Stop everything! */
DE4X5_OMR        1488 drivers/net/ethernet/dec/tulip/de4x5.c 	    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");
DE4X5_OMR        1775 drivers/net/ethernet/dec/tulip/de4x5.c     omr = inl(DE4X5_OMR);
DE4X5_OMR        1778 drivers/net/ethernet/dec/tulip/de4x5.c 	outl(omr, DE4X5_OMR);
DE4X5_OMR        1785 drivers/net/ethernet/dec/tulip/de4x5.c 	outl(omr | OMR_ST | OMR_SR, DE4X5_OMR);
DE4X5_OMR        1798 drivers/net/ethernet/dec/tulip/de4x5.c     omr = inl(DE4X5_OMR);
DE4X5_OMR        1799 drivers/net/ethernet/dec/tulip/de4x5.c     outl(omr & ~OMR_SR, DE4X5_OMR);
DE4X5_OMR        1807 drivers/net/ethernet/dec/tulip/de4x5.c     outl(omr, DE4X5_OMR);
DE4X5_OMR        1926 drivers/net/ethernet/dec/tulip/de4x5.c 	    omr = inl(DE4X5_OMR);
DE4X5_OMR        1928 drivers/net/ethernet/dec/tulip/de4x5.c 	    outl(omr, DE4X5_OMR);
DE4X5_OMR        1958 drivers/net/ethernet/dec/tulip/de4x5.c     omr = inl(DE4X5_OMR);
DE4X5_OMR        1987 drivers/net/ethernet/dec/tulip/de4x5.c     outl(omr, DE4X5_OMR);
DE4X5_OMR        2573 drivers/net/ethernet/dec/tulip/de4x5.c 	    omr = inl(DE4X5_OMR);/* Set up full duplex for the autonegotiate */
DE4X5_OMR        2574 drivers/net/ethernet/dec/tulip/de4x5.c 	    outl(omr | OMR_FDX, DE4X5_OMR);
DE4X5_OMR        2620 drivers/net/ethernet/dec/tulip/de4x5.c 		omr = inl(DE4X5_OMR);          /* Set up half duplex for TP */
DE4X5_OMR        2621 drivers/net/ethernet/dec/tulip/de4x5.c 		outl(omr & ~OMR_FDX, DE4X5_OMR);
DE4X5_OMR        2654 drivers/net/ethernet/dec/tulip/de4x5.c 		omr = inl(DE4X5_OMR);          /* Set up half duplex for AUI */
DE4X5_OMR        2655 drivers/net/ethernet/dec/tulip/de4x5.c 		outl(omr & ~OMR_FDX, DE4X5_OMR);
DE4X5_OMR        2685 drivers/net/ethernet/dec/tulip/de4x5.c 		omr = inl(DE4X5_OMR);          /* Set up half duplex for BNC */
DE4X5_OMR        2686 drivers/net/ethernet/dec/tulip/de4x5.c 		outl(omr & ~OMR_FDX, DE4X5_OMR);
DE4X5_OMR        2724 drivers/net/ethernet/dec/tulip/de4x5.c 	omr = inl(DE4X5_OMR);    /* Set up full duplex for the autonegotiate */
DE4X5_OMR        2725 drivers/net/ethernet/dec/tulip/de4x5.c 	outl(omr | OMR_FDX, DE4X5_OMR);
DE4X5_OMR        3033 drivers/net/ethernet/dec/tulip/de4x5.c 		omr = inl(DE4X5_OMR);   /* Set up half duplex for AUI        */
DE4X5_OMR        3034 drivers/net/ethernet/dec/tulip/de4x5.c 		outl(omr & ~OMR_FDX, DE4X5_OMR);
DE4X5_OMR        3064 drivers/net/ethernet/dec/tulip/de4x5.c 		omr = inl(DE4X5_OMR);          /* Set up half duplex for BNC */
DE4X5_OMR        3065 drivers/net/ethernet/dec/tulip/de4x5.c 		outl(omr & ~OMR_FDX, DE4X5_OMR);
DE4X5_OMR        3738 drivers/net/ethernet/dec/tulip/de4x5.c 	lp->cache.csr6 = (inl(DE4X5_OMR) & ~(OMR_ST | OMR_SR));
DE4X5_OMR        3744 drivers/net/ethernet/dec/tulip/de4x5.c 	outl(lp->cache.csr6, DE4X5_OMR);
DE4X5_OMR        3820 drivers/net/ethernet/dec/tulip/de4x5.c     if (inl(DE4X5_OMR) & OMR_SR) {   /* Only unmask if TX/RX is enabled */
DE4X5_OMR        5081 drivers/net/ethernet/dec/tulip/de4x5.c     omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR |
DE4X5_OMR        5085 drivers/net/ethernet/dec/tulip/de4x5.c     outl(omr, DE4X5_OMR);
DE4X5_OMR        5099 drivers/net/ethernet/dec/tulip/de4x5.c     outl(omr, DE4X5_OMR);
DE4X5_OMR        5410 drivers/net/ethernet/dec/tulip/de4x5.c 	omr = inl(DE4X5_OMR);
DE4X5_OMR        5412 drivers/net/ethernet/dec/tulip/de4x5.c 	outl(omr, DE4X5_OMR);
DE4X5_OMR        5434 drivers/net/ethernet/dec/tulip/de4x5.c 	tmp.addr[0] = inl(DE4X5_OMR);
DE4X5_OMR        5441 drivers/net/ethernet/dec/tulip/de4x5.c 	outl(tmp.addr[0], DE4X5_OMR);
DE4X5_OMR        5449 drivers/net/ethernet/dec/tulip/de4x5.c 	tmp.lval[3] = inl(DE4X5_OMR); j+=4;
DE4X5_OMR         923 drivers/net/ethernet/dec/tulip/de4x5.h     omr = inl(DE4X5_OMR) & ~(OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX);\
DE4X5_OMR         928 drivers/net/ethernet/dec/tulip/de4x5.h     outl(omr, DE4X5_OMR);\
DE4X5_OMR         931 drivers/net/ethernet/dec/tulip/de4x5.h     omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\
DE4X5_OMR         933 drivers/net/ethernet/dec/tulip/de4x5.h     outl(omr | (lp->infoblock_csr6 & ~(OMR_SCR | OMR_HBD)), DE4X5_OMR);\
DE4X5_OMR         935 drivers/net/ethernet/dec/tulip/de4x5.h     omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\
DE4X5_OMR         937 drivers/net/ethernet/dec/tulip/de4x5.h     outl(omr | OMR_SDP | OMR_TTM, DE4X5_OMR);\
DE4X5_OMR         950 drivers/net/ethernet/dec/tulip/de4x5.h     omr = inl(DE4X5_OMR) & ~(OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX);\
DE4X5_OMR         957 drivers/net/ethernet/dec/tulip/de4x5.h     outl(omr, DE4X5_OMR);\
DE4X5_OMR         960 drivers/net/ethernet/dec/tulip/de4x5.h     omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\
DE4X5_OMR         962 drivers/net/ethernet/dec/tulip/de4x5.h     outl(omr | lp->infoblock_csr6, DE4X5_OMR);\
DE4X5_OMR         964 drivers/net/ethernet/dec/tulip/de4x5.h     omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\
DE4X5_OMR         966 drivers/net/ethernet/dec/tulip/de4x5.h     outl(omr | OMR_SDP | OMR_PS | OMR_HBD | OMR_PCS | OMR_SCR, DE4X5_OMR);\
DE4X5_OMR         976 drivers/net/ethernet/dec/tulip/de4x5.h     omr = (inl(DE4X5_OMR) & ~(OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\
DE4X5_OMR         977 drivers/net/ethernet/dec/tulip/de4x5.h     outl(omr, DE4X5_OMR);\
DE4X5_OMR         979 drivers/net/ethernet/dec/tulip/de4x5.h     omr = (inl(DE4X5_OMR) & ~(OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\
DE4X5_OMR         980 drivers/net/ethernet/dec/tulip/de4x5.h     outl(omr, DE4X5_OMR);\
DE4X5_OMR         982 drivers/net/ethernet/dec/tulip/de4x5.h     omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\
DE4X5_OMR         983 drivers/net/ethernet/dec/tulip/de4x5.h     outl(omr | OMR_SDP | OMR_PS | OMR_HBD | OMR_PCS, DE4X5_OMR);\