Searched refs:RxDisable (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | dl2k.h | 219 RxDisable = 0x10000000, enumerator
|
D | 3c509.c | 121 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator 1231 outw(RxDisable, ioaddr + EL3_CMD); in el3_down()
|
D | 3c515.c | 207 RxDisable = 3 << 11, RxEnable = 4 << 11, RxReset = 5 << 11, enumerator 1502 outw(RxDisable, ioaddr + EL3_CMD); in corkscrew_close()
|
D | sundance.c | 429 RxEnable=0x0800, RxDisable=0x1000, RxEnabled=0x2000, enumerator 1718 writew(TxDisable | RxDisable | StatsDisable, ioaddr + MACCtrl1); in netdev_close()
|
D | 3c59x.c | 644 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, enumerator 2617 outw(RxDisable, ioaddr + EL3_CMD); in vortex_down()
|
D | dl2k.c | 1913 writel (TxDisable | RxDisable | StatsDisable, ioaddr + MACCtrl); in rio_close()
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | 3c589_cs.c | 73 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator 1077 outw(RxDisable, ioaddr + EL3_CMD); in el3_close()
|
D | 3c574_cs.c | 153 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator 1293 outw(RxDisable, ioaddr + EL3_CMD); in el3_close()
|