Searched defs:vga_softc (Results 1 – 1 of 1) sorted by relevance
54 struct vga_softc { struct55 struct mem_range mr;57 struct bhyvegc *gc;58 int gc_width;59 int gc_height;60 struct bhyvegc_image *gc_image;62 uint8_t *vga_ram;67 uint8_t vga_misc;68 uint8_t vga_sts1;73 struct {[all …]