Lines Matching defs:pvr2fb_par
129 static struct pvr2fb_par { struct
130 unsigned int hsync_total; /* Clocks/line */
131 unsigned int vsync_total; /* Lines/field */
132 unsigned int borderstart_h;
133 unsigned int borderstop_h;
134 unsigned int borderstart_v;
135 unsigned int borderstop_v;
136 unsigned int diwstart_h; /* Horizontal offset of the display field */
137 unsigned int diwstart_v; /* Vertical offset of the display field, for
139 unsigned long disp_start; /* Address of image within VRAM */
140 unsigned char is_interlaced; /* Is the display interlaced? */
141 unsigned char is_doublescan; /* Are scanlines output twice? (doublescan) */
142 unsigned char is_lowres; /* Is horizontal pixel-doubling enabled? */
144 void __iomem *mmio_base; /* MMIO base */
145 u32 palette[16];