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

  /external/autotest/client/site_tests/hardware_SAT/
hardware_SAT.py 28 channel_hash = struct.unpack('=I', fd.read(4))[0]
41 if not channel_hash & (1 << 23):
42 logging.warning('Memory channel_hash deactivated... going with cache-line '
44 channel_hash = 1
45 channel_hash = (channel_hash & 0x3FFF) << 6
47 return (' --memory_channel %s --memory_channel %s --channel_hash 0x%x'
51 channel_hash))
  /external/stressapptest/src/
os.h 73 void SetDramMappingParams(uintptr_t channel_hash, int channel_width,
75 channel_hash_ = channel_hash;

Completed in 60 milliseconds