Lines Matching refs:tmp_bit_chk
1183 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()
1378 u32 tmp_bit_chk; in rw_mgr_mem_calibrate_read_test() local
1419 tmp_bit_chk = 0; in rw_mgr_mem_calibrate_read_test()
1441 tmp_bit_chk <<= rwcfg->mem_dq_per_read_dqs / in rw_mgr_mem_calibrate_read_test()
1443 tmp_bit_chk |= correct_mask_vg & ~(base_rw_mgr); in rw_mgr_mem_calibrate_read_test()
1446 *bit_chk &= tmp_bit_chk; in rw_mgr_mem_calibrate_read_test()