Lines Matching defs:cgsix_softc
266 struct cgsix_softc { struct
267 struct sunfb sc_sunfb;
268 bus_space_tag_t sc_bustag;
269 bus_addr_t sc_paddr;
270 bus_space_handle_t sc_bt_regs;
271 bus_space_handle_t sc_fhc_regs;
272 bus_space_handle_t sc_thc_regs;
273 bus_space_handle_t sc_tec_regs;
274 bus_space_handle_t sc_vid_regs;
275 bus_space_handle_t sc_fbc_regs;
276 int sc_nscreens;
277 union bt_cmap sc_cmap;
278 void *sc_ih;
279 u_int sc_mode;
280 u_int sc_curs_enabled, sc_curs_fg, sc_curs_bg;
281 struct wsdisplay_curpos sc_curs_pos, sc_curs_hot, sc_curs_size;
282 u_char sc_curs_image[128], sc_curs_mask[128];