Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dcore.c412 icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0); in venus_runtime_suspend()
426 ret = icc_set_bw(core->video_path, kbps_to_icc(20000), 0); in venus_runtime_resume()
430 ret = icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0); in venus_runtime_resume()
H A Dpm_helpers.c219 total_avg = kbps_to_icc(1000); in load_scale_bw()
/OK3568_Linux_fs/kernel/include/linux/
H A Dinterconnect.h19 #define kbps_to_icc(x) ((x) / 8 + ((x) % 8 ? 1 : 0)) macro