Home
last modified time | relevance | path

Searched refs:sdtim1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/ti/ks2_evm/
H A Dddr3_k2g.c98 .sdtim1 = 0x0A385033ul,
108 .sdtim1 = 0x0E4C6843ul,
159 .sdtim1 = 0x0A385033ul,
H A Dddr3_cfg.c42 .sdtim1 = 0x166C9855ul,
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dddr3.h56 unsigned int sdtim1; member
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dddr3_spd.c49 debug_ddr_cfg("sdtim1 0x%08X\n", ptr->sdtim1); in dump_emif_config()
377 spd_cb->emif_cfg.sdtim1 = ((spd->t_wr - 1) & 0x1f) << 25 | in init_ddr3param()
H A Dddr3.c104 __raw_writel(emif_cfg->sdtim1, base + KS2_DDR3_SDTIM1_OFFSET); in ddr3_init_ddremif()