Symbol: SCBPTR
sys/dev/aic7xxx/aic79xx_inline.h
593
return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8));
sys/dev/aic7xxx/aic79xx_inline.h
601
ahd_outb(ahd, SCBPTR, scbptr & 0xFF);
sys/dev/aic7xxx/aic79xx_inline.h
602
ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF);
sys/dev/aic7xxx/aic7xxx.c
1173
ahc_outb(ahc, SCBPTR, scbptr);
sys/dev/aic7xxx/aic7xxx.c
2138
saved_scbptr = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
2145
ahc_outb(ahc, SCBPTR, i);
sys/dev/aic7xxx/aic7xxx.c
2159
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
4204
ahc_outb(ahc, SCBPTR, i);
sys/dev/aic7xxx/aic7xxx.c
4208
ahc_outb(ahc, SCBPTR, 0);
sys/dev/aic7xxx/aic7xxx.c
4237
ahc_outb(ahc, SCBPTR, i);
sys/dev/aic7xxx/aic7xxx.c
4271
ahc_outb(ahc, SCBPTR, i-1);
sys/dev/aic7xxx/aic7xxx.c
5230
saved_scbptr = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
5231
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/aic7xxx/aic7xxx.c
5233
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
5250
saved_scbptr = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
5251
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/aic7xxx/aic7xxx.c
5253
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
5268
saved_scbptr = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
5269
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/aic7xxx/aic7xxx.c
5271
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
5525
curscbptr = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
5532
ahc_outb(ahc, SCBPTR, next);
sys/dev/aic7xxx/aic7xxx.c
5585
ahc_outb(ahc, SCBPTR, curscbptr);
sys/dev/aic7xxx/aic7xxx.c
5705
active_scb = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
5713
ahc_outb(ahc, SCBPTR, next);
sys/dev/aic7xxx/aic7xxx.c
5747
ahc_outb(ahc, SCBPTR, active_scb);
sys/dev/aic7xxx/aic7xxx.c
5760
ahc_outb(ahc, SCBPTR, scbptr);
sys/dev/aic7xxx/aic7xxx.c
5768
ahc_outb(ahc, SCBPTR, prev);
sys/dev/aic7xxx/aic7xxx.c
5792
ahc_outb(ahc, FREE_SCBH, ahc_inb(ahc, SCBPTR));
sys/dev/aic7xxx/aic7xxx.c
5809
curscb = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
5810
ahc_outb(ahc, SCBPTR, scbpos);
sys/dev/aic7xxx/aic7xxx.c
5833
ahc_outb(ahc, SCBPTR, prev);
sys/dev/aic7xxx/aic7xxx.c
5840
ahc_outb(ahc, SCBPTR, curscb);
sys/dev/aic7xxx/aic7xxx.c
5872
active_scb = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
5943
ahc_outb(ahc, SCBPTR, i);
sys/dev/aic7xxx/aic7xxx.c
5976
ahc_outb(ahc, SCBPTR, active_scb);
sys/dev/aic7xxx/aic7xxx.c
606
ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR),
sys/dev/aic7xxx/aic7xxx.c
6711
saved_scbptr = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
6723
ahc_inb(ahc, SCBPTR));
sys/dev/aic7xxx/aic7xxx.c
6771
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/aic7xxx/aic7xxx.c
6781
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/aic7xxx/aic7xxx.c
6801
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/aic7xxx/aic7xxx.c
6809
ahc_outb(ahc, SCBPTR, i);
sys/dev/aic7xxx/aic7xxx.c
6829
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
6865
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
7047
saved_scbptr = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
7171
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
7192
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
914
scbptr = ahc_inb(ahc, SCBPTR);
sys/dev/aic7xxx/aic7xxx.c
931
ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR),
sys/dev/aic7xxx/aic7xxx_osm.c
1112
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx_pci.c
1306
ahc_outb(ahc, SCBPTR, 0);
sys/dev/aic7xxx/aic7xxx_pci.c
1409
ahc_outb(ahc, SCBPTR, 2);