Home
last modified time | relevance | path

Searched refs:Bps_to_icc (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-qcom-qspi.c248 avg_bw_cpu = Bps_to_icc(speed_hz); in qcom_qspi_set_speed()
496 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, Bps_to_icc(1000), in qcom_qspi_probe()
497 Bps_to_icc(1000)); in qcom_qspi_probe()
H A Dspi-geni-qcom.c281 se->icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(mas->cur_speed_hz); in geni_spi_set_clock_and_bw()
721 mas->se.icc_paths[GENI_TO_CORE].avg_bw = Bps_to_icc(CORE_2X_50_MHZ); in spi_geni_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dinterconnect.h14 #define Bps_to_icc(x) ((x) / 1000) macro
H A Dqcom-geni-se.h267 #define GENI_DEFAULT_BW Bps_to_icc(1000)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c574 icc_set_bw(gpu->icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
575 icc_set_bw(gpu->ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
H A Da4xx_gpu.c702 icc_set_bw(gpu->icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
703 icc_set_bw(gpu->ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dqcom_geni_serial.c1019 avg_bw_core = (baud > 115200) ? Bps_to_icc(CORE_2X_50_MHZ) in qcom_geni_serial_set_termios()
1022 port->se.icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(baud); in qcom_geni_serial_set_termios()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-qcom-geni.c596 gi2c->se.icc_paths[GENI_TO_DDR].avg_bw = Bps_to_icc(gi2c->clk_freq_out); in geni_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.c1202 icc_set_bw(dpu_kms->path[i], 0, Bps_to_icc(MIN_IB_BW)); in dpu_runtime_resume()