Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/fsl/
H A Dutil.c69 unsigned int get_memory_clk_period_ps(const unsigned int ctrl_num) in get_memory_clk_period_ps() function
116 return get_memory_clk_period_ps(ctrl_num) * mclk; in mclk_to_picos()
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 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()
989 const unsigned int mclk_ps = get_memory_clk_period_ps(ctrl_num); in set_ddr_sdram_mode_2()
1167 const unsigned int mclk_ps = get_memory_clk_period_ps(0); in set_ddr_sdram_mode_9()
2002 const unsigned int mclk_ps = get_memory_clk_period_ps(ctrl_num); in set_timing_cfg_7()
H A Dddr2_dimm_params.c302 get_memory_clk_period_ps(ctrl_num)); in ddr_compute_dimm_parameters()
H A Dddr1_dimm_params.c303 get_memory_clk_period_ps(ctrl_num)); in ddr_compute_dimm_parameters()
H A Doptions.c982 debug("mclk_ps = %u ps\n", get_memory_clk_period_ps(ctrl_num)); in populate_memctl_options()
/openbmc/u-boot/include/
H A Dfsl_ddr.h109 unsigned int get_memory_clk_period_ps(const unsigned int ctrl_num);