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

  /external/u-boot/arch/x86/cpu/quark/
mrc_util.c 1115 delay[bl] + sample * SAMPLE_DLY);
1118 delay[bl] + sample * SAMPLE_DLY);
1129 sample * SAMPLE_DLY, sample_result[sample]);
1154 delay[bl] += 2 * SAMPLE_DLY;
1160 delay[bl] += 1 * SAMPLE_DLY;
1166 delay[bl] += 0 * SAMPLE_DLY;
1171 delay[bl] += 2 * SAMPLE_DLY;
1177 delay[bl] += 0 * SAMPLE_DLY;
    [all...]
mrc_util.h 53 #define SAMPLE_DLY 26
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.c 886 #define SAMPLE_DLY 26 // number of PIs to increment per sample
914 set_rcvn(channel, rank, bl_i, delay[bl_i] + (sample_i * SAMPLE_DLY));
918 set_wdqs(channel, rank, bl_i, delay[bl_i] + (sample_i * SAMPLE_DLY));
926 sample_i, sample_i * SAMPLE_DLY, sample_result[sample_i]);
947 delay[bl_i] += 2 * SAMPLE_DLY;
953 delay[bl_i] += 1 * SAMPLE_DLY;
964 delay[bl_i] += 0 * SAMPLE_DLY;
969 delay[bl_i] += 2 * SAMPLE_DLY;
980 delay[bl_i] += 0 * SAMPLE_DLY;
    [all...]

Completed in 143 milliseconds