Lines Matching defs:nv04_crtc_reg
23 struct nv04_crtc_reg { struct
24 unsigned char MiscOutReg;
25 uint8_t CRTC[0xa0];
26 uint8_t CR58[0x10];
27 uint8_t Sequencer[5];
28 uint8_t Graphics[9];
29 uint8_t Attribute[21];
30 unsigned char DAC[768];
33 uint32_t fb_start;
34 uint32_t crtc_cfg;
35 uint32_t cursor_cfg;
36 uint32_t gpio_ext;
37 uint32_t crtc_830;
38 uint32_t crtc_834;
39 uint32_t crtc_850;
40 uint32_t crtc_eng_ctrl;
43 uint32_t nv10_cursync;
44 struct nvkm_pll_vals pllvals;
45 uint32_t ramdac_gen_ctrl;
46 uint32_t ramdac_630;
47 uint32_t ramdac_634;
48 uint32_t tv_setup;
49 uint32_t tv_vtotal;
50 uint32_t tv_vskew;
51 uint32_t tv_vsync_delay;
52 uint32_t tv_htotal;
53 uint32_t tv_hskew;
54 uint32_t tv_hsync_delay;
78 struct nv04_crtc_reg crtc_reg[2]; argument