HomeSort by: relevance | last modified time | path
    Searched refs:TCL_TARGET_OFFSET (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
aic79xxvar.h 116 #define TCL_TARGET_OFFSET(tcl) \
aic7xxxvar.h 200 #define TCL_TARGET_OFFSET(tcl) \
aic7xxx.c 5131 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
5134 target_offset = TCL_TARGET_OFFSET(tcl);
5151 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
5154 target_offset = TCL_TARGET_OFFSET(tcl);
5169 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
5172 target_offset = TCL_TARGET_OFFSET(tcl);
aic79xx.c 6923 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));
6930 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);

Completed in 41 milliseconds