Searched refs:BUILD_TCL (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 103 #define BUILD_TCL(scsiid, lun) \ macro
|
D | aic79xx.h | 104 #define BUILD_TCL(scsiid, lun) \ macro
|
D | aic7xxx_core.c | 1176 BUILD_TCL(ahc_inb(ahc, SAVED_SCSIID), in ahc_handle_seqint() 1504 BUILD_TCL(ahc_inb(ahc, SAVED_SCSIID), in ahc_handle_seqint() 4129 ahc_busy_tcl(ahc, BUILD_TCL(scb->hscb->scsiid, devinfo->lun), in ahc_handle_msg_reject() 5132 ahc_unbusy_tcl(ahc, BUILD_TCL(i << 4, 0)); in ahc_chip_init() 5141 ahc_unbusy_tcl(ahc, BUILD_TCL(i << 4, lun)); in ahc_chip_init() 6393 tcl = BUILD_TCL(i << 4, j); in ahc_abort_scbs() 6400 ahc_unbusy_tcl(ahc, BUILD_TCL(i << 4, j)); in ahc_abort_scbs()
|
D | aic79xx_core.c | 2145 BUILD_TCL(ahd_inb(ahd, SAVED_SCSIID), in ahd_handle_seqint() 5649 ahd_busy_tcl(ahd, BUILD_TCL(scb->hscb->scsiid, devinfo->lun), in ahd_handle_msg_reject()
|