Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7xxx.h97 #define SCB_GET_TARGET_OFFSET(ahc, scb) \ macro
100 (0x01 << (SCB_GET_TARGET_OFFSET(ahc, scb)))
HDaic79xx.h95 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ macro
98 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb)))
HDaic7xxx_osm.c345 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
1093 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_execute_scb()