Lines Matching defs:vga_softc
54 struct vga_softc { struct
55 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 {
83 } vga_seq;
88 struct {
118 } vga_crtc;
123 struct {
145 } vga_gc;
150 struct {
178 vga_in_reset(struct vga_softc *sc) in vga_in_reset() argument