Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/src/
H A Dddrphy_phyinit_c_initphyconfig.c645 int32_t vref_percentvddq = (int32_t)mb_ddr_1d->phyvref * 1000 * 100 / 128; in vrefinglobal_program() local
665 globalvrefindac = (uint8_t)((vref_percentvddq / 500) + 1); in vrefinglobal_program()
668 globalvrefindac = (uint8_t)(MAX((vref_percentvddq - 34500), 500) / 500); in vrefinglobal_program()