Searched refs:SSTAT2 (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Daic6360reg.h75 #define SSTAT2 0x0d /* SCSI status 2 */ macro
243 /* SSTAT2 */
H A Daic6360.c1330 bus_space_read_1(iot, ioh, SSTAT2)));
1422 (bus_space_read_1(iot, ioh, SSTAT2) & SEMPTY) != 0)
1434 (bus_space_read_1(iot, ioh, SSTAT2) & 15);
1473 bus_space_read_1(iot, ioh, SSTAT2)));
2067 printf(" SSTAT0=%x SSTAT1=%x SSTAT2=%x SSTAT3=%x SSTAT4=%x\n",
2070 bus_space_read_1(iot, ioh, SSTAT2),
H A Daic7xxx.c1094 sstat2 = ahc_inb(ahc, SSTAT2);
1684 && (ahc_inb(ahc, SSTAT2) & EXP_ACTIVE) == 0) {
6469 ahc_sstat2_print(ahc_inb(ahc, SSTAT2), &cur_col, 50);
H A Daic79xx.c1558 busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
1713 busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
2868 && (ahd_inb(ahd, SSTAT2) & EXP_ACTIVE) == 0) {
8733 ahd_sstat2_print(ahd_inb(ahd, SSTAT2), &cur_col, 50);
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h132 ahc_print_register(NULL, 0, "SSTAT2", 0x0d, regvalue, cur_col, wrap)
1176 #define SSTAT2 0x0d macro
H A Daic79xx_reg.h573 ahd_print_register(NULL, 0, "SSTAT2", 0x4d, regvalue, cur_col, wrap)
2795 #define SSTAT2 0x4d macro

Completed in 94 milliseconds