Lines Matching defs:smtcfb_info
40 struct smtcfb_info { struct
41 struct pci_dev *pdev;
42 struct fb_info *fb;
43 u16 chip_id;
44 u8 chip_rev_id;
46 void __iomem *lfb; /* linear frame buffer */
47 void __iomem *dp_regs; /* drawing processor control regs */
48 void __iomem *vp_regs; /* video processor control regs */
49 void __iomem *cp_regs; /* capture processor control regs */
50 void __iomem *mmio; /* memory map IO port */
52 u_int width;
53 u_int height;
54 u_int hz;
56 u32 colreg[17];