HomeSort by: relevance | last modified time | path
    Searched refs:OPMODE_ST (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/mips/atheros/dev/
aereg.h 263 #define OPMODE_ST 0x00002000 /* start transmitter */
if_ae.c 914 ae_idle(sc, OPMODE_ST);
1418 AE_WRITE(sc, CSR_OPMODE, OPMODE_SR | OPMODE_ST |
1760 if (bits & OPMODE_ST)
1776 if ((bits & OPMODE_ST) != 0 && (csr & STATUS_TPS) == 0 &&
1832 //ae_idle(sc, OPMODE_ST | OPMODE_SR);
  /src/sys/arch/newsmips/apbus/
if_tlp_ap.c 274 tlp_idle(sc, OPMODE_ST | OPMODE_SR);
  /src/sys/dev/ic/
tulip.c 1101 tlp_idle(sc, OPMODE_ST);
1743 sc->sc_opmode |= OPMODE_SR | OPMODE_ST |
2590 tlp_idle(sc, OPMODE_ST | OPMODE_SR);
3096 if (bits & OPMODE_ST)
3112 if ((bits & OPMODE_ST) != 0 && (csr & STATUS_TPS) == 0 &&
3243 tlp_idle(sc, OPMODE_ST | OPMODE_SR);
3274 tlp_idle(sc, OPMODE_ST | OPMODE_SR);
4256 tlp_idle(sc, OPMODE_ST | OPMODE_SR);
4343 tlp_idle(sc, OPMODE_ST | OPMODE_SR);
5313 tlp_idle(sc, OPMODE_ST | OPMODE_SR)
    [all...]
tulipreg.h 599 #define OPMODE_ST 0x00002000 /* start transmitter */

Completed in 21 milliseconds