Searched refs:SCB_TCL (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 490 #define SCB_TCL 0xa1 macro
|
D | aic7xxx.seq | 167 and A,SELBUSB,SCB_TCL; /* Get new channel bit */ 173 and A, TID, SCB_TCL; /* Get target ID */ 177 and A, TID, SCB_TCL; /* Get target ID */ 269 mov SAVED_TCL, SCB_TCL; 715 and SINDEX,0xf,SCB_TCL; /* lun */ 717 and SINDEX,0x7,SCB_TCL; /* lun */ 982 cmp SCB_TCL, A jne not_found_cleanup_scb; 1163 mvi SCB_TCL jmp findSCB_loop; /* &SCB_TCL -> SINDEX */
|
D | aic7xxx.reg | 903 SCB_TCL {
|
/linux-2.6.39/drivers/scsi/ |
D | aic7xxx_old.c | 2075 lun = aic_inb(p, SCB_TCL) & 0x07; in aic7xxx_set_syncrate()
|