Lines Matching full:graphic
59 /* 32 bit TV Graphic Frame 0 Starting Address Register*/
61 /* 32 bit TV Graphic Frame 1 Starting Address Register*/
63 /* 32 bit TV Graphic Line Length(Pitch)Register*/
65 /* 32 bit TV Graphic Starting Point on Screen Register*/
67 /* 32 bit TV Graphic Source Size Register*/
69 /* 32 bit TV Graphic Destination size (after Zooming)Register*/
71 u32 g_0; /* Graphic Frame 0/1 Starting Address */
73 u32 g_pitch; /* Graphic Line Length (Pitch) */
74 u32 g_start; /* Graphic Starting Point on Screen */
75 u32 g_size; /* Graphic Source Size */
76 u32 g_size_z; /* Graphic Destination Size (After Zooming) */
212 /* Graphic Frame 0&1 Starting Address Register */
216 /* Graphic Frame Pitch */
219 /* Graphic Starting Point on Screen Register */
224 /* Graphic Size Register */
229 /* Graphic Size after Zooming Register */
377 #define GRA_FRAME_CNT_MASK 0x0000000C /* Graphic */
438 /* for graphic part */
829 /* 32 bit Panel Path Graphic Partial Display Horizontal Control Register*/
831 /* 32 bit Panel Path Graphic Partial Display Vertical Control Register*/
833 /* 32 bit TV Path Graphic Partial Display Horizontal Control Register*/
835 /* 32 bit TV Path Graphic Partial Display Vertical Control Register*/
1005 #define ALPHA_NOGRAPHIC 0xFF /* all video, no graphic */
1006 #define ALPHA_NOVIDEO 0x00 /* all graphic, no video */
1007 #define ALPHA_GRAPHNVIDEO 0x0F /* Selects graphic & video */