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 */136 unsigned char __iomem *v_screen; /* virtual address of on_screen */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*/140 resource_size_t vidmem_size;/* this view's video memory max size */143 u16 line_pad;/* padding information:0,1,2,4,8,16,... */144 u16 xpanstep;145 u16 ypanstep;[all …]