Searched refs:mclk_to_picos (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/ddr/fsl/
H A Dddr1_dimm_params.c312 pdimm->twr_ps = mclk_to_picos(ctrl_num, 3);
313 pdimm->twtr_ps = mclk_to_picos(ctrl_num, 1);
328 pdimm->trtp_ps = mclk_to_picos(ctrl_num, 2); /* By the book. */
H A Dlc_common_dimm_params.c541 if (mclk_to_picos(ctrl_num, additive_latency) > trcd_ps) {
554 if (mclk_to_picos(ctrl_num, additive_latency) > trcd_ps) {
H A Dutil.c120 unsigned int mclk_to_picos(const unsigned int ctrl_num, unsigned int mclk) function
H A Doptions.c1052 popts->tfaw_window_four_activates_ps = mclk_to_picos(ctrl_num, 1);
/u-boot/include/
H A Dfsl_ddr.h104 unsigned int mclk_to_picos(const unsigned int ctrl_num, unsigned int mclk);

Completed in 96 milliseconds