Searched refs:Bps_to_icc (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-qcom-qspi.c | 248 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 D | spi-geni-qcom.c | 281 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 D | interconnect.h | 14 #define Bps_to_icc(x) ((x) / 1000) macro
|
| H A D | qcom-geni-se.h | 267 #define GENI_DEFAULT_BW Bps_to_icc(1000)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/ |
| H A D | a3xx_gpu.c | 574 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 D | a4xx_gpu.c | 702 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 D | qcom_geni_serial.c | 1019 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 D | i2c-qcom-geni.c | 596 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 D | dpu_kms.c | 1202 icc_set_bw(dpu_kms->path[i], 0, Bps_to_icc(MIN_IB_BW)); in dpu_runtime_resume()
|