Searched refs:SCB_GET_TARGET_OFFSET (Results 1 - 3 of 3) 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.h87 #define SCB_GET_TARGET_OFFSET(ahc, scb) \ macro
90 (0x01 << (SCB_GET_TARGET_OFFSET(ahc, scb)))
H A Daic79xx.h85 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ macro
88 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb)))
H A Daic7xxx_osm.c1718 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb);

Completed in 79 milliseconds