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