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

  /external/u-boot/arch/x86/cpu/quark/
mrc_util.h 51 #define SAMPLE_CNT 3
mrc_util.c 1098 uint32_t sample_result[SAMPLE_CNT]; /* results of sample_dqs() */
1109 for (sample = 0; sample < SAMPLE_CNT; sample++) {
1139 for (sample = 0; sample < SAMPLE_CNT; sample++) {
1142 (SAMPLE_CNT - 1 - sample);
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.c 885 #define SAMPLE_CNT 3 // number of sample points
895 uint32_t sample_result[SAMPLE_CNT]; // results of "sample_dqs()"
906 for (sample_i = 0; sample_i < SAMPLE_CNT; sample_i++)
935 for (sample_i = 0; sample_i < SAMPLE_CNT; sample_i++)
937 transition_pattern |= ((sample_result[sample_i] & (1 << bl_i)) >> bl_i) << (SAMPLE_CNT - 1 - sample_i);
    [all...]

Completed in 466 milliseconds