/openbmc/linux/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 | 158 u32 tCKESR; member 183 u32 tCKESR; member 247 u32 tCKESR; member 276 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() 237 ret |= of_property_read_u32(np, "tCKESR", &tim->tCKESR); in of_lpddr3_do_get_timings()
|
/openbmc/u-boot/arch/arm/mach-omap2/omap4/ |
H A D | emif.c | 37 .tCKESR = 15, 61 .tCKESR = 15, 88 .tCKESR = 3,
|
H A D | sdram_elpida.c | 204 .tCKESR = 15, 227 .tCKESR = 15, 250 .tCKESR = 15, 270 .tCKESR = 3,
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | elpida_ecb240abacn.dtsi | 21 tCKESR-min-tck = <3>; 36 tCKESR = <15000>; 58 tCKESR = <15000>;
|
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | emif.c | 38 .tCKESR = 15, 65 .tCKESR = 3,
|
H A D | sdram.c | 626 .tCKESR = 15, 646 .tCKESR = 3,
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/ |
H A D | jedec,lpddr2.yaml | 112 tCKESR-min-tck: 160 tCKESR-min-tck = <3>; 175 tCKESR = <15000>; 196 tCKESR = <15000>;
|
H A D | jedec,lpddr2-timings.yaml | 26 tCKESR: 120 tCKESR = <15000>;
|
H A D | jedec,lpddr3.yaml | 48 tCKESR-min-tck: 199 tCKESR-min-tck = <2>; 225 tCKESR = <3750>;
|
H A D | jedec,lpddr3-timings.yaml | 38 tCKESR: 139 tCKESR = <3750>;
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | dram_sun9i.c | 419 const u32 tCKESR = tCKE + 1; in mctl_channel_init() local 552 (MCTL_DIV2(tCKESR) << 8) | (MCTL_DIV2(tCKE) << 0), in mctl_channel_init()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | emif.h | 1153 u8 tCKESR; member 1180 u32 tCKESR; member
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5422-odroid-core.dtsi | 360 tCKESR-min-tck = <2>; 383 tCKESR = <3750>;
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | emif-common.c | 757 val = max(min_tck->tCKESR, ns_2_cycles(timings->tCKESR)) - 1; in get_sdram_tim_3_reg()
|