Searched defs:READ_SCSI16 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_defines.h89 #define READ_SCSI16(addr, type) ((((type)(((uint8_t *)(addr))[0])) \ macro
94 | (READ_SCSI16(addr+1, type)))
95 #define READ_SCSI32(addr, type) (((READ_SCSI16(addr, type)) << 16) |\
96 (READ_SCSI16((addr+2), type)))

Completed in 45 milliseconds