Lines Matching defs:fb_info_control
96 struct fb_info_control { struct
97 struct fb_info info;
98 struct fb_par_control par;
99 u32 pseudo_palette[16];
101 struct cmap_regs __iomem *cmap_regs;
102 unsigned long cmap_regs_phys;
104 struct control_regs __iomem *control_regs;
105 unsigned long control_regs_phys;
106 unsigned long control_regs_size;
108 __u8 __iomem *frame_buffer;
109 unsigned long frame_buffer_phys;
110 unsigned long fb_orig_base;
111 unsigned long fb_orig_size;
113 int control_use_bank2;
114 unsigned long total_vram;
115 unsigned char vram_attr;