Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ddr/marvell/axp/
H A Dddr3_pbs.c64 static int ddr3_pbs_per_bit(MV_DRAM_INFO *dram_info, int *start_over, int is_tx,
101 int start_over; in ddr3_pbs_tx() local
184 start_over = 0; in ddr3_pbs_tx()
230 dram_info, &start_over, 1, in ddr3_pbs_tx()
234 } while ((start_over == 1) && in ddr3_pbs_tx()
238 start_over == 1) { in ddr3_pbs_tx()
543 int start_over; in ddr3_pbs_rx() local
625 start_over = 0; in ddr3_pbs_rx()
730 dram_info, &start_over, in ddr3_pbs_rx()
737 } while ((start_over == 1) && in ddr3_pbs_rx()
[all …]