Home
last modified time | relevance | path

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

/external/u-boot/drivers/ddr/altera/
Dsequencer.c1182 u32 tmp_bit_chk, base_rw_mgr; in rw_mgr_mem_calibrate_write_test() local
1191 tmp_bit_chk = 0; in rw_mgr_mem_calibrate_write_test()
1203 tmp_bit_chk <<= shift_ratio; in rw_mgr_mem_calibrate_write_test()
1204 tmp_bit_chk |= (correct_mask_vg & ~(base_rw_mgr)); in rw_mgr_mem_calibrate_write_test()
1207 *bit_chk &= tmp_bit_chk; in rw_mgr_mem_calibrate_write_test()
1250 u32 tmp_bit_chk, base_rw_mgr, bit_chk; in rw_mgr_mem_calibrate_read_test_patterns() local
1269 tmp_bit_chk = 0; in rw_mgr_mem_calibrate_read_test_patterns()
1280 tmp_bit_chk <<= shift_ratio; in rw_mgr_mem_calibrate_read_test_patterns()
1281 tmp_bit_chk |= correct_mask_vg & ~base_rw_mgr; in rw_mgr_mem_calibrate_read_test_patterns()
1284 bit_chk &= tmp_bit_chk; in rw_mgr_mem_calibrate_read_test_patterns()
[all …]