Home
last modified time | relevance | path

Searched refs:tRCD (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/drivers/memory/
H A Djedec_ddr_data.c38 .tRCD = 18000,
59 .tRCD = 18000,
80 .tRCD = 18000,
101 .tRCD = 18000,
122 .tRCD = 3,
H A Djedec_ddr.h151 u32 tRCD; member
175 u32 tRCD; member
232 u32 tRCD; member
261 u32 tRCD; member
H A Dof_memory.c39 ret |= of_property_read_u32(np, "tRCD-min-tck", &min->tRCD); in of_get_min_tck()
71 ret |= of_property_read_u32(np, "tRCD", &tim->tRCD); in of_do_get_timings()
179 ret |= of_property_read_u32(np, "tRCD-min-tck", &min->tRCD); in of_lpddr3_get_min_tck()
225 ret |= of_property_read_u32(np, "tRCD", &tim->tRCD); in of_lpddr3_do_get_timings()
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c27 .tRCD = 18,
51 .tRCD = 18,
80 .tRCD = 3,
H A Dsdram_elpida.c194 .tRCD = 18,
217 .tRCD = 18,
240 .tRCD = 18,
262 .tRCD = 3,
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Delpida_ecb240abacn.dtsi13 tRCD-min-tck = <3>;
29 tRCD = <18000>;
51 tRCD = <18000>;
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c28 .tRCD = 18,
57 .tRCD = 3,
H A Dsdram.c616 .tRCD = 18,
638 .tRCD = 3,
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr2.yaml91 tRCD-min-tck:
152 tRCD-min-tck = <3>;
168 tRCD = <18000>;
189 tRCD = <18000>;
H A Djedec,lpddr2-timings.yaml57 tRCD:
126 tRCD = <18000>;
H A Djedec,lpddr3.yaml93 tRCD-min-tck:
206 tRCD-min-tck = <3>;
231 tRCD = <10000>;
H A Djedec,lpddr3-timings.yaml69 tRCD:
145 tRCD = <10000>;
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c126 u32 tRCD; /* in ps */ member
377 const u32 tRCD = PS2CYCLES_ROUNDUP(para->tRCD); in mctl_channel_init() local
548 writel((MCTL_DIV2(tRCD) << 24) | (MCTL_DIV2(tCCD) << 16) | in mctl_channel_init()
642 (tRCD << 12) | (tRP << 8) | (tWTR << 4) | (tRTP << 0), in mctl_channel_init()
888 .tRCD = 13750, in sunxi_dram_init()
/openbmc/u-boot/board/tbs/tbs2910/
H A Dtbs2910.cfg81 /* tRCD=6+1,tRP=6+1,tRC=0x1a+1,tRAS=0x13+1,tRPA=tRP+1,tWR=7+1,tMRD=0xb+1,tCWL=4+2 */
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h1143 u8 tRCD; member
1172 u32 tRCD; member
/openbmc/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c1068 val = dmc->timings->tRCD / clk_period_ps; in create_timings_aligned()
1069 val += dmc->timings->tRCD % clk_period_ps ? 1 : 0; in create_timings_aligned()
1070 val = max(val, dmc->min_tck->tRCD); in create_timings_aligned()
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3288-dmc.txt50 rockchip,trcd: tRCD,AC timing parameters from the memory data-sheet
/openbmc/u-boot/board/buffalo/lsxl/
H A Dkwbimage-lschl.cfg56 # bit7-4: 4, 5 cycle tRCD
H A Dkwbimage-lsxhl.cfg56 # bit7-4: 4, 5 cycle tRCD
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroid-core.dtsi345 tRCD-min-tck = <3>;
371 tRCD = <10000>;
/openbmc/u-boot/board/d-link/dns325/
H A Dkwbimage.cfg53 # bit7-4: 5, 6 cycle tRCD
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c707 val = max(min_tck->tRCD, ns_2_cycles(timings->tRCD)) - 1; in get_sdram_tim_1_reg()