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

/freebsd-11-stable/sys/dev/aic/
H A Daic6360reg.h39 #define SCSISIGO 0x03 /* SCSI signal out */ macro
132 /* SCSISIGO */
H A Daic.c471 aic_outb(aic, SCSISIGO, aic_inb(aic, SCSISIGI) | ATNO);
1278 aic_outb(aic, SCSISIGO, phase);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c260 ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */
767 * if the expected phase in SCSISIGO matches
773 ahc_outb(ahc, SCSISIGO, curphase);
2279 ahc_outb(ahc, SCSISIGO, scsisigo);
2877 ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO);
2976 ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO);
7142 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
H A Daic79xx.c256 ahd_outb(ahd, SCSISIGO, ATNO);
319 ahd_outb(ahd, SCSISIGO, 0); /* De-assert BSY */
976 && (ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
2019 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0
3883 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
4119 ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO);
4191 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO);
9428 ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
H A Daic7xxx_reg.h49 ahc_print_register(NULL, 0, "SCSISIGO", 0x03, regvalue, cur_col, wrap)
1098 #define SCSISIGO 0x03 macro
H A Daic79xx_reg.h462 ahd_print_register(NULL, 0, "SCSISIGO", 0x40, regvalue, cur_col, wrap)
2691 #define SCSISIGO 0x40 macro

Completed in 124 milliseconds