Searched refs:SAVED_TCL (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 202 test SAVED_TCL, 0x80 jnz ultra_2; /* Target ID > 7 */ 205 mov FUNCTION1,SAVED_TCL; 216 shr A,4,SAVED_TCL; 219 or SAVED_TCL, SELBUSB; 242 and SAVED_TCL, SELID_MASK, SELID; 269 mov SAVED_TCL, SCB_TCL; 850 mov A, SAVED_TCL; 945 or SAVED_TCL,A; /* SAVED_TCL should be complete now */ 981 mov A, SAVED_TCL; 1153 * Locate a disconnected SCB either by SAVED_TCL (ARG_1 is SCB_LIST_NULL) [all …]
|
D | aic7xxx_reg.h | 243 #define SAVED_TCL 0x37 macro
|
D | aic7xxx.reg | 1218 SAVED_TCL {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 4376 target = ((aic_inb(p, SAVED_TCL) >> 4) & 0x0f); in aic7xxx_handle_seqint() 4382 lun = aic_inb(p, SAVED_TCL) & 0x07; in aic7xxx_handle_seqint() 4400 aic_inb(p, SAVED_TCL), aic_inb(p, ARG_1), in aic7xxx_handle_seqint() 4428 lun, aic_inb(p, LASTPHASE), aic_inb(p, SAVED_TCL)); in aic7xxx_handle_seqint() 6217 unsigned char saved_tcl = aic_inb(p, SAVED_TCL); in aic7xxx_handle_scsiint()
|