Searched refs:TCL_TARGET_OFFSET (Results 1 – 4 of 4) sorted by relevance
112 #define TCL_TARGET_OFFSET(tcl) \ macro
139 #define TCL_TARGET_OFFSET(tcl) \ macro
4955 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()4958 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()4975 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL); in ahc_unbusy_tcl()4978 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()4993 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl()4996 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
6905 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4)); in ahd_index_busy_tcl()6912 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS); in ahd_index_busy_tcl()