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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h100 #define TCL_TARGET_OFFSET(tcl) \ macro
H A Daic7xxx.h99 #define TCL_TARGET_OFFSET(tcl) \ macro
H A Daic7xxx_core.c5099 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
5102 target_offset = TCL_TARGET_OFFSET(tcl);
5119 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
5122 target_offset = TCL_TARGET_OFFSET(tcl);
5137 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
5140 target_offset = TCL_TARGET_OFFSET(tcl);
H A Daic79xx_core.c7164 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));
7171 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);

Completed in 149 milliseconds