Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_pctl_px30.c61 int pctl_write_vrefdq(void __iomem *pctl_base, u32 rank, u32 vrefrate, in pctl_write_vrefdq() argument
67 if (dramtype != DDR4 || vrefrate < 4500 || vrefrate > 9250) in pctl_write_vrefdq()
73 if (vrefrate > 7500) { in pctl_write_vrefdq()
75 value = ((vrefrate - 6000) / 65) | tccd_l; in pctl_write_vrefdq()
78 value = ((vrefrate - 4500) / 65) | tccd_l | (1 << 6); in pctl_write_vrefdq()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_pctl_px30.h256 int pctl_write_vrefdq(void __iomem *pctl_base, u32 rank, u32 vrefrate,