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