Lines Matching defs:i740fb_par
37 struct i740fb_par { struct
38 unsigned char __iomem *regs;
39 bool has_sgram;
40 int wc_cookie;
41 bool ddc_registered;
42 struct i2c_adapter ddc_adapter;
43 struct i2c_algo_bit_data ddc_algo;
44 u32 pseudo_palette[16];
45 struct mutex open_lock;
46 unsigned int ref_count;
48 u8 crtc[VGA_CRT_C];
49 u8 atc[VGA_ATT_C];
50 u8 gdc[VGA_GFX_C];
51 u8 seq[VGA_SEQ_C];
52 u8 misc;
53 u8 vss;
56 u8 display_cntl;
57 u8 pixelpipe_cfg0;
58 u8 pixelpipe_cfg1;
59 u8 pixelpipe_cfg2;
60 u8 video_clk2_m;
61 u8 video_clk2_n;
62 u8 video_clk2_mn_msbs;
63 u8 video_clk2_div_sel;
64 u8 pll_cntl;
65 u8 address_mapping;
66 u8 io_cntl;
67 u8 bitblt_cntl;
68 u8 ext_vert_total;
69 u8 ext_vert_disp_end;
70 u8 ext_vert_sync_start;
71 u8 ext_vert_blank_start;
72 u8 ext_horiz_total;
96 static inline void i740outb(struct i740fb_par *par, u16 port, u8 val) in i740outb() argument