Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic7xxx.h99 #define TCL_TARGET_OFFSET(tcl) \ macro
A Daic79xx.h100 #define TCL_TARGET_OFFSET(tcl) \ macro
A Daic7xxx_core.c5643 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()
5646 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5663 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL); in ahc_unbusy_tcl()
5666 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5681 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl()
5684 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
A Daic79xx_core.c7907 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4)); in ahd_index_busy_tcl()
7914 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS); in ahd_index_busy_tcl()

Completed in 36 milliseconds