vga_handle
struct vga_handle *vh = &vc->hdl;
struct vga_handle *vh = &vc->hdl;
struct vga_handle *vh = &vc->hdl;
struct vga_handle *vh = &vc->hdl;
struct vga_handle *vh = &vc->hdl;
struct vga_handle *vh = &vc->hdl;
struct vga_handle *vh = &vc->hdl;
vga_setfontset(struct vga_handle *vh, int fontset1, int fontset2)
vga_setscreentype(struct vga_handle *vh, const struct wsscreen_descr *type)
static void fontram(struct vga_handle *);
static void textram(struct vga_handle *);
fontram(struct vga_handle *vh)
textram(struct vga_handle *vh)
vga_loadchars(struct vga_handle *vh, int fontset, int first, int num, int lpc,
_vga_attr_read(struct vga_handle *vh, int reg)
_vga_attr_write(struct vga_handle *vh, int reg, u_int8_t val)
_vga_ts_read(struct vga_handle *vh, int reg)
_vga_ts_write(struct vga_handle *vh, int reg, u_int8_t val)
_vga_gdc_read(struct vga_handle *vh, int reg)
_vga_gdc_write(struct vga_handle *vh, int reg, u_int8_t val)
void vga_loadchars(struct vga_handle *, int, int, int, int, char *);
void vga_setfontset(struct vga_handle *, int, int);
void vga_setscreentype(struct vga_handle *, const struct wsscreen_descr *);
struct vga_handle hdl;
static inline u_int8_t _vga_attr_read(struct vga_handle *, int);
static inline void _vga_attr_write(struct vga_handle *, int, u_int8_t);
static inline u_int8_t _vga_ts_read(struct vga_handle *, int);
static inline void _vga_ts_write(struct vga_handle *, int, u_int8_t);
static inline u_int8_t _vga_gdc_read(struct vga_handle *, int);
static inline void _vga_gdc_write(struct vga_handle *, int, u_int8_t);
struct vga_handle *vh;
struct vga_handle *vh;