Home
last modified time | relevance | path

Searched refs:tCKESR (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/memory/
H A Djedec_ddr_data.c45 .tCKESR = 15000,
66 .tCKESR = 15000,
87 .tCKESR = 15000,
108 .tCKESR = 15000,
130 .tCKESR = 3,
H A Djedec_ddr.h158 u32 tCKESR; member
183 u32 tCKESR; member
247 u32 tCKESR; member
276 u32 tCKESR; member
H A Dof_memory.c47 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 Demif.c37 .tCKESR = 15,
61 .tCKESR = 15,
88 .tCKESR = 3,
H A Dsdram_elpida.c204 .tCKESR = 15,
227 .tCKESR = 15,
250 .tCKESR = 15,
270 .tCKESR = 3,
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Delpida_ecb240abacn.dtsi21 tCKESR-min-tck = <3>;
36 tCKESR = <15000>;
58 tCKESR = <15000>;
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c38 .tCKESR = 15,
65 .tCKESR = 3,
H A Dsdram.c626 .tCKESR = 15,
646 .tCKESR = 3,
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr2.yaml112 tCKESR-min-tck:
160 tCKESR-min-tck = <3>;
175 tCKESR = <15000>;
196 tCKESR = <15000>;
H A Djedec,lpddr2-timings.yaml26 tCKESR:
120 tCKESR = <15000>;
H A Djedec,lpddr3.yaml48 tCKESR-min-tck:
199 tCKESR-min-tck = <2>;
225 tCKESR = <3750>;
H A Djedec,lpddr3-timings.yaml38 tCKESR:
139 tCKESR = <3750>;
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c419 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 Demif.h1153 u8 tCKESR; member
1180 u32 tCKESR; member
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroid-core.dtsi360 tCKESR-min-tck = <2>;
383 tCKESR = <3750>;
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c757 val = max(min_tck->tCKESR, ns_2_cycles(timings->tCKESR)) - 1; in get_sdram_tim_3_reg()