Home
last modified time | relevance | path

Searched refs:tRAS (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/arch/arm/boot/dts/ !
Delpida_ecb240abacn.dtsi31 tRAS-min = <42000>;
42 tRAS-max-ns = <70000>;
53 tRAS-min = <42000>;
64 tRAS-max-ns = <70000>;
Dexynos5422-odroid-core.dtsi343 tRAS-min-tck = <5>;
369 tRAS = <23000>;
/linux-6.1.9/Documentation/devicetree/bindings/memory-controllers/ddr/ !
Djedec,lpddr2-timings.yaml48 tRAS-max-ns:
52 tRAS-min:
123 tRAS-max-ns = <70000>;
124 tRAS-min = <42000>;
Djedec,lpddr2.yaml200 tRAS-min = <42000>;
211 tRAS-max-ns = <70000>;
221 tRAS-min = <42000>;
232 tRAS-max-ns = <70000>;
Djedec,lpddr3-timings.yaml59 tRAS:
143 tRAS = <23000>;
Djedec,lpddr3.yaml101 tRAS-min-tck:
224 tRAS-min-tck = <5>;
249 tRAS = <23000>;
/linux-6.1.9/drivers/memory/ !
Djedec_ddr.h234 u32 tRAS; member
263 u32 tRAS; member
Dof_memory.c181 ret |= of_property_read_u32(np, "tRAS-min-tck", &min->tRAS); in of_lpddr3_get_min_tck()
227 ret |= of_property_read_u32(np, "tRAS", &tim->tRAS); in of_lpddr3_do_get_timings()
/linux-6.1.9/drivers/memory/samsung/ !
Dexynos5422-dmc.c1080 val = dmc->timings->tRAS / clk_period_ps; in create_timings_aligned()
1081 val += dmc->timings->tRAS % clk_period_ps ? 1 : 0; in create_timings_aligned()
1082 val = max(val, dmc->min_tck->tRAS); in create_timings_aligned()
/linux-6.1.9/drivers/gpu/drm/amd/include/ !
Datomfirmware.h3275 uint8_t tRAS; member