Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi.c326 static const struct dphy_pll_testdin_map dptdin_map[] = { variable
343 for (i = 0; i < ARRAY_SIZE(dptdin_map); i++) in max_mbps_to_testdin()
344 if (dptdin_map[i].max_mbps > max_mbps) in max_mbps_to_testdin()
345 return dptdin_map[i].testdin; 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()