Home
last modified time | relevance | path

Searched defs:vga_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.c49 struct vga_softc { struct
50 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 …]
/freebsd/sys/dev/fb/
H A Dvgareg.h70 typedef struct vga_softc { struct
74 } vga_softc_t; argument
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c53 struct vga_softc { struct
54 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;