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

  /src/sys/dev/ic/
aic6360reg.h 74 #define SSTAT2 0x0d /* SCSI status 2 */
242 /* SSTAT2 */
aic6360.c 1442 bus_space_read_1(iot, ioh, SSTAT2)));
1534 (bus_space_read_1(iot, ioh, SSTAT2) & SEMPTY) != 0)
1546 + (bus_space_read_1(iot, ioh, SSTAT2) & 15);
1585 bus_space_read_1(iot, ioh, SSTAT2)));
2182 printf(" SSTAT0=%x SSTAT1=%x SSTAT2=%x SSTAT3=%x SSTAT4=%x\n",
2185 bus_space_read_1(iot, ioh, SSTAT2),
aic7xxx.c 1059 u_int sstat2; local
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)
    [all...]
aic79xx.c 1520 busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
1659 busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
2772 && (ahd_inb(ahd, SSTAT2) & EXP_ACTIVE) == 0) {
8705 ahd_sstat2_print(ahd_inb(ahd, SSTAT2), &cur_col, 50);
  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 92 test SSTAT2, NONPACKREQ jz . + 2;
737 test SSTAT2, SDONE jnz ITloop;
1755 test SSTAT2, NONPACKREQ jz pkt_service_fifo;
1774 test SSTAT2, NONPACKREQ jz return;
1841 test SSTAT2, NONPACKREQ jz return;
1923 test SSTAT2, NONPACKREQ jz return;
2007 test SSTAT2, NONPACKREQ jz return;
aic7xxx.seq 981 test SSTAT2, SHVALID jnz residuals_correct;
986 test SSTAT2, SHVALID jnz sgptr_fixup;
aic7xxx.reg 328 register SSTAT2 {
aic7xxx_reg.h 131 ahc_print_register(NULL, 0, "SSTAT2", 0x0d, regvalue, cur_col, wrap)
1182 #define SSTAT2 0x0d
aic79xx.reg 1908 register SSTAT2 {
aic79xx_reg.h 572 ahd_print_register(NULL, 0, "SSTAT2", 0x4d, regvalue, cur_col, wrap)
2759 #define SSTAT2 0x4d

Completed in 39 milliseconds