Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training.c1204 int is_dll_off = 0; in ddr3_tip_freq_set() local
1223 is_dll_off = 1; in ddr3_tip_freq_set()
1305 if (is_dll_off == 1) { in ddr3_tip_freq_set()
1324 if (is_dll_off == 1) { in ddr3_tip_freq_set()
1403 if (is_dll_off == 1) { in ddr3_tip_freq_set()
1482 adll_tap = (is_dll_off == 1) ? 1000 : (MEGA / (freq * 64)); in ddr3_tip_freq_set()