Home
last modified time | relevance | path

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

/external/u-boot/drivers/ddr/marvell/axp/
Dddr3_pbs.c91 u32 pbs_rep_time = 0; /* counts number of loop in case of fail */ in ddr3_pbs_tx() local
181 pbs_rep_time = 0; in ddr3_pbs_tx()
192 DEBUG_PBS_D(pbs_rep_time, 1); in ddr3_pbs_tx()
234 (++pbs_rep_time < COUNT_PBS_STARTOVER)); in ddr3_pbs_tx()
236 if (pbs_rep_time == COUNT_PBS_STARTOVER && in ddr3_pbs_tx()
533 u32 pbs_rep_time = 0; /* counts number of loop in case of fail */ in ddr3_pbs_rx() local
622 pbs_rep_time = 0; in ddr3_pbs_rx()
633 DEBUG_PBS_FULL_D(pbs_rep_time, 1); in ddr3_pbs_rx()
737 (++pbs_rep_time < COUNT_PBS_STARTOVER)); in ddr3_pbs_rx()
739 if (pbs_rep_time == COUNT_PBS_STARTOVER && in ddr3_pbs_rx()