Searched refs:TIDSS_MAX_PORTS (Results 1 – 5 of 5) sorted by relevance
87 const char *vp_name[TIDSS_MAX_PORTS]; /* Should match dt reg names */88 const char *ovr_name[TIDSS_MAX_PORTS]; /* Should match dt reg names */89 const char *vpclk_name[TIDSS_MAX_PORTS]; /* Should match dt clk names */90 const enum dispc_vp_bus_type vp_bus_type[TIDSS_MAX_PORTS];
12 #define TIDSS_MAX_PORTS 4 macro27 struct drm_crtc *crtcs[TIDSS_MAX_PORTS];
36 (DSS_IRQ_VP_BIT_N(TIDSS_MAX_PORTS, 0) + 1 * (plane) + (bit))
120 struct pipe pipes[TIDSS_MAX_PORTS]; in tidss_dispc_modeset_init()
491 void __iomem *base_ovr[TIDSS_MAX_PORTS];492 void __iomem *base_vp[TIDSS_MAX_PORTS];496 struct clk *vp_clk[TIDSS_MAX_PORTS];504 struct dss_vp_data vp_data[TIDSS_MAX_PORTS];
Completed in 15 milliseconds