Home
last modified time | relevance | path

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

/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_training.c1265 int is_dll_off = 0; in ddr3_tip_freq_set() local
1283 is_dll_off = 1; in ddr3_tip_freq_set()
1370 if (is_dll_off == 1) { in ddr3_tip_freq_set()
1389 if (is_dll_off == 1) { in ddr3_tip_freq_set()
1468 if (is_dll_off == 1) { in ddr3_tip_freq_set()
1547 adll_tap = (is_dll_off == 1) ? 1000 : (MEGA / (freq_val[frequency] * 64)); in ddr3_tip_freq_set()