Searched refs:bit_chk (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/ddr/altera/ |
D | sequencer.c | 1173 u32 *bit_chk, const u32 all_ranks) in rw_mgr_mem_calibrate_write_test() argument 1185 *bit_chk = param->write_correct_mask; in rw_mgr_mem_calibrate_write_test() 1207 *bit_chk &= tmp_bit_chk; in rw_mgr_mem_calibrate_write_test() 1214 write_group, use_dm, *bit_chk, in rw_mgr_mem_calibrate_write_test() 1216 *bit_chk == param->write_correct_mask); in rw_mgr_mem_calibrate_write_test() 1217 return *bit_chk == param->write_correct_mask; in rw_mgr_mem_calibrate_write_test() 1221 write_group, use_dm, *bit_chk, 0, *bit_chk != 0); in rw_mgr_mem_calibrate_write_test() 1222 return *bit_chk != 0x00; 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 1254 bit_chk = param->read_correct_mask; in rw_mgr_mem_calibrate_read_test_patterns() [all …]
|