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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h99 #define TCL_TARGET_OFFSET(tcl) \ macro
H A Daic79xx.h100 #define TCL_TARGET_OFFSET(tcl) \ macro
H A Daic7xxx_core.c5652 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
5655 target_offset = TCL_TARGET_OFFSET(tcl);
5672 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
5675 target_offset = TCL_TARGET_OFFSET(tcl);
5690 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
5693 target_offset = TCL_TARGET_OFFSET(tcl);
H A Daic79xx_core.c7924 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));
7931 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);

Completed in 105 milliseconds