Searched refs:tRTP (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/memory/ |
A D | jedec_ddr_data.c | 44 .tRTP = 7500, 65 .tRTP = 7500, 86 .tRTP = 7500, 107 .tRTP = 7500, 128 .tRTP = 2,
|
A D | jedec_ddr.h | 157 u32 tRTP; member 181 u32 tRTP; member 237 u32 tRTP; member 266 u32 tRTP; member
|
A D | of_memory.c | 45 ret |= of_property_read_u32(np, "tRTP-min-tck", &min->tRTP); in of_get_min_tck() 77 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_do_get_timings() 184 ret |= of_property_read_u32(np, "tRTP-min-tck", &min->tRTP); in of_lpddr3_get_min_tck() 230 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_lpddr3_do_get_timings()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | elpida_ecb240abacn.dtsi | 19 tRTP-min-tck = <2>; 35 tRTP = <7500>; 57 tRTP = <7500>;
|
A D | exynos5422-odroid-core.dtsi | 346 tRTP-min-tck = <2>; 372 tRTP = <3750>;
|
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/ddr/ |
A D | jedec,lpddr2.yaml | 70 tRTP-min-tck: 158 tRTP-min-tck = <2>; 174 tRTP = <7500>; 195 tRTP = <7500>;
|
A D | jedec,lpddr2-timings.yaml | 72 tRTP: 128 tRTP = <7500>;
|
A D | jedec,lpddr3.yaml | 129 tRTP-min-tck: 212 tRTP-min-tck = <2>; 236 tRTP = <3750>;
|
A D | jedec,lpddr3-timings.yaml | 94 tRTP: 150 tRTP = <3750>;
|
/linux-6.3-rc2/drivers/memory/samsung/ |
A D | exynos5422-dmc.c | 1099 val = dmc->timings->tRTP / clk_period_ps; in create_timings_aligned() 1100 val += dmc->timings->tRTP % clk_period_ps ? 1 : 0; in create_timings_aligned() 1101 val = max(val, dmc->min_tck->tRTP); in create_timings_aligned()
|
Completed in 43 milliseconds