Lines Matching +full:1000 +full:ns
54 * (That is, cycle times of .25, .33, .66 and .75 ns are
82 unsigned int ps = whole_ns * 1000 + tenths_ps[tenth_ns]; in convert_bcd_tenths_to_cycle_time_ps()
111 return ((trctrfc_ext & 0x1) * 256 + trfc) * 1000 in compute_trfc_ps_from_spd()
118 return trc * 1000 + byte40_table_ps[(trctrfc_ext >> 4) & 0x7]; in compute_trc_ps_from_spd()
124 * Bits 7:2 == whole ns
125 * Bits 1:0 == quarter ns
126 * 00 == 0.00 ns
127 * 01 == 0.25 ns
128 * 10 == 0.50 ns
129 * 11 == 0.75 ns
136 return (byte43 >> 2) * 1000 + (byte43 & 0x3) * 250; in compute_tckmax_from_spd_ps()
310 pdimm->tras_ps = spd->tras * 1000; in ddr_compute_dimm_parameters()