Home
last modified time | relevance | path

Searched full:twtr (Results 1 – 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/memory/
Djedec_ddr_data.c42 .tWTR = 10000,
63 .tWTR = 7500,
84 .tWTR = 7500,
105 .tWTR = 7500,
126 .tWTR = 2,
Dof_memory.c43 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_get_min_tck()
75 ret |= of_property_read_u32(np, "tWTR", &tim->tWTR); in of_do_get_timings()
182 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_lpddr3_get_min_tck()
226 ret |= of_property_read_u32(np, "tWTR", &tim->tWTR); in of_lpddr3_do_get_timings()
Djedec_ddr.h135 u32 tWTR; member
159 u32 tWTR; member
188 u32 tWTR; member
217 u32 tWTR; member
Demif.c395 val = max(min_tck->tWTR, DIV_ROUND_UP(timings->tWTR, t_ck)) - 1; in get_sdram_tim_1_shdw()
428 val = max(min_tck->tWTR, DIV_ROUND_UP(timings->tWTR, t_ck)) - 1; in get_sdram_tim_1_shdw_derated()
/kernel/linux/linux-6.6/drivers/memory/
Djedec_ddr_data.c42 .tWTR = 10000,
63 .tWTR = 7500,
84 .tWTR = 7500,
105 .tWTR = 7500,
126 .tWTR = 2,
Dof_memory.c43 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_get_min_tck()
75 ret |= of_property_read_u32(np, "tWTR", &tim->tWTR); in of_do_get_timings()
182 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_lpddr3_get_min_tck()
228 ret |= of_property_read_u32(np, "tWTR", &tim->tWTR); in of_lpddr3_do_get_timings()
Djedec_ddr.h155 u32 tWTR; member
179 u32 tWTR; member
235 u32 tWTR; member
264 u32 tWTR; member
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ddr/
Dlpddr2.txt23 - tWTR-min-tck
53 tWTR-min-tck = <2>;
69 tWTR = <7500>;
90 tWTR = <10000>;
Dlpddr3.txt25 - tWTR-min-tck
62 tWTR-min-tck = <2>;
89 tWTR = <3750>;
Dlpddr2-timings.txt18 - tWTR
42 tWTR = <7500>;
Dlpddr3-timings.txt22 - tWTR
47 tWTR = <3750>;
/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/
Delpida_ecb240abacn.dtsi17 tWTR-min-tck = <2>;
33 tWTR = <7500>;
55 tWTR = <10000>;
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Delpida_ecb240abacn.dtsi17 tWTR-min-tck = <2>;
33 tWTR = <7500>;
55 tWTR = <10000>;
Dexynos5422-odroid-core.dtsi346 tWTR-min-tck = <2>;
373 tWTR = <3750>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ddr/
Djedec,lpddr2.yaml56 tWTR-min-tck:
156 tWTR-min-tck = <2>;
172 tWTR = <7500>;
193 tWTR = <10000>;
Djedec,lpddr3.yaml155 tWTR-min-tck:
216 tWTR-min-tck = <2>;
239 tWTR = <3750>;
Djedec,lpddr2-timings.yaml82 tWTR:
130 tWTR = <7500>;
Djedec,lpddr3-timings.yaml109 tWTR:
153 tWTR = <3750>;
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1832 uint64_t twtr:4; member
1838 uint64_t twtr:4;
1856 uint64_t twtr:4; member
1862 uint64_t twtr:4;
2693 uint64_t twtr:4; member
2701 uint64_t twtr:4;
2723 uint64_t twtr:4; member
2731 uint64_t twtr:4;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1832 uint64_t twtr:4; member
1838 uint64_t twtr:4;
1856 uint64_t twtr:4; member
1862 uint64_t twtr:4;
2693 uint64_t twtr:4; member
2701 uint64_t twtr:4;
2723 uint64_t twtr:4; member
2731 uint64_t twtr:4;
/kernel/linux/linux-6.6/drivers/memory/samsung/
Dexynos5422-dmc.c216 TIMING_FIELD("tWTR", 28, 31),
1087 val = dmc->timings->tWTR / clk_period_ps; in create_timings_aligned()
1088 val += dmc->timings->tWTR % clk_period_ps ? 1 : 0; in create_timings_aligned()
1089 val = max(val, dmc->min_tck->tWTR); in create_timings_aligned()
/kernel/linux/linux-5.10/drivers/memory/samsung/
Dexynos5422-dmc.c216 TIMING_FIELD("tWTR", 28, 31),
1092 val = dmc->timings->tWTR / clk_period_ps; in create_timings_aligned()
1093 val += dmc->timings->tWTR % clk_period_ps ? 1 : 0; in create_timings_aligned()
1094 val = max(val, dmc->min_tck->tWTR); in create_timings_aligned()
/kernel/linux/linux-6.6/arch/arm/boot/dts/samsung/
Dexynos5422-odroid-core.dtsi348 tWTR-min-tck = <2>;
374 tWTR = <3750>;
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
Datombios.h6462 UCHAR uctWTR; // tWTR
6492 UCHAR uctWTR; // tWTR
6525 UCHAR uctWTR; // tWTR
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Datombios.h6462 UCHAR uctWTR; // tWTR
6492 UCHAR uctWTR; // tWTR
6525 UCHAR uctWTR; // tWTR

12