HomeSort by relevance Sort by last modified time
    Searched defs:tqhs_ps (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/
common_timing_params.h 49 unsigned int tqhs_ps; /* byte 45, spd->tqhs */ member in struct:__anon47639
fsl_ddr_dimm_params.h 104 int tqhs_ps; /* byte 45, spd->tqhs */ member in struct:dimm_params_s
  /external/u-boot/drivers/ddr/fsl/
lc_common_dimm_params.c 254 unsigned int tqhs_ps = 0; local
332 tqhs_ps = max(tqhs_ps, (unsigned int)dimm_params[i].tqhs_ps);
388 outpdimm->tqhs_ps = tqhs_ps;

Completed in 122 milliseconds