Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_opp_select.h75 unsigned int pvtpll_volt_step; member
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_opp_select.c762 ret = of_property_read_u32(np, "rockchip,pvtpll-volt-step", &info->pvtpll_volt_step); in rockchip_pvtpll_parse_dt()
886 if (!step || info->pvtpll_volt_step > step) in rockchip_pvtpll_calibrate_opp()
887 step = info->pvtpll_volt_step; in rockchip_pvtpll_calibrate_opp()