Home
last modified time | relevance | path

Searched refs:max_mbps (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/media/imx/
Dimx6-mipi-csi2.c174 u32 max_mbps; member
187 static int max_mbps_to_hsfreqrange_sel(u32 max_mbps) in max_mbps_to_hsfreqrange_sel() argument
192 if (hsfreq_map[i].max_mbps > max_mbps) in max_mbps_to_hsfreqrange_sel()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi.c321 unsigned int max_mbps; member
339 static int max_mbps_to_testdin(unsigned int max_mbps) in max_mbps_to_testdin() argument
344 if (dptdin_map[i].max_mbps > max_mbps) in max_mbps_to_testdin()
527 unsigned int max_mbps = dptdin_map[ARRAY_SIZE(dptdin_map) - 1].max_mbps; in dw_mipi_dsi_get_lane_bps() local
542 if (tmp < max_mbps) in dw_mipi_dsi_get_lane_bps()