Searched full:trtp (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/memory/ |
H A D | jedec_ddr_data.c | 44 .tRTP = 7500, 65 .tRTP = 7500, 86 .tRTP = 7500, 107 .tRTP = 7500, 128 .tRTP = 2,
|
H 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()
|
H A D | jedec_ddr.h | 157 u32 tRTP; member 181 u32 tRTP; member 237 u32 tRTP; member 266 u32 tRTP; member
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | elpida_ecb240abacn.dtsi | 19 tRTP-min-tck = <2>; 35 tRTP = <7500>; 57 tRTP = <7500>;
|
/linux/Documentation/devicetree/bindings/memory-controllers/ddr/ |
H A D | jedec,lpddr2.yaml | 70 tRTP-min-tck: 158 tRTP-min-tck = <2>; 174 tRTP = <7500>; 195 tRTP = <7500>;
|
H A D | jedec,lpddr3.yaml | 129 tRTP-min-tck: 212 tRTP-min-tck = <2>; 236 tRTP = <3750>;
|
H A D | jedec,lpddr2-timings.yaml | 72 tRTP: 128 tRTP = <7500>;
|
H A D | jedec,lpddr3-timings.yaml | 94 tRTP: 150 tRTP = <3750>;
|
/linux/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 219 TIMING_FIELD("tRTP", 20, 23), 1101 val = dmc->timings->tRTP / clk_period_ps; in create_timings_aligned() 1102 val += dmc->timings->tRTP % clk_period_ps ? 1 : 0; in create_timings_aligned() 1103 val = max(val, dmc->min_tck->tRTP); in create_timings_aligned()
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5422-odroid-core.dtsi | 350 tRTP-min-tck = <2>; 376 tRTP = <3750>;
|
/linux/drivers/memory/tegra/ |
H A D | tegra210-emc-cc-r21021.c | 663 * one to tRTP should be ok. There is no other source of non in tegra210_emc_r21021_set_clock()
|