Searched refs:index_cnt (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_engine.c485 u32 mask_dq_num_of_regs, mask_pup_num_of_regs, index_cnt, local
635 for (index_cnt = 0; index_cnt < mask_dq_num_of_regs;
636 index_cnt++) {
639 mask_results_dq_reg_map[index_cnt], 0,
649 for (index_cnt = (pup_id * 8); index_cnt < (pup_id + 1) * 8; index_cnt++) {
654 [index_cnt], (1 << 24), 1 << 24));
658 for (index_cnt
[all...]
H A Dddr3_training.c2073 u32 index_cnt; local
2089 for (index_cnt = 0; index_cnt < ARRAY_SIZE(odpg_default_value);
2090 index_cnt++) {
2093 odpg_default_value[index_cnt].reg_addr,
2094 odpg_default_value[index_cnt].reg_data,
2095 odpg_default_value[index_cnt].reg_mask));

Completed in 59 milliseconds