Lines Matching defs:fb_info_aty128
292 struct fb_info_aty128 { struct
294 struct fb_info_aty128 *next; argument
295 struct aty128_constants constants; /* PLL and others */
296 unsigned long regbase_phys; /* physical mmio */
297 void *regbase; /* remapped mmio */
298 unsigned long frame_buffer_phys; /* physical fb memory */
299 void *frame_buffer; /* remaped framebuffer */
300 u32 vram_size; /* onboard video ram */
301 int chip_gen;
302 const struct aty128_meminfo *mem; /* onboard mem info */
303 struct aty128fb_par default_par, current_par;
304 struct display disp;
305 struct { u8 red, green, blue, pad; } palette[256];
306 union {
334 static struct fb_info_aty128 *board_list = NULL; argument