Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/scmi/
H A Drk3568_clk.c231 uint8_t cur_length; in rk3568_adjust_pvtpll_table() local
240 cur_length = (pvtpll[i].length >> 3) & 0x1f; in rk3568_adjust_pvtpll_table()
246 if ((cur_length + length) > 31) in rk3568_adjust_pvtpll_table()
247 length = 31 - cur_length; in rk3568_adjust_pvtpll_table()