Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dinterconnect.h14 #define Bps_to_icc(x) ((x) / 1000) macro
Dqcom-geni-se.h267 #define GENI_DEFAULT_BW Bps_to_icc(1000)
/Linux-v5.10/drivers/spi/
Dspi-qcom-qspi.c248 avg_bw_cpu = Bps_to_icc(speed_hz); in qcom_qspi_set_speed()
501 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, Bps_to_icc(1000), in qcom_qspi_probe()
502 Bps_to_icc(1000)); in qcom_qspi_probe()
Dspi-geni-qcom.c232 se->icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(mas->cur_speed_hz); in geni_spi_set_clock_and_bw()
652 mas->se.icc_paths[GENI_TO_CORE].avg_bw = Bps_to_icc(CORE_2X_50_MHZ); in spi_geni_probe()
/Linux-v5.10/drivers/gpu/drm/msm/adreno/
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()
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()
/Linux-v5.10/drivers/tty/serial/
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()
/Linux-v5.10/drivers/i2c/busses/
Di2c-qcom-geni.c571 gi2c->se.icc_paths[GENI_TO_DDR].avg_bw = Bps_to_icc(gi2c->clk_freq_out); in geni_i2c_probe()