Symbol: SCSISIGI
sys/dev/aic7xxx/aic79xx.c
1031
bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
sys/dev/aic7xxx/aic79xx.c
1210
bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
sys/dev/aic7xxx/aic79xx.c
1283
ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI));
sys/dev/aic7xxx/aic79xx.c
1317
lastphase, ahd_inb(ahd, SCSISIGI));
sys/dev/aic7xxx/aic79xx.c
1330
lastphase, ahd_inb(ahd, SCSISIGI));
sys/dev/aic7xxx/aic79xx.c
1832
curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
sys/dev/aic7xxx/aic79xx.c
2452
curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
sys/dev/aic7xxx/aic79xx.c
3423
if ((ahd_inb(ahd, SCSISIGI) & BSYI) != 0
sys/dev/aic7xxx/aic79xx.c
4073
if ((ahd_inb(ahd, SCSISIGI) & ATNI) != 0
sys/dev/aic7xxx/aic79xx.c
4125
lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0;
sys/dev/aic7xxx/aic79xx.c
4640
ahd_name(ahd), ahd_inb(ahd, SCSISIGI));
sys/dev/aic7xxx/aic79xx.c
8970
ahd_scsisigi_print(ahd_inb(ahd, SCSISIGI), &cur_col, 50);
sys/dev/aic7xxx/aic7xxx.c
1058
curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
sys/dev/aic7xxx/aic7xxx.c
2261
scsisigo |= ahc_inb(ahc, SCSISIGI);
sys/dev/aic7xxx/aic7xxx.c
2530
if ((ahc_inb(ahc, SCSISIGI) & ATNI) != 0) {
sys/dev/aic7xxx/aic7xxx.c
2557
curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
sys/dev/aic7xxx/aic7xxx.c
2647
bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
sys/dev/aic7xxx/aic7xxx.c
2828
if ((ahc_inb(ahc, SCSISIGI) & ATNI) != 0
sys/dev/aic7xxx/aic7xxx.c
2854
while ((ahc_inb(ahc, SCSISIGI) & ACKI) != 0)
sys/dev/aic7xxx/aic7xxx.c
2909
lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0;
sys/dev/aic7xxx/aic7xxx.c
617
ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
sys/dev/aic7xxx/aic7xxx.c
656
lastphase, ahc_inb(ahc, SCSISIGI));
sys/dev/aic7xxx/aic7xxx.c
667
lastphase, ahc_inb(ahc, SCSISIGI));
sys/dev/aic7xxx/aic7xxx.c
6727
ahc_scsisigi_print(ahc_inb(ahc, SCSISIGI), &cur_col, 50);
sys/dev/aic7xxx/aic7xxx.c
689
bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
sys/dev/aic7xxx/aic7xxx.c
763
curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
sys/dev/aic7xxx/aic7xxx.c
767
if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) {
sys/dev/aic7xxx/aic7xxx.c
780
if ((ahc_inb(ahc, SCSISIGI)
sys/dev/aic7xxx/aic7xxx.c
943
ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
sys/dev/aic7xxx/aic7xxx.c
951
intstat, ahc_inb(ahc, SCSISIGI));