dppa_map          245 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c static const struct dphy_pll_parameter_map dppa_map[] = {
dppa_map          291 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	for (i = 0; i < ARRAY_SIZE(dppa_map); i++)
dppa_map          292 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 		if (dppa_map[i].max_mbps >= max_mbps)
dppa_map          397 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 			      CP_CURRENT_SEL(dppa_map[i].icpctrl));
dppa_map          400 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 			      LPF_RESISTORS_SEL(dppa_map[i].lpfctrl));
dppa_map          403 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 			      HSFREQRANGE_SEL(dppa_map[i].hsfreqrange));
dppa_map          479 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	unsigned int max_mbps = dppa_map[ARRAY_SIZE(dppa_map) - 1].max_mbps;