Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.h99 #define TCL_TARGET_OFFSET(tcl) \ macro
Daic79xx.h100 #define TCL_TARGET_OFFSET(tcl) \ macro
Daic7xxx_core.c5707 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()
5710 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5727 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL); in ahc_unbusy_tcl()
5730 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5745 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl()
5748 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
Daic79xx_core.c7993 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4)); in ahd_index_busy_tcl()
8000 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS); in ahd_index_busy_tcl()