Lines Matching defs:tdvfb_softc
46 struct tdvfb_softc { struct
47 device_t sc_dev;
49 int sc_voodootype;
54 pci_chipset_tag_t sc_pc;
55 pcitag_t sc_pcitag;
57 bus_space_tag_t sc_cvgt;
58 bus_space_handle_t sc_cvgh;
59 bus_addr_t sc_cvg_pa;
61 bus_space_handle_t sc_fbh;
64 struct tdvfb_dac_timing cvg_timing;
65 struct tdvfb_dac_timing vid_timing;
67 size_t sc_memsize;
68 const struct videomode *sc_videomode;
69 int sc_width, sc_height, sc_linebytes, sc_bpp;
70 int sc_x_tiles;
72 int sc_mode;
73 uint32_t sc_bg;
75 struct vcons_screen sc_console_screen;
76 struct vcons_data vd;
77 struct wsscreen_descr sc_defaultscreen_descr;
78 const struct wsscreen_descr *sc_screens[1];
79 struct wsscreen_list sc_screenlist;
81 u_char sc_cmap_red[256];
82 u_char sc_cmap_green[256];
83 u_char sc_cmap_blue[256];