Lines Matching defs:sstat2
1059 u_int sstat2;
1064 sstat2 = ahc_inb(ahc, SSTAT2);
1106 if ((sstat2 & CRCVALERR) != 0)
1108 if ((sstat2 & CRCENDERR) != 0)
1111 if ((sstat2 & CRCREQERR) != 0)
1114 if ((sstat2 & DUAL_EDGE_ERR) != 0)
1122 && (sstat2 & DUAL_EDGE_ERR) != 0) {
1644 && (ahc_inb(ahc, SSTAT2) & EXP_ACTIVE) == 0) {
6649 ahc_sstat2_print(ahc_inb(ahc, SSTAT2), &cur_col, 50);