Searched refs:bit_chk (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ddr/altera/ |
| H A D | sequencer.c | 1174 u32 *bit_chk, const u32 all_ranks) in rw_mgr_mem_calibrate_write_test() argument 1186 *bit_chk = param->write_correct_mask; in rw_mgr_mem_calibrate_write_test() 1208 *bit_chk &= tmp_bit_chk; in rw_mgr_mem_calibrate_write_test() 1215 write_group, use_dm, *bit_chk, in rw_mgr_mem_calibrate_write_test() 1217 *bit_chk == param->write_correct_mask); in rw_mgr_mem_calibrate_write_test() 1218 return *bit_chk == param->write_correct_mask; in rw_mgr_mem_calibrate_write_test() 1222 write_group, use_dm, *bit_chk, 0, *bit_chk != 0); in rw_mgr_mem_calibrate_write_test() 1223 return *bit_chk != 0x00; 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 1255 bit_chk = param->read_correct_mask; in rw_mgr_mem_calibrate_read_test_patterns() [all …]
|