Lines Matching defs:mntva_softc
42 struct mntva_softc struct
44 device_t sc_dev;
47 struct bus_space_tag sc_bst;
49 bus_space_tag_t sc_iot;
50 bus_space_handle_t sc_regh;
51 bus_space_handle_t sc_fbh;
53 bus_addr_t sc_regpa;
54 bus_addr_t sc_fbpa;
56 size_t sc_memsize;
57 int sc_width, sc_height, sc_linebytes, sc_bpp;
59 int sc_mode;
60 uint32_t sc_bg;
62 struct vcons_screen sc_console_screen;
63 struct vcons_data vd;
64 struct wsscreen_descr sc_defaultscreen_descr;
65 const struct wsscreen_descr *sc_screens[1];
66 struct wsscreen_list sc_screenlist;
68 bool sc_isconsole;
70 u_char sc_cmap_red[256];
71 u_char sc_cmap_green[256];
72 u_char sc_cmap_blue[256];