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

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.c 895 uint32_t sample_result[SAMPLE_CNT]; // results of "sample_dqs()"
922 sample_result[sample_i] = sample_dqs(mrc_params, channel, rank, rcvn);
1003 tempD = sample_dqs(mrc_params, channel, rank, rcvn); // take a sample
1056 // sample_dqs:
1060 uint32_t sample_dqs( function
    [all...]
  /external/u-boot/arch/x86/cpu/quark/
mrc_util.c 1022 uint32_t sample_dqs(struct mrc_params *mrc_params, uint8_t channel, function
1098 uint32_t sample_result[SAMPLE_CNT]; /* results of sample_dqs() */
1123 sample_result[sample] = sample_dqs(mrc_params,
1199 temp = sample_dqs(mrc_params, channel, rank, rcvn);
    [all...]

Completed in 71 milliseconds