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