Home
last modified time | relevance | path

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

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