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