Searched refs:tXSR (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/arch/arm/mach-omap2/omap4/ |
H A D | emif.c | 32 .tXSR = 140, 56 .tXSR = 140,
|
H A D | sdram_elpida.c | 199 .tXSR = 140, 222 .tXSR = 140, 245 .tXSR = 140,
|
/openbmc/linux/drivers/memory/ |
H A D | jedec_ddr.h | 244 u32 tXSR; member 273 u32 tXSR; member
|
H A D | of_memory.c | 191 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 D | emif.c | 33 .tXSR = 140,
|
H A D | sdram.c | 621 .tXSR = 140,
|
/openbmc/linux/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 1142 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 D | exynos5422-odroid-core.dtsi | 357 tXSR-min-tck = <12>; 380 tXSR = <70000>;
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | emif.h | 1148 u8 tXSR; member
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | emif-common.c | 730 val = ns_2_cycles(timings->tXSR) - 1; in get_sdram_tim_2_reg()
|