Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/spi/
Dspi-qcom-qspi.c247 avg_bw_cpu = Bps_to_icc(speed_hz); in qcom_qspi_set_speed()
495 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, Bps_to_icc(1000), in qcom_qspi_probe()
496 Bps_to_icc(1000)); in qcom_qspi_probe()
Dspi-geni-qcom.c323 se->icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(mas->cur_speed_hz); in geni_spi_set_clock_and_bw()
961 mas->se.icc_paths[GENI_TO_CORE].avg_bw = Bps_to_icc(CORE_2X_50_MHZ); in spi_geni_probe()
/linux-6.1.9/include/linux/
Dinterconnect.h14 #define Bps_to_icc(x) ((x) / 1000) macro
Dqcom-geni-se.h280 #define GENI_DEFAULT_BW Bps_to_icc(1000)
/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da3xx_gpu.c594 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
595 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
Da4xx_gpu.c721 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
722 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_mdss.c82 icc_set_bw(msm_mdss->path[i], 0, Bps_to_icc(bw)); in msm_mdss_icc_request_bw()
/linux-6.1.9/drivers/tty/serial/
Dqcom_geni_serial.c1072 avg_bw_core = (baud > 115200) ? Bps_to_icc(CORE_2X_50_MHZ) in qcom_geni_serial_set_termios()
1075 port->se.icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(baud); in qcom_geni_serial_set_termios()
/linux-6.1.9/drivers/i2c/busses/
Di2c-qcom-geni.c831 gi2c->se.icc_paths[GENI_TO_DDR].avg_bw = Bps_to_icc(gi2c->clk_freq_out); in geni_i2c_probe()