HomeSort by relevance Sort by last modified time
    Searched refs:host_byte (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/modified/scsi/
scsi.h 222 * host_byte = set by low-level driver to indicate status.
227 #define host_byte(result) (((result) >> 16) & 0xff) macro
  /external/kernel-headers/original/scsi/
scsi.h 214 * host_byte = set by low-level driver to indicate status.
219 #define host_byte(result) (((result) >> 16) & 0xff) macro

Completed in 57 milliseconds