/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 115 bmov SCBPTR, GSFIFO, 2; 190 bmov COMPLETE_SCB_HEAD, SCBPTR, 2 ret; 260 bmov REG0, SCBPTR, 2; 297 bmov SCBPTR, SINDIR, 2; 299 cmp SCBPTR[1], SCB_LIST_NULL je first_new_target_scb; 303 bmov SCBPTR, WAITING_TID_TAIL, 2; 331 bmov SCBPTR, COMPLETE_SCB_HEAD, 2; 333 mov CCSCBRAM, SCBPTR; 334 or CCSCBRAM, A, SCBPTR[1]; 342 bmov SCBPTR, SCB_NEXT_COMPLETE, 2; [all …]
|
D | aic7xxx_core.c | 593 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint() 903 scbptr = ahc_inb(ahc, SCBPTR); in ahc_handle_seqint() 920 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint() 1162 ahc_outb(ahc, SCBPTR, scbptr); in ahc_handle_scsiint() 2135 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_update_pending_scbs() 2142 ahc_outb(ahc, SCBPTR, i); in ahc_update_pending_scbs() 2156 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_update_pending_scbs() 4188 ahc_outb(ahc, SCBPTR, i); in ahc_probe_scbs() 4192 ahc_outb(ahc, SCBPTR, 0); in ahc_probe_scbs() 4221 ahc_outb(ahc, SCBPTR, i); in ahc_build_free_scb_list() [all …]
|
D | aic7xxx.seq | 112 mov SCBPTR, ARG_1; 137 mov WAITING_SCBH, SCBPTR; 149 mov SCBPTR, WAITING_SCBH; 437 mov SCBPTR, WAITING_SCBH; 1790 * upon return. SCBPTR may be modified by this action. 1795 mov SCBPTR, SAVED_LUN; 1819 mov SCBPTR, SAVED_LUN; 1848 mov SCBPTR, ARG_1; 1899 mov SCBPTR, ARG_1; 1926 mov A, SCBPTR; [all …]
|
D | aic79xx_inline.h | 582 return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8)); in ahd_get_scbptr() 590 ahd_outb(ahd, SCBPTR, scbptr & 0xFF); in ahd_set_scbptr() 591 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF); in ahd_set_scbptr()
|
D | aic7xxx_pci.c | 1303 ahc_outb(ahc, SCBPTR, 0); in ahc_pci_test_register_access() 1403 ahc_outb(ahc, SCBPTR, 2); in check_extport()
|
D | aic7xxx_osm.c | 4912 saved_scbptr = ahc_inb(ahc, SCBPTR); 4975 ahc_outb(ahc, SCBPTR, pending_scb->hscb->tag); 4991 ahc_outb(ahc, SCBPTR, saved_scbptr);
|
D | aic7xxx_reg.h | 1513 #define SCBPTR 0x90 macro
|
D | aic79xx.reg | 2719 register SCBPTR { 3621 * Value to "or" into the SCBPTR[1] value to
|
D | aic7xxx.reg | 791 register SCBPTR {
|
D | aic79xx_reg.h | 3291 #define SCBPTR 0xa8 macro
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 125 mov SCBPTR, RETURN_2; 155 mov WAITING_SCBH, SCBPTR; 160 mov SCBPTR, WAITING_SCBH; 267 mov SCBPTR, WAITING_SCBH; 839 mov WAITING_SCBH, SCBPTR; 955 * always the case in non-paging scenarios), SCBPTR is already 959 mov SCBPTR call rem_scb_from_disc_list; 1156 * the SCB cannot be found, SINDEX will be SCB_LIST_NULL, otherwise, SCBPTR 1160 mov SCBPTR,SINDEX; /* Initialize SCBPTR */ 1168 mov ARG_2, SCBPTR; [all …]
|
D | aic7xxx_reg.h | 393 #define SCBPTR 0x90 macro
|
D | aic7xxx.reg | 673 register SCBPTR {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 2521 aic_outb(p, aic_inb(p, SCBPTR), FREE_SCBH); in aic7xxx_add_curscb_to_free_list() 2538 aic_outb(p, scbptr, SCBPTR); in aic7xxx_rem_scb_from_disc_list() 2544 aic_outb(p, prev, SCBPTR); in aic7xxx_rem_scb_from_disc_list() 2606 saved_scbptr = aic_inb(p, SCBPTR); in aic7xxx_find_scb() 2610 aic_outb(p, curindex, SCBPTR); in aic7xxx_find_scb() 2616 aic_outb(p, saved_scbptr, SCBPTR); in aic7xxx_find_scb() 3200 curscb = aic_inb(p, SCBPTR); in aic7xxx_abort_waiting_scb() 3201 aic_outb(p, scbpos, SCBPTR); in aic7xxx_abort_waiting_scb() 3221 aic_outb(p, prev, SCBPTR); in aic7xxx_abort_waiting_scb() 3228 aic_outb(p, curscb, SCBPTR); in aic7xxx_abort_waiting_scb() [all …]
|