Lines Matching defs:radeon_regs
430 struct radeon_regs { struct
432 u32 crtc_h_total_disp;
433 u32 crtc_h_sync_strt_wid;
434 u32 crtc_v_total_disp;
435 u32 crtc_v_sync_strt_wid;
436 u32 crtc_pitch;
437 u32 crtc_gen_cntl;
438 u32 crtc_ext_cntl;
439 u32 crtc_more_cntl;
440 u32 dac_cntl;
442 u32 flags;
443 u32 pix_clock;
444 int xres, yres;
447 u32 dda_config;
448 u32 dda_on_off;
451 u32 ppll_div_3;
452 u32 ppll_ref_div;
455 u32 fp_crtc_h_total_disp;
479 struct radeon_regs state; argument