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

  /external/u-boot/arch/x86/cpu/quark/
mrc_util.c 1098 uint32_t sample_result[SAMPLE_CNT]; /* results of sample_dqs() */ local
1123 sample_result[sample] = sample_dqs(mrc_params,
1129 sample * SAMPLE_DLY, sample_result[sample]);
1141 ((sample_result[sample] & (1 << bl)) >> bl) <<
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.c 895 uint32_t sample_result[SAMPLE_CNT]; // results of "sample_dqs()" local
922 sample_result[sample_i] = sample_dqs(mrc_params, channel, rank, rcvn);
926 sample_i, sample_i * SAMPLE_DLY, sample_result[sample_i]);
937 transition_pattern |= ((sample_result[sample_i] & (1 << bl_i)) >> bl_i) << (SAMPLE_CNT - 1 - sample_i);
    [all...]

Completed in 3348 milliseconds