Home
last modified time | relevance | path

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

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