Searched refs:SSTAT1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.c761 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
992 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
997 status = ahc_inb(ahc, SSTAT1)
1080 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
6761 ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50);
7118 && (ahc_inb(ahc, SSTAT1) & REQINIT) == 0) {
H A Daic7xxx_reg.h126 ahc_print_register(NULL, 0, "SSTAT1", 0x0c, regvalue, cur_col, wrap)
1166 #define SSTAT1 0x0c macro
H A Daic79xx.c1494 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0)
1547 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
8064 if ((ahd_inb(ahd, SSTAT1) & SCSIRSTI) != 0) {
9014 ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50);
H A Daic79xx_reg.h560 ahd_print_register(NULL, 0, "SSTAT1", 0x4c, regvalue, cur_col, wrap)
2776 #define SSTAT1 0x4c macro

Completed in 194 milliseconds