Searched refs:kbps_to_icc (Results 1 – 3 of 3) sorted by relevance
19 #define kbps_to_icc(x) ((x) / 8 + ((x) % 8 ? 1 : 0)) macro
491 icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0); in venus_runtime_suspend()505 ret = icc_set_bw(core->video_path, kbps_to_icc(20000), 0); in venus_runtime_resume()509 ret = icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0); in venus_runtime_resume()
235 total_avg = kbps_to_icc(1000); in load_scale_bw()