Home
last modified time | relevance | path

Searched refs:SCB_GET_TARGET_OFFSET (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h85 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ macro
88 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb)))
H A Daic7xxx_osm.c1689 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()