Lines Matching defs:aty128fb_par
435 struct aty128fb_par { struct
436 struct aty128_crtc crtc;
437 struct aty128_pll pll;
438 struct aty128_ddafifo fifo_reg;
439 u32 accel_flags;
440 struct aty128_constants constants; /* PLL and others */
441 void __iomem *regbase; /* remapped mmio */
442 u32 vram_size; /* onboard video ram */
443 int chip_gen;
444 const struct aty128_meminfo *mem; /* onboard mem info */
445 int wc_cookie;
446 int blitter_may_be_busy;
447 int fifo_slots; /* free slots in FIFO (64 max) */
449 int crt_on, lcd_on;
450 struct pci_dev *pdev;
451 struct fb_info *next;
452 int asleep;
453 int lock_blank;
455 u8 red[32]; /* see aty128fb_setcolreg */
456 u8 green[64];
480 const struct aty128fb_par *par); argument