| /src/sys/dev/microcode/aic7xxx/ |
| aic79xx.seq | 117 bmov SCBPTR, GSFIFO, 2; 192 bmov COMPLETE_SCB_HEAD, SCBPTR, 2 ret; 262 bmov REG0, SCBPTR, 2; 299 bmov SCBPTR, SINDIR, 2; 301 cmp SCBPTR[1], SCB_LIST_NULL je first_new_target_scb; 305 bmov SCBPTR, WAITING_TID_TAIL, 2; 333 bmov SCBPTR, COMPLETE_SCB_HEAD, 2; 335 mov CCSCBRAM, SCBPTR; 336 or CCSCBRAM, A, SCBPTR[1]; 344 bmov SCBPTR, SCB_NEXT_COMPLETE, 2 [all...] |
| aic7xxx.seq | 112 mov SCBPTR, ARG_1; 137 mov WAITING_SCBH, SCBPTR; 149 mov SCBPTR, WAITING_SCBH; 437 mov SCBPTR, WAITING_SCBH; 1794 * upon return. SCBPTR may be modified by this action. 1799 mov SCBPTR, SAVED_LUN; 1823 mov SCBPTR, SAVED_LUN; 1852 mov SCBPTR, ARG_1; 1903 mov SCBPTR, ARG_1; 1930 mov A, SCBPTR; [all...] |
| aic7xxx.reg | 791 register SCBPTR {
|
| aic7xxx_reg.h | 677 ahc_print_register(NULL, 0, "SCBPTR", 0x90, regvalue, cur_col, wrap) 1522 #define SCBPTR 0x90
|
| aic79xx.reg | 2721 register SCBPTR { 3623 * Value to "or" into the SCBPTR[1] value to
|
| aic79xx_reg.h | 1482 ahd_print_register(NULL, 0, "SCBPTR", 0xa8, regvalue, cur_col, wrap) 3291 #define SCBPTR 0xa8
|
| /src/sys/dev/ic/ |
| aic7xxx.c | 225 u_int prev, u_int scbptr); 608 printf("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, " 610 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), 918 u_int scbptr; local 920 scbptr = ahc_inb(ahc, SCBPTR); 921 printf("Bogus TAG after DMA. SCBPTR %d, tag %d, our tag %d\n", 922 scbptr, ahc_inb(ahc, ARG_1), 923 ahc->scb_data->hscbs[scbptr].tag); 935 printf("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, 1153 u_int scbptr; local [all...] |
| aic79xx_inline.h | 576 return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8)); 580 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) 584 ahd_outb(ahd, SCBPTR, scbptr & 0xFF); 585 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF);
|
| aic7xxx_osm.c | 668 ahc_outb(ahc, SCBPTR, scb->hscb->tag); 883 saved_scbptr = ahc_inb(ahc, SCBPTR); 1015 ahc_outb(ahc, SCBPTR, scb->hscb->tag); 1036 ahc_outb(ahc, SCBPTR, saved_scbptr);
|
| aic7xxx_seeprom.c | 169 ahc_outb(ahc, SCBPTR, 2);
|
| /src/sys/dev/pci/ |
| ahc_pci.c | 1374 ahc_outb(ahc, SCBPTR, 0);
|