Searched refs:TIDSS_MAX_PORTS (Results 1 – 5 of 5) sorted by relevance
77 const char *vp_name[TIDSS_MAX_PORTS]; /* Should match dt reg names */78 const char *ovr_name[TIDSS_MAX_PORTS]; /* Should match dt reg names */79 const char *vpclk_name[TIDSS_MAX_PORTS]; /* Should match dt clk names */80 const enum dispc_vp_bus_type vp_bus_type[TIDSS_MAX_PORTS];
12 #define TIDSS_MAX_PORTS 4 macro25 struct drm_crtc *crtcs[TIDSS_MAX_PORTS];
38 (DSS_IRQ_VP_BIT_N(TIDSS_MAX_PORTS, 0) + 1 * (plane) + (bit))
124 struct pipe pipes[TIDSS_MAX_PORTS]; in tidss_dispc_modeset_init()
290 void __iomem *base_ovr[TIDSS_MAX_PORTS];291 void __iomem *base_vp[TIDSS_MAX_PORTS];295 struct clk *vp_clk[TIDSS_MAX_PORTS];303 struct dss_vp_data vp_data[TIDSS_MAX_PORTS];
Completed in 11 milliseconds