Searched refs:RxDisable (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/dlink/ |
H A D | dl2k.h | 192 RxDisable = 0x10000000, enumerator
|
H A D | dl2k.c | 616 dw32(MACCtrl, TxDisable | RxDisable | StatsDisable); in rio_hw_stop()
|
/linux/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 77 RxDisable = 3<<11, enumerator 925 outw(RxDisable, ioaddr + EL3_CMD); in el3_close()
|
H A D | 3c574_cs.c | 137 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator 1128 outw(RxDisable, ioaddr + EL3_CMD); in el3_close()
|
H A D | 3c509.c | 123 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator 1205 outw(RxDisable, ioaddr + EL3_CMD); in el3_down()
|
H A D | 3c515.c | 180 RxDisable = 3 << 11, RxEnable = 4 << 11, RxReset = 5 << 11, enumerator 1423 outw(RxDisable, ioaddr + EL3_CMD); in corkscrew_close()
|