| /OK3568_Linux_fs/kernel/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 | jedec_ddr.h | 137 u32 tRTP; member 161 u32 tRTP; member 190 u32 tRTP; member 219 u32 tRTP; member
|
| 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() 228 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_lpddr3_do_get_timings()
|
| H A D | emif.c | 472 val = max(min_tck->tRTP, DIV_ROUND_UP(timings->tRTP, t_ck)) - 1; in get_sdram_tim_2_shdw()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | elpida_ecb240abacn.dtsi | 19 tRTP-min-tck = <2>; 35 tRTP = <7500>; 57 tRTP = <7500>;
|
| H A D | exynos5422-odroid-core.dtsi | 348 tRTP-min-tck = <2>; 375 tRTP = <3750>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ddr/ |
| H A D | lpddr2.txt | 25 - tRTP-min-tck 55 tRTP-min-tck = <2>; 71 tRTP = <7500>; 92 tRTP = <7500>;
|
| H A D | lpddr3.txt | 27 - tRTP-min-tck 64 tRTP-min-tck = <2>; 91 tRTP = <3750>;
|
| H A D | lpddr3-timings.txt | 24 - tRTP 49 tRTP = <3750>;
|
| H A D | lpddr2-timings.txt | 20 - tRTP 44 tRTP = <7500>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | dram_sun9i.c | 124 struct dram_sun9i_timing tRTP; member 387 const u32 tRTP = MAX(para->tRTP.ck, PS2CYCLES_ROUNDUP(para->tRTP.ps)); in mctl_channel_init() local 539 writel((MCTL_DIV2(tXP) << 16) | (MCTL_DIV2(tRTP) << 8) | in mctl_channel_init() 645 (tRCD << 12) | (tRP << 8) | (tWTR << 4) | (tRTP << 0), in mctl_channel_init() 897 .tRTP = { .ck = 4, .ps = 7500 }, in sunxi_dram_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | emif.c | 64 .tRTP = 2,
|
| H A D | sdram.c | 641 .tRTP = 2,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/ |
| H A D | emif.c | 87 .tRTP = 2,
|
| H A D | sdram_elpida.c | 269 .tRTP = 2,
|
| /OK3568_Linux_fs/kernel/drivers/memory/samsung/ |
| H A D | exynos5422-dmc.c | 1104 val = dmc->timings->tRTP / clk_period_ps; in create_timings_aligned() 1105 val += dmc->timings->tRTP % clk_period_ps ? 1 : 0; in create_timings_aligned() 1106 val = max(val, dmc->min_tck->tRTP); in create_timings_aligned()
|
| /OK3568_Linux_fs/u-boot/board/buffalo/lsxl/ |
| H A D | kwbimage-lschl.cfg | 65 # bit31-28: 3, 4 cyle tRTP
|
| H A D | kwbimage-lsxhl.cfg | 65 # bit31-28: 2, 3 cyle tRTP
|
| /OK3568_Linux_fs/u-boot/board/d-link/dns325/ |
| H A D | kwbimage.cfg | 62 # bit31-28: 2, 3 cyle tRTP
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | emif.h | 1133 u32 tRTP; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 637 val = max(min_tck->tRTP, ns_x2_2_cycles(timings->tRTPx2)) - 1; in get_sdram_tim_2_reg()
|