Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dutil.c70 unsigned int get_memory_clk_period_ps(const unsigned int ctrl_num) in get_memory_clk_period_ps() function
117 return get_memory_clk_period_ps(ctrl_num) * mclk; in mclk_to_picos()
H A Dctrl_regs.c87 const unsigned int mclk_ps = get_memory_clk_period_ps(ctrl_num); in compute_cas_write_latency()
121 const unsigned int mclk_ps = get_memory_clk_period_ps(ctrl_num); in compute_cas_write_latency()
314 const unsigned int mclk_ps = get_memory_clk_period_ps(ctrl_num); in set_timing_cfg_0()
655 const unsigned int mclk_ps = get_memory_clk_period_ps(ctrl_num); in set_timing_cfg_2()
968 const unsigned int mclk_ps = get_memory_clk_period_ps(ctrl_num); in set_ddr_sdram_mode_2()
1146 const unsigned int mclk_ps = get_memory_clk_period_ps(0); in set_ddr_sdram_mode_9()
1972 const unsigned int mclk_ps = get_memory_clk_period_ps(ctrl_num); in set_timing_cfg_7()
H A Dlc_common_dimm_params.c24 const unsigned int mclk_ps = get_memory_clk_period_ps(ctrl_num); in compute_cas_latency()
79 const unsigned int mclk_ps = get_memory_clk_period_ps(ctrl_num); in compute_cas_latency()
H A Dddr1_dimm_params.c305 get_memory_clk_period_ps(ctrl_num)); in ddr_compute_dimm_parameters()
H A Dddr2_dimm_params.c304 get_memory_clk_period_ps(ctrl_num)); in ddr_compute_dimm_parameters()
H A Doptions.c978 debug("mclk_ps = %u ps\n", get_memory_clk_period_ps(ctrl_num)); in populate_memctl_options()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_ddr.h110 unsigned int get_memory_clk_period_ps(const unsigned int ctrl_num);