/openbmc/linux/drivers/memory/ |
H A D | jedec_ddr_data.c | 41 .tRRD = 10000, 62 .tRRD = 10000, 83 .tRRD = 10000, 104 .tRRD = 10000, 125 .tRRD = 2,
|
H A D | jedec_ddr.h | 154 u32 tRRD; member 178 u32 tRRD; member 229 u32 tRRD; member 258 u32 tRRD; member
|
H A D | of_memory.c | 42 ret |= of_property_read_u32(np, "tRRD-min-tck", &min->tRRD); in of_get_min_tck() 74 ret |= of_property_read_u32(np, "tRRD", &tim->tRRD); in of_do_get_timings() 176 ret |= of_property_read_u32(np, "tRRD-min-tck", &min->tRRD); in of_lpddr3_get_min_tck() 222 ret |= of_property_read_u32(np, "tRRD", &tim->tRRD); in of_lpddr3_do_get_timings()
|
/openbmc/u-boot/arch/arm/mach-omap2/omap4/ |
H A D | emif.c | 30 .tRRD = 10, 54 .tRRD = 10, 83 .tRRD = 2,
|
H A D | sdram_elpida.c | 197 .tRRD = 10, 220 .tRRD = 10, 243 .tRRD = 10, 265 .tRRD = 2,
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | elpida_ecb240abacn.dtsi | 16 tRRD-min-tck = <2>; 32 tRRD = <10000>; 54 tRRD = <10000>;
|
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | emif.c | 31 .tRRD = 10, 60 .tRRD = 2,
|
H A D | sdram.c | 619 .tRRD = 10, 641 .tRRD = 2,
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | dram_sun9i.c | 130 struct dram_sun9i_timing tRRD; member 390 const u32 tRRD = MAX(para->tRRD.ck, PS2CYCLES_ROUNDUP(para->tRRD.ps)); in mctl_channel_init() local 549 (MCTL_DIV2(tRRD) << 8) | (MCTL_DIV2(tRP) << 0), in mctl_channel_init() 641 writel((tRC << 26) | (tRRD << 22) | (tRAS << 16) | in mctl_channel_init() 900 .tRRD = { .ck = 4, .ps = 7500 }, in sunxi_dram_init()
|
/openbmc/u-boot/board/tbs/tbs2910/ |
H A D | tbs2910.cfg | 83 /* tDLLK=0x1ff+1,tRTP=3+1,tWTR=3+1,tRRD=3+1 */
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | emif.h | 1146 u8 tRRD; member 1175 u32 tRRD; member
|
/openbmc/linux/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 1056 val = dmc->timings->tRRD / clk_period_ps; in create_timings_aligned() 1057 val += dmc->timings->tRRD % clk_period_ps ? 1 : 0; in create_timings_aligned() 1058 val = max(val, dmc->min_tck->tRRD); in create_timings_aligned()
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5422-odroid-core.dtsi | 342 tRRD-min-tck = <2>; 368 tRRD = <6000>;
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | kwbimage-lschl.cfg | 62 # bit27-24: 3, 4 cycle tRRD
|
H A D | kwbimage-lsxhl.cfg | 62 # bit27-24: 2, 3 cycle tRRD
|
/openbmc/u-boot/board/d-link/dns325/ |
H A D | kwbimage.cfg | 59 # bit27-24: 2, 3 cycle tRRD
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | emif-common.c | 694 val = max(min_tck->tRRD, ns_2_cycles(timings->tRRD)) - 1; in get_sdram_tim_1_reg()
|