Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/altera/
H A Dsequencer.c1183 u32 tmp_bit_chk, base_rw_mgr; in rw_mgr_mem_calibrate_write_test() local
1192 tmp_bit_chk = 0; in rw_mgr_mem_calibrate_write_test()
1204 tmp_bit_chk <<= shift_ratio; in rw_mgr_mem_calibrate_write_test()
1205 tmp_bit_chk |= (correct_mask_vg & ~(base_rw_mgr)); in rw_mgr_mem_calibrate_write_test()
1208 *bit_chk &= tmp_bit_chk; in rw_mgr_mem_calibrate_write_test()
1251 u32 tmp_bit_chk, base_rw_mgr, bit_chk; in rw_mgr_mem_calibrate_read_test_patterns() local
1270 tmp_bit_chk = 0; in rw_mgr_mem_calibrate_read_test_patterns()
1281 tmp_bit_chk <<= shift_ratio; in rw_mgr_mem_calibrate_read_test_patterns()
1282 tmp_bit_chk |= correct_mask_vg & ~base_rw_mgr; in rw_mgr_mem_calibrate_read_test_patterns()
1285 bit_chk &= tmp_bit_chk; in rw_mgr_mem_calibrate_read_test_patterns()
[all …]