Home
last modified time | relevance | path

Searched refs:check_cnt (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/clk/
H A Dclk-pvtm.c96 u32 clk_cnt, check_cnt; in rockchip_clock_pvtm_get_value() local
106 check_cnt = 0x64; in rockchip_clock_pvtm_get_value()
107 while (check_cnt--) { in rockchip_clock_pvtm_get_value()
115 if (check_cnt) { in rockchip_clock_pvtm_get_value()
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/
H A Dclk-pvtm.c98 u32 clk_cnt, check_cnt; in rockchip_clock_pvtm_get_value() local
108 check_cnt = 100; in rockchip_clock_pvtm_get_value()
109 while (check_cnt--) { in rockchip_clock_pvtm_get_value()
116 if (check_cnt) { in rockchip_clock_pvtm_get_value()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_pvtm.c279 unsigned int clk_cnt, check_cnt = 0x64; in rockchip_pvtm_get_value() local
314 while (check_cnt) { in rockchip_pvtm_get_value()
320 check_cnt--; in rockchip_pvtm_get_value()
323 if (check_cnt) { in rockchip_pvtm_get_value()
348 unsigned int clk_cnt, check_cnt = 0x64; in rv1126_pvtm_get_value() local
383 while (check_cnt) { in rv1126_pvtm_get_value()
389 check_cnt--; in rv1126_pvtm_get_value()
392 if (check_cnt) { in rv1126_pvtm_get_value()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip_pvtm.c293 unsigned int clk_cnt, check_cnt = 100; in rockchip_pvtm_get_value() local
329 while (check_cnt) { in rockchip_pvtm_get_value()
334 check_cnt--; in rockchip_pvtm_get_value()
337 if (check_cnt) { in rockchip_pvtm_get_value()
367 unsigned int clk_cnt, check_cnt = 100; in rv1126_pvtm_get_value() local
403 while (check_cnt) { in rv1126_pvtm_get_value()
408 check_cnt--; in rv1126_pvtm_get_value()
411 if (check_cnt) { in rv1126_pvtm_get_value()

Completed in 4 milliseconds