Searched refs:kbps_to_icc (Results 1 – 2 of 2) sorted by relevance
19 #define kbps_to_icc(x) ((x) / 8 + ((x) % 8 ? 1 : 0)) macro
380 ret = icc_set_bw(core->cpucfg_path, 0, kbps_to_icc(1000)); in venus_runtime_resume()