Searched refs:TxDisable (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/dlink/ |
D | dl2k.h | 189 TxDisable = 0x02000000, enumerator
|
D | sundance.c | 325 TxEnable=0x0100, TxDisable=0x0200, TxEnabled=0x0400, enumerator 1144 iowrite16 (TxDisable, ioaddr + MACCtrl1); in reset_tx() 1850 iowrite16(TxDisable | RxDisable | StatsDisable, ioaddr + MACCtrl1); in netdev_close()
|
D | dl2k.c | 617 dw32(MACCtrl, TxDisable | RxDisable | StatsDisable); in rio_hw_stop()
|
/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 82 TxDisable = 10<<11, enumerator 926 outw(TxDisable, ioaddr + EL3_CMD); in el3_close()
|
D | 3c574_cs.c | 138 TxEnable = 9<<11, TxDisable = 10<<11, TxReset = 11<<11, enumerator 1129 outw(TxDisable, ioaddr + EL3_CMD); in el3_close()
|
D | 3c509.c | 124 TxEnable = 9<<11, TxDisable = 10<<11, TxReset = 11<<11, enumerator 1206 outw(TxDisable, ioaddr + EL3_CMD); in el3_down()
|
D | 3c515.c | 184 TxDisable = 10 << 11, TxReset = 11 << 11, FakeIntr = 12 << 11, enumerator 1425 outw(TxDisable, ioaddr + EL3_CMD); in corkscrew_close()
|
D | 3c59x.c | 452 RxDiscard = 8<<11, TxEnable = 9<<11, TxDisable = 10<<11, TxReset = 11<<11, enumerator 2701 iowrite16(TxDisable, ioaddr + EL3_CMD); in vortex_down()
|