HomeSort by: relevance | last modified time | path
    Searched defs:stsr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
atw.c 2840 printf("%s: reg[STSR] = %x",
2984 * process in STSR if I clear SR or ST after the process has already
2992 uint32_t ackmask = 0, opmode, stsr, test0; local in function:atw_idle
3012 stsr = ATW_READ(sc, ATW_STSR);
3013 if ((stsr & ackmask) == ackmask)
3018 ATW_WRITE(sc, ATW_STSR, stsr & ackmask);
3020 if ((stsr & ackmask) == ackmask)
3025 if ((bits & ATW_NAR_ST) != 0 && (stsr & ATW_INTR_TPS) == 0 &&
3030 printf("%s: bits %08x test0 %08x stsr %08x\n",
3031 device_xname(sc->sc_dev), bits, test0, stsr);
    [all...]
atw.c 2840 printf("%s: reg[STSR] = %x",
2984 * process in STSR if I clear SR or ST after the process has already
2992 uint32_t ackmask = 0, opmode, stsr, test0; local in function:atw_idle
3012 stsr = ATW_READ(sc, ATW_STSR);
3013 if ((stsr & ackmask) == ackmask)
3018 ATW_WRITE(sc, ATW_STSR, stsr & ackmask);
3020 if ((stsr & ackmask) == ackmask)
3025 if ((bits & ATW_NAR_ST) != 0 && (stsr & ATW_INTR_TPS) == 0 &&
3030 printf("%s: bits %08x test0 %08x stsr %08x\n",
3031 device_xname(sc->sc_dev), bits, test0, stsr);
    [all...]

Completed in 25 milliseconds