Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dinterconnect.h14 #define Bps_to_icc(x) ((x) / 1000) macro
/openbmc/linux/drivers/interconnect/
H A Dicc-clk.c58 *peak = Bps_to_icc(clk_get_rate(qn->clk)); in icc_clk_get_bw()
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c605 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
606 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
H A Da4xx_gpu.c731 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
732 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
/openbmc/linux/drivers/spi/
H A Dspi-qcom-qspi.c291 avg_bw_cpu = Bps_to_icc(speed_hz); in qcom_qspi_set_speed()
733 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, Bps_to_icc(1000), in qcom_qspi_probe()
734 Bps_to_icc(1000)); in qcom_qspi_probe()
H A Dspi-geni-qcom.c389 se->icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(mas->cur_speed_hz); in geni_spi_set_clock_and_bw()
1122 mas->se.icc_paths[GENI_TO_CORE].avg_bw = Bps_to_icc(CORE_2X_50_MHZ); in spi_geni_probe()
/openbmc/linux/include/linux/soc/qcom/
H A Dgeni-se.h302 #define GENI_DEFAULT_BW Bps_to_icc(1000)
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_mdss.c82 icc_set_bw(msm_mdss->mdp_path[i], 0, Bps_to_icc(bw)); in msm_mdss_icc_request_bw()
/openbmc/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c1260 avg_bw_core = (baud > 115200) ? Bps_to_icc(CORE_2X_50_MHZ) in qcom_geni_serial_set_termios()
1263 port->se.icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(baud); in qcom_geni_serial_set_termios()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-qcom-geni.c847 gi2c->se.icc_paths[GENI_TO_DDR].avg_bw = Bps_to_icc(gi2c->clk_freq_out); in geni_i2c_probe()