Home
last modified time | relevance | path

Searched defs:fb_info_aty128 (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/
Daty128fb.c292 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 */
[all …]