Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic7xxx.h87 #define SCB_GET_TARGET_OFFSET(ahc, scb) \ macro
90 (0x01 << (SCB_GET_TARGET_OFFSET(ahc, scb)))
Daic79xx.h85 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ macro
88 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb)))
Daic7xxx_osm.c1681 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()