Searched refs:RxTx (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dtulip.h171 RxTx = (TxOn | RxOn), enumerator in enum:tulip_mode_bits
524 iowrite32(tp->csr6 | RxTx, ioaddr + CSR6);
534 if (csr6 & RxTx) {
536 iowrite32(csr6 & ~RxTx, ioaddr + CSR6);
H A Dde2104x.c203 RxTx = TxEnable | RxEnable, enumerator in enum:__anon740
209 RxTx | BOCnt | AcceptAllPhys | AcceptAllMulticast,
853 if (macmode & RxTx) {
854 dw32(MacMode, macmode & ~RxTx);
876 if ((macmode & RxTx) != RxTx) {
877 dw32(MacMode, macmode | RxTx);
1265 dw32(MacMode, RxTx | macmode);

Completed in 287 milliseconds