Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dddr2_dimm_params.c80 unsigned int tenth_ns = spd_val & 0x0F; in convert_bcd_tenths_to_cycle_time_ps() local
89 unsigned int tenth_ns = (spd_val & 0xF0) >> 4; in convert_bcd_hundredths_to_cycle_time_ps() local
H A Dddr1_dimm_params.c81 unsigned int tenth_ns = spd_val & 0x0F; in convert_bcd_tenths_to_cycle_time_ps() local
90 unsigned int tenth_ns = (spd_val & 0xF0) >> 4; in convert_bcd_hundredths_to_cycle_time_ps() local