Lines Matching defs:nv04_crtc_reg
18 struct nv04_crtc_reg { struct
19 unsigned char MiscOutReg;
20 uint8_t CRTC[0xa0];
21 uint8_t CR58[0x10];
22 uint8_t Sequencer[5];
23 uint8_t Graphics[9];
24 uint8_t Attribute[21];
25 unsigned char DAC[768];
28 uint32_t fb_start;
29 uint32_t crtc_cfg;
30 uint32_t cursor_cfg;
31 uint32_t gpio_ext;
32 uint32_t crtc_830;
33 uint32_t crtc_834;
34 uint32_t crtc_850;
35 uint32_t crtc_eng_ctrl;
38 uint32_t nv10_cursync;
39 struct nouveau_pll_vals pllvals;
40 uint32_t ramdac_gen_ctrl;
41 uint32_t ramdac_630;
42 uint32_t ramdac_634;
43 uint32_t tv_setup;
44 uint32_t tv_vtotal;
45 uint32_t tv_vskew;
46 uint32_t tv_vsync_delay;
47 uint32_t tv_htotal;
48 uint32_t tv_hskew;
49 uint32_t tv_hsync_delay;
73 struct nv04_crtc_reg crtc_reg[2]; argument