Searched defs:fb_info_aty128 (Results 1 – 1 of 1) sorted by relevance
292 struct fb_info_aty128 { struct294 struct fb_info_aty128 *next; argument295 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 */[all …]