Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/quark/
Dmrc_util.c1098 uint32_t sample_result[SAMPLE_CNT]; /* results of sample_dqs() */ in find_rising_edge()
1109 for (sample = 0; sample < SAMPLE_CNT; sample++) { in find_rising_edge()
1139 for (sample = 0; sample < SAMPLE_CNT; sample++) { in find_rising_edge()
1142 (SAMPLE_CNT - 1 - sample); in find_rising_edge()
Dmrc_util.h51 #define SAMPLE_CNT 3 macro