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