Searched refs:tRCD (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c27 .tRCD = 18,
51 .tRCD = 18,
80 .tRCD = 3,
H A Dsdram_elpida.c195 .tRCD = 18,
218 .tRCD = 18,
241 .tRCD = 18,
263 .tRCD = 3,
/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c29 .tRCD = 18,
58 .tRCD = 3,
H A Dsdram.c617 .tRCD = 18,
639 .tRCD = 3,
/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c127 u32 tRCD; /* in ps */ member in struct:dram_sun9i_para
378 const u32 tRCD = PS2CYCLES_ROUNDUP(para->tRCD); local
549 writel((MCTL_DIV2(tRCD) << 24) | (MCTL_DIV2(tCCD) << 16) |
643 (tRCD << 12) | (tRP << 8) | (tWTR << 4) | (tRTP << 0),
889 .tRCD = 13750,
/u-boot/arch/arm/include/asm/
H A Demif.h1142 u8 tRCD; member in struct:lpddr2_ac_timings
1171 u32 tRCD; member in struct:lpddr2_min_tck
/u-boot/arch/arm/mach-omap2/
H A Demif-common.c723 val = max(min_tck->tRCD, ns_2_cycles(timings->tRCD)) - 1;

Completed in 82 milliseconds