Lines Matching defs:armada_crtc
37 struct armada_crtc { struct
38 struct drm_crtc crtc;
39 const struct armada_variant *variant;
40 unsigned num;
41 void __iomem *base;
42 struct clk *clk;
43 struct clk *extclk[2];
44 struct {
48 } v[2];
49 bool interlaced;
50 bool cursor_update;
51 uint8_t csc_yuv_mode;
52 uint8_t csc_rgb_mode;
76 #define drm_to_armada_crtc(c) container_of(c, struct armada_crtc, crtc) argument