Searched refs:DE4X5_OMR (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
D | de4x5.h | 22 #define DE4X5_OMR iobase+(0x030 << lp->bus) /* Operation Mode Register */ macro 923 omr = inl(DE4X5_OMR) & ~(OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX);\ 928 outl(omr, DE4X5_OMR);\ 931 omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\ 933 outl(omr | (lp->infoblock_csr6 & ~(OMR_SCR | OMR_HBD)), DE4X5_OMR);\ 935 omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\ 937 outl(omr | OMR_SDP | OMR_TTM, DE4X5_OMR);\ 950 omr = inl(DE4X5_OMR) & ~(OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX);\ 957 outl(omr, DE4X5_OMR);\ 960 omr = (inl(DE4X5_OMR) & ~(OMR_PS | OMR_HBD | OMR_TTM | OMR_PCS | OMR_SCR | OMR_FDX));\ [all …]
|
D | de4x5.c | 707 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 */ \ 1346 printk("\tomr: 0x%08x\n", inl(DE4X5_OMR)); in de4x5_open() 1405 omr = inl(DE4X5_OMR) & ~OMR_PR; /* Turn off promiscuous mode */ in de4x5_sw_reset() 1431 outl(omr|OMR_ST, DE4X5_OMR); in de4x5_sw_reset() 1439 outl(omr, DE4X5_OMR); /* Stop everything! */ in de4x5_sw_reset() 1488 …ev->name, inl(DE4X5_STS), netif_queue_stopped(dev), inl(DE4X5_IMR), inl(DE4X5_OMR), ((u_long) lp->… in de4x5_queue_pkt() 1775 omr = inl(DE4X5_OMR); in de4x5_txur() [all …]
|