Searched defs:vga_softc (Results 1 – 3 of 3) sorted by relevance
72 typedef struct vga_softc { struct79 } vga_softc_t; argument
52 struct vga_softc { struct53 struct mem_range mr;55 struct bhyvegc *gc;56 int gc_width;57 int gc_height;58 struct bhyvegc_image *gc_image;60 uint8_t *vga_ram;65 uint8_t vga_misc;66 uint8_t vga_sts1;71 struct {[all …]
56 struct vga_softc { struct57 bus_space_tag_t vga_fb_tag;58 bus_space_handle_t vga_fb_handle;59 bus_space_tag_t vga_reg_tag;60 bus_space_handle_t vga_reg_handle;61 int vga_wmode;62 term_color_t vga_curfg, vga_curbg;63 boolean_t vga_enabled;