Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dddr3_spd.c91 u32 t_xp; member
196 spd->t_xp = ((3 * spd->t_ck) > 6000) ? in ddrtimingcalculation()
201 spd->t_xp = ((3 * spd->t_ck) > 6000) ? in ddrtimingcalculation()
339 spd_cb->phy_cfg.dtpr2 |= (((spd->t_xp > spd->t_xpdll) ? in init_ddr3param()
340 spd->t_xp : spd->t_xpdll) & in init_ddr3param()
387 spd_cb->emif_cfg.sdtim3 = ((spd->t_xp - 2) & 0xf) << 28 | in init_ddr3param()