Home
last modified time | relevance | path

Searched refs:tXSR (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c32 .tXSR = 140,
56 .tXSR = 140,
H A Dsdram_elpida.c199 .tXSR = 140,
222 .tXSR = 140,
245 .tXSR = 140,
/openbmc/linux/drivers/memory/
H A Djedec_ddr.h244 u32 tXSR; member
273 u32 tXSR; member
H A Dof_memory.c191 ret |= of_property_read_u32(np, "tXSR-min-tck", &min->tXSR); in of_lpddr3_get_min_tck()
234 ret |= of_property_read_u32(np, "tXSR", &tim->tXSR); in of_lpddr3_do_get_timings()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c33 .tXSR = 140,
H A Dsdram.c621 .tXSR = 140,
/openbmc/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c1142 val = dmc->timings->tXSR / clk_period_ps; in create_timings_aligned()
1143 val += dmc->timings->tXSR % clk_period_ps ? 1 : 0; in create_timings_aligned()
1144 val = max(val, dmc->min_tck->tXSR); in create_timings_aligned()
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroid-core.dtsi357 tXSR-min-tck = <12>;
380 tXSR = <70000>;
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h1148 u8 tXSR; member
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c730 val = ns_2_cycles(timings->tXSR) - 1; in get_sdram_tim_2_reg()