Lines Matching refs:u32
12 u32 vxres;
13 u32 vyres;
14 u32 xoffset;
15 u32 yoffset;
16 u32 bpp;
17 u32 h_tot_disp;
18 u32 h_sync_strt_wid;
19 u32 v_tot_disp;
20 u32 v_sync_strt_wid;
21 u32 vline_crnt_vline;
22 u32 off_pitch;
23 u32 gen_cntl;
24 u32 dp_pix_width; /* acceleration */
25 u32 dp_chain_mask; /* acceleration */
27 u32 horz_stretching;
28 u32 vert_stretching;
29 u32 ext_vert_stretch;
30 u32 shadow_h_tot_disp;
31 u32 shadow_h_sync_strt_wid;
32 u32 shadow_v_tot_disp;
33 u32 shadow_v_sync_strt_wid;
34 u32 lcd_gen_cntl;
35 u32 lcd_config_panel;
36 u32 lcd_index;
75 u32 program_bits;
76 u32 locationAddr;
77 u32 period_in_ps;
78 u32 post_divider;
93 u32 dsp_config; /* Mach64 GTB DSP */
94 u32 dsp_on_off; /* Mach64 GTB DSP */
95 u32 dsp_loop_latency;
96 u32 fifo_size;
97 u32 xclkpagefaultdelay;
98 u32 xclkmaxrasdelay;
106 u32 xres; /* use for LCD stretching/scaling */
129 u32 pseudo_palette[16];
138 u32 features;
139 u32 ref_clk_per;
140 u32 pll_per;
141 u32 mclk_per;
142 u32 xclk_per;
147 u32 accel_flags;
165 u32 lcd_pixclock;
189 u32 mem_cntl;
227 static inline u32 aty_ld_le32(int regindex, const struct atyfb_par *par) in aty_ld_le32()
240 static inline void aty_st_le32(int regindex, u32 val, const struct atyfb_par *par) in aty_st_le32()
293 extern void aty_st_lcd(int index, u32 val, const struct atyfb_par *par);
294 extern u32 aty_ld_lcd(int index, const struct atyfb_par *par);
303 const union aty_pll * pll, u32 bpp, u32 accel);
318 int (*var_to_pll) (const struct fb_info * info, u32 vclk_per, u32 bpp, union aty_pll * pll);
319 u32 (*pll_to_var) (const struct fb_info * info, const union aty_pll * pll);
352 ((u32) (0x8000 >> entries))); in wait_for_fifo()