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

/linux-master/include/linux/
H A Dinterconnect.h19 #define kbps_to_icc(x) ((x) / 8 + ((x) % 8 ? 1 : 0)) macro
/linux-master/drivers/media/platform/qcom/venus/
H A Dcore.c492 icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0);
506 ret = icc_set_bw(core->video_path, kbps_to_icc(20000), 0);
510 ret = icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0);
H A Dpm_helpers.c235 total_avg = kbps_to_icc(1000);

Completed in 254 milliseconds