Home
last modified time | relevance | path

Searched refs:TCL_TARGET_OFFSET (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx.h99 #define TCL_TARGET_OFFSET(tcl) \ macro
Daic79xx.h100 #define TCL_TARGET_OFFSET(tcl) \ macro
Daic7xxx_core.c5674 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()
5677 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5694 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL); in ahc_unbusy_tcl()
5697 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5712 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl()
5715 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
Daic79xx_core.c7952 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4)); in ahd_index_busy_tcl()
7959 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS); in ahd_index_busy_tcl()