Home
last modified time | relevance | path

Searched refs:tRASmax (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c42 .tRASmax = 70,
66 .tRASmax = 70,
H A Dsdram_elpida.c209 .tRASmax = 70,
232 .tRASmax = 70,
255 .tRASmax = 70,
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c43 .tRASmax = 70,
H A Dsdram.c631 .tRASmax = 70,
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c429 const u32 tRASmax = tREFI * 9; in mctl_channel_init() local
534 (MCTL_DIV1024(tRASmax) << 8) | (MCTL_DIV2(tRAS) << 0), in mctl_channel_init()
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h1158 u8 tRASmax; member
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c745 val = min(timings->tRASmax * 10 / addressing->t_REFI_us_x10 - 1, 0xF); in get_sdram_tim_3_reg()