| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | jedec_ddr_data.c | 45 .tCKESR = 15000, 66 .tCKESR = 15000, 87 .tCKESR = 15000, 108 .tCKESR = 15000, 130 .tCKESR = 3,
|
| H A D | jedec_ddr.h | 138 u32 tCKESR; member 163 u32 tCKESR; member 200 u32 tCKESR; member 229 u32 tCKESR; member
|
| H A D | of_memory.c | 47 ret |= of_property_read_u32(np, "tCKESR-min-tck", &min->tCKESR); in of_get_min_tck() 78 ret |= of_property_read_u32(np, "tCKESR", &tim->tCKESR); in of_do_get_timings() 194 ret |= of_property_read_u32(np, "tCKESR-min-tck", &min->tCKESR); in of_lpddr3_get_min_tck() 235 ret |= of_property_read_u32(np, "tCKESR", &tim->tCKESR); in of_lpddr3_do_get_timings()
|
| H A D | emif.c | 514 val = DIV_ROUND_UP(timings->tCKESR, t_ck); in get_sdram_tim_3_shdw() 515 val = max(min_tck->tCKESR, val) - 1; in get_sdram_tim_3_shdw()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/ |
| H A D | emif.c | 38 .tCKESR = 15, 62 .tCKESR = 15, 89 .tCKESR = 3,
|
| H A D | sdram_elpida.c | 205 .tCKESR = 15, 228 .tCKESR = 15, 251 .tCKESR = 15, 271 .tCKESR = 3,
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | elpida_ecb240abacn.dtsi | 21 tCKESR-min-tck = <3>; 36 tCKESR = <15000>; 58 tCKESR = <15000>;
|
| H A D | exynos5422-odroid-core.dtsi | 358 tCKESR-min-tck = <2>; 382 tCKESR = <3750>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ddr/ |
| H A D | lpddr2.txt | 31 - tCKESR-min-tck 57 tCKESR-min-tck = <3>; 72 tCKESR = <15000>; 93 tCKESR = <15000>;
|
| H A D | lpddr3.txt | 37 - tCKESR-min-tck 74 tCKESR-min-tck = <2>; 98 tCKESR = <3750>;
|
| H A D | lpddr3-timings.txt | 31 - tCKESR 56 tCKESR = <3750>;
|
| H A D | lpddr2-timings.txt | 27 - tCKESR 45 tCKESR = <15000>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | emif.c | 39 .tCKESR = 15, 66 .tCKESR = 3,
|
| H A D | sdram.c | 623 .tCKESR = 15, 643 .tCKESR = 3,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | dram_sun9i.c | 422 const u32 tCKESR = tCKE + 1; in mctl_channel_init() local 555 (MCTL_DIV2(tCKESR) << 8) | (MCTL_DIV2(tCKE) << 0), in mctl_channel_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | emif.h | 1108 u8 tCKESR; member 1135 u32 tCKESR; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 671 val = max(min_tck->tCKESR, ns_2_cycles(timings->tCKESR)) - 1; in get_sdram_tim_3_reg()
|