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