Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_pbs.c92 u32 pbs_rep_time = 0; /* counts number of loop in case of fail */ in ddr3_pbs_tx() local
182 pbs_rep_time = 0; in ddr3_pbs_tx()
193 DEBUG_PBS_D(pbs_rep_time, 1); in ddr3_pbs_tx()
235 (++pbs_rep_time < COUNT_PBS_STARTOVER)); in ddr3_pbs_tx()
237 if (pbs_rep_time == COUNT_PBS_STARTOVER && in ddr3_pbs_tx()
534 u32 pbs_rep_time = 0; /* counts number of loop in case of fail */ in ddr3_pbs_rx() local
623 pbs_rep_time = 0; in ddr3_pbs_rx()
634 DEBUG_PBS_FULL_D(pbs_rep_time, 1); in ddr3_pbs_rx()
738 (++pbs_rep_time < COUNT_PBS_STARTOVER)); in ddr3_pbs_rx()
740 if (pbs_rep_time == COUNT_PBS_STARTOVER && in ddr3_pbs_rx()