Searched refs:Bps_to_icc (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dinterconnect.h14 #define Bps_to_icc(x) ((x) / 1000) macro
/linux-master/drivers/interconnect/
H A Dicc-clk.c58 *peak = Bps_to_icc(clk_get_rate(qn->clk));
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c612 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
613 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
H A Da4xx_gpu.c731 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
732 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
/linux-master/include/linux/soc/qcom/
H A Dgeni-se.h303 #define GENI_DEFAULT_BW Bps_to_icc(1000)
/linux-master/drivers/spi/
H A Dspi-qcom-qspi.c291 avg_bw_cpu = Bps_to_icc(speed_hz);
733 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, Bps_to_icc(1000),
734 Bps_to_icc(1000));
H A Dspi-geni-qcom.c389 se->icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(mas->cur_speed_hz);
1122 mas->se.icc_paths[GENI_TO_CORE].avg_bw = Bps_to_icc(CORE_2X_50_MHZ);
H A Dspi-qup.c198 needed_peak_bw = Bps_to_icc(speed_hz * SPI_BUS_WIDTH);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_mdss.c289 icc_set_bw(msm_mdss->mdp_path[i], 0, Bps_to_icc(MIN_IB_BW));
/linux-master/drivers/tty/serial/
H A Dqcom_geni_serial.c1259 avg_bw_core = (baud > 115200) ? Bps_to_icc(CORE_2X_50_MHZ)
1262 port->se.icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(baud);
/linux-master/drivers/i2c/busses/
H A Di2c-qcom-geni.c848 gi2c->se.icc_paths[GENI_TO_DDR].avg_bw = Bps_to_icc(gi2c->clk_freq_out);

Completed in 242 milliseconds