Searched defs:lynxfb_crtc (Results 1 – 1 of 1) sorted by relevance
134 struct lynxfb_crtc { struct135 unsigned char __iomem *v_cursor; /* virtual address of cursor */137 int o_cursor; /* cursor address offset in vidmem */138 int o_screen; /* onscreen address offset in vidmem */139 int channel;/* which channel this crtc stands for*/143 u16 line_pad;/* padding information:0,1,2,4,8,16,... */144 u16 xpanstep;145 u16 ypanstep;146 u16 ywrapstep;148 void *priv;[all …]