Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Ddfs.c452 uint32_t tmp, todtoff_min_ps; in get_pi_todtoff_min() local
455 todtoff_min_ps = 2500; in get_pi_todtoff_min()
457 todtoff_min_ps = 1500; in get_pi_todtoff_min()
459 todtoff_min_ps = 0; in get_pi_todtoff_min()
461 tmp = todtoff_min_ps / (1000000 / pdram_timing->mhz); in get_pi_todtoff_min()
462 if ((todtoff_min_ps % (1000000 / pdram_timing->mhz)) != 0) in get_pi_todtoff_min()