Home
last modified time | relevance | path

Searched refs:sample_result (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dmeminit_utils.c895 uint32_t sample_result[SAMPLE_CNT]; // results of "sample_dqs()" in find_rising_edge() local
922 sample_result[sample_i] = sample_dqs(mrc_params, channel, rank, rcvn); in find_rising_edge()
926 sample_i, sample_i * SAMPLE_DLY, sample_result[sample_i]); in find_rising_edge()
937 …transition_pattern |= ((sample_result[sample_i] & (1 << bl_i)) >> bl_i) << (SAMPLE_CNT - 1 - sampl… in find_rising_edge()