Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/fsl/
H A Dddr2_dimm_params.c86 convert_bcd_hundredths_to_cycle_time_ps(unsigned int spd_val) in convert_bcd_hundredths_to_cycle_time_ps() function
318 pdimm->tis_ps = convert_bcd_hundredths_to_cycle_time_ps(spd->ca_setup); in ddr_compute_dimm_parameters()
319 pdimm->tih_ps = convert_bcd_hundredths_to_cycle_time_ps(spd->ca_hold); in ddr_compute_dimm_parameters()
321 = convert_bcd_hundredths_to_cycle_time_ps(spd->data_setup); in ddr_compute_dimm_parameters()
323 = convert_bcd_hundredths_to_cycle_time_ps(spd->data_hold); in ddr_compute_dimm_parameters()
H A Dddr1_dimm_params.c87 convert_bcd_hundredths_to_cycle_time_ps(unsigned int spd_val) in convert_bcd_hundredths_to_cycle_time_ps() function
319 pdimm->tis_ps = convert_bcd_hundredths_to_cycle_time_ps(spd->ca_setup); in ddr_compute_dimm_parameters()
320 pdimm->tih_ps = convert_bcd_hundredths_to_cycle_time_ps(spd->ca_hold); in ddr_compute_dimm_parameters()
322 = convert_bcd_hundredths_to_cycle_time_ps(spd->data_setup); in ddr_compute_dimm_parameters()
324 = convert_bcd_hundredths_to_cycle_time_ps(spd->data_hold); in ddr_compute_dimm_parameters()