Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/
H A Dddr3_spd.c90 u32 t_xp; member
195 spd->t_xp = ((3 * spd->t_ck) > 6000) ? in ddrtimingcalculation()
200 spd->t_xp = ((3 * spd->t_ck) > 6000) ? in ddrtimingcalculation()
338 spd_cb->phy_cfg.dtpr2 |= (((spd->t_xp > spd->t_xpdll) ? in init_ddr3param()
339 spd->t_xp : spd->t_xpdll) & in init_ddr3param()
386 spd_cb->emif_cfg.sdtim3 = ((spd->t_xp - 2) & 0xf) << 28 | in init_ddr3param()