Home
last modified time | relevance | path

Searched defs:lynxfb_crtc (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/sm750fb/
Dsm750.h126 struct lynxfb_crtc { struct
127 unsigned char __iomem *vCursor; /* virtual address of cursor */
128 unsigned char __iomem *vScreen; /* virtual address of on_screen */
129 int oCursor; /* cursor address offset in vidmem */
130 int oScreen; /* onscreen address offset in vidmem */
131 int channel;/* which channel this crtc stands for*/
132 resource_size_t vidmem_size;/* this view's video memory max size */
135 u16 line_pad;/* padding information:0,1,2,4,8,16,... */
136 u16 xpanstep;
137 u16 ypanstep;
[all …]