Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daic7xxxvar.h112 #define TCL_TARGET_OFFSET(tcl) \ macro
H A Daic79xx.h139 #define TCL_TARGET_OFFSET(tcl) \ macro
H A Daic7xxx.c4955 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()
H A Daic79xx.c6905 | ((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()