Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dinterconnect.h19 #define kbps_to_icc(x) ((x) / 8 + ((x) % 8 ? 1 : 0)) macro
/Linux-v5.10/drivers/media/platform/qcom/venus/
Dcore.c380 ret = icc_set_bw(core->cpucfg_path, 0, kbps_to_icc(1000)); in venus_runtime_resume()