Home
last modified time | relevance | path

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

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