Home
last modified time | relevance | path

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

/external/u-boot/drivers/ddr/altera/
Dsequencer.c55 #define STATIC_CALIB_STEPS (STATIC_IN_RTL_SIM | CALIB_SKIP_FULL_TEST | \ macro
1031 (STATIC_CALIB_STEPS & CALIB_SKIP_WRITES) && in rw_mgr_mem_calibrate_write_test_issue()
1374 ((STATIC_CALIB_STEPS & CALIB_SKIP_DELAY_SWEEPS) && in rw_mgr_mem_calibrate_read_test()
3386 if (STATIC_CALIB_STEPS & CALIB_SKIP_VFIFO) in mem_calibrate()
3406 if (STATIC_CALIB_STEPS & CALIB_SKIP_WRITES) in mem_calibrate()
3410 if (STATIC_CALIB_STEPS & in mem_calibrate()
3435 if (STATIC_CALIB_STEPS & CALIB_SKIP_WRITES) in mem_calibrate()
3464 if (STATIC_CALIB_STEPS & CALIB_SKIP_LFIFO) in mem_calibrate()
3779 dyn_calib_steps = STATIC_CALIB_STEPS; in sdram_calibration_full()