Searched refs:SCB_GET_TARGET_OFFSET (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 87 #define SCB_GET_TARGET_OFFSET(ahc, scb) \ macro 90 (0x01 << (SCB_GET_TARGET_OFFSET(ahc, scb)))
|
H A D | aic79xx.h | 85 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ macro 88 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb)))
|
H A D | aic7xxx_osm.c | 1682 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 87 #define SCB_GET_TARGET_OFFSET(ahc, scb) \ macro 90 (0x01 << (SCB_GET_TARGET_OFFSET(ahc, scb)))
|
H A D | aic79xx.h | 85 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ macro 88 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb)))
|
H A D | aic7xxx_osm.c | 1681 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
|
Completed in 17 milliseconds