Home
last modified time | relevance | path

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

/u-boot/drivers/ddr/fsl/
A Dddr1_dimm_params.c82 unsigned int tenth_ns = spd_val & 0x0F; in convert_bcd_tenths_to_cycle_time_ps() local
83 unsigned int ps = whole_ns * 1000 + tenths_ps[tenth_ns]; in convert_bcd_tenths_to_cycle_time_ps()
91 unsigned int tenth_ns = (spd_val & 0xF0) >> 4; in convert_bcd_hundredths_to_cycle_time_ps() local
93 unsigned int ps = tenth_ns * 100 + hundredth_ns * 10; in convert_bcd_hundredths_to_cycle_time_ps()
A Dddr2_dimm_params.c81 unsigned int tenth_ns = spd_val & 0x0F; in convert_bcd_tenths_to_cycle_time_ps() local
82 unsigned int ps = whole_ns * 1000 + tenths_ps[tenth_ns]; in convert_bcd_tenths_to_cycle_time_ps()
90 unsigned int tenth_ns = (spd_val & 0xF0) >> 4; in convert_bcd_hundredths_to_cycle_time_ps() local
92 unsigned int ps = tenth_ns * 100 + hundredth_ns * 10; in convert_bcd_hundredths_to_cycle_time_ps()

Completed in 3 milliseconds