Searched refs:kbps_to_icc (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 504 milliseconds