Searched defs:vga_softc (Results 1 – 3 of 3) sorted by relevance
49 struct vga_softc { struct50 struct mem_range mr;52 struct bhyvegc *gc;53 int gc_width;54 int gc_height;55 struct bhyvegc_image *gc_image;57 uint8_t *vga_ram;62 uint8_t vga_misc;63 uint8_t vga_sts1;68 struct {[all …]
70 typedef struct vga_softc { struct74 } vga_softc_t; argument
53 struct vga_softc { struct54 bus_space_tag_t vga_fb_tag;55 bus_space_handle_t vga_fb_handle;56 bus_space_tag_t vga_reg_tag;57 bus_space_handle_t vga_reg_handle;58 int vga_wmode;59 term_color_t vga_curfg, vga_curbg;60 boolean_t vga_enabled;