Lines Matching defs:intrstat
878 u_int32_t reg, intrstat, error;
881 intrstat = arc_read(sc, ARC_RA_INTRSTAT);
882 intrstat &= ARC_RA_INTRSTAT_POSTQUEUE | ARC_RA_INTRSTAT_DOORBELL |
884 arc_write(sc, ARC_RA_INTRSTAT, intrstat);
886 if (intrstat & ARC_RA_INTRSTAT_DOORBELL) {
903 if (intrstat & ARC_RA_INTRSTAT_POSTQUEUE) {
929 u_int32_t reg, intrstat, obmsg, error;
932 intrstat = arc_read(sc, ARC_RC_INTR_STAT);
933 if (!(intrstat & (ARC_RC_INTR_STAT_POSTQUEUE |
937 if (intrstat & ARC_RC_INTR_STAT_DOORBELL) {
968 if (intrstat & ARC_RC_INTR_STAT_POSTQUEUE) {
1025 u_int32_t reg, intrstat, obmsg, error;
1031 intrstat = arc_read(sc, ARC_RD_INTR_STAT);
1032 if (!(intrstat & (ARC_RD_INTR_STAT_POSTQUEUE |
1036 if (intrstat & ARC_RD_INTR_STAT_DOORBELL) {
1066 if (intrstat & ARC_RD_INTR_STAT_POSTQUEUE) {