Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Ddfs.c448 uint32_t tmp, todtoff_min_ps; in get_pi_todtoff_min() local
451 todtoff_min_ps = 2500; in get_pi_todtoff_min()
453 todtoff_min_ps = 1500; in get_pi_todtoff_min()
455 todtoff_min_ps = 0; in get_pi_todtoff_min()
457 tmp = todtoff_min_ps / (1000000 / pdram_timing->mhz); in get_pi_todtoff_min()
458 if ((todtoff_min_ps % (1000000 / pdram_timing->mhz)) != 0) in get_pi_todtoff_min()