Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
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()
Dpm_helpers.c219 total_avg = kbps_to_icc(1000); in load_scale_bw()
/kernel/linux/linux-5.10/include/linux/
Dinterconnect.h19 #define kbps_to_icc(x) ((x) / 8 + ((x) % 8 ? 1 : 0)) macro