Searched refs:DE4X5_OMR (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/ |
| H A 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 …]
|
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | dc2114x.c | 34 #define DE4X5_OMR 0x030 /* Operation Mode Register */ macro 105 omr = INL(dev, DE4X5_OMR);\ 107 OUTL(dev, omr, DE4X5_OMR); /* Enable the TX and/or RX */\ 112 omr = INL(dev, DE4X5_OMR);\ 114 OUTL(dev, omr, DE4X5_OMR); /* Disable the TX and/or RX */ \ 330 OUTL(dev, OMR_SDP | OMR_PS | OMR_PM, DE4X5_OMR); in dc21x4x_init()
|