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