Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/quark/
H A Dmrc_util.c1115 delay[bl] + sample * SAMPLE_DLY); in find_rising_edge()
1118 delay[bl] + sample * SAMPLE_DLY); in find_rising_edge()
1129 sample * SAMPLE_DLY, sample_result[sample]); in find_rising_edge()
1154 delay[bl] += 2 * SAMPLE_DLY; in find_rising_edge()
1160 delay[bl] += 1 * SAMPLE_DLY; in find_rising_edge()
1166 delay[bl] += 0 * SAMPLE_DLY; in find_rising_edge()
1171 delay[bl] += 2 * SAMPLE_DLY; in find_rising_edge()
1177 delay[bl] += 0 * SAMPLE_DLY; in find_rising_edge()
H A Dmrc_util.h53 #define SAMPLE_DLY 26 macro