Searched refs:tRAS (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/memory/
H A Djedec_ddr.h234 u32 tRAS; member in struct:lpddr3_timings
263 u32 tRAS; member in struct:lpddr3_min_tck
H A Dof_memory.c73 ret |= of_property_read_u32(np, "tRAS-min", &tim->tRAS_min);
84 ret |= of_property_read_u32(np, "tRAS-max-ns", &tim->tRAS_max_ns);
181 ret |= of_property_read_u32(np, "tRAS-min-tck", &min->tRAS);
227 ret |= of_property_read_u32(np, "tRAS", &tim->tRAS);
/linux-master/drivers/memory/samsung/
H A Dexynos5422-dmc.c212 TIMING_FIELD("tRAS", 0, 5),
1080 val = dmc->timings->tRAS / clk_period_ps;
1081 val += dmc->timings->tRAS % clk_period_ps ? 1 : 0;
1082 val = max(val, dmc->min_tck->tRAS);
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3371 uint8_t tRAS; member in struct:atom_gddr6_ac_timing_v2_5

Completed in 198 milliseconds