Home | History | Annotate | Download | only in ic

Lines Matching defs:stsr

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;
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);
3034 if ((bits & ATW_NAR_SR) != 0 && (stsr & ATW_INTR_RPS) == 0 &&
3039 DPRINTF2(sc, ("%s: bits %08x test0 %08x stsr %08x\n",
3040 device_xname(sc->sc_dev), bits, test0, stsr));