HomeSort by: relevance | last modified time | path
    Searched defs:SCB_GET_TARGET_OFFSET (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xxvar.h 101 #define SCB_GET_TARGET_OFFSET(ahd, scb) \
104 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb)))
aic7xxxvar.h 188 #define SCB_GET_TARGET_OFFSET(ahc, scb) \
191 (0x01 << (SCB_GET_TARGET_OFFSET(ahc, scb)))

Completed in 15 milliseconds