vga_handle
struct vga_handle handle;
gd54xx_initregs(struct vga_handle *vh)
static void gd54xx_initregs(struct vga_handle *);
int vga_handle, i;
vga_handle = OF_finddevice("/vlbus/display");
OF_getprop(vga_handle, "reg", vga_reg, sizeof(vga_reg));
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;
struct vga_handle *vh;
vga_set_mode(struct vga_handle *vh, struct vga_moderegs *regs)
struct vga_handle *vh = scr->hdl;
struct vga_handle *hdl;
struct vga_handle *vh = scr->hdl;
struct vga_handle *vh = scr->hdl;
struct vga_handle *vh = scr->hdl;
struct vga_handle *vh = &vc->hdl;
static void vga_set_mode(struct vga_handle *, struct vga_moderegs *);
struct vga_handle *vh = &vc->hdl;
struct vga_handle *vh;
struct vga_handle *vh;
struct vga_handle *vh = &vc->hdl;
vga_readoutchars(struct vga_handle *vh, int fontset, int first, int num,
vga_copyfont01(struct vga_handle *vh)
vga_setfontset(struct vga_handle *vh, int fontset1, int fontset2)
vga_setscreentype(struct vga_handle *vh, const struct wsscreen_descr *type)
vga_load_builtinfont(struct vga_handle *vh, uint8_t *font, int firstchar,
vga_reset(struct vga_handle *vh, void (*md_initfunc)(struct vga_handle *))
vga_initregs(struct vga_handle *vh)
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, const char *);
void vga_readoutchars(struct vga_handle *, int, int, int, int, char *);
void vga_copyfont01(struct vga_handle *);
void vga_setfontset(struct vga_handle *, int, int);
void vga_setscreentype(struct vga_handle *, const struct wsscreen_descr *);
void vga_load_builtinfont(struct vga_handle *, u_int8_t *, int, int);
void vga_reset(struct vga_handle *, void (*)(struct vga_handle *));
void vga_initregs(struct vga_handle *);
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 = &vc->hdl;
struct vga_handle *vh = &vc->hdl;
struct vga_handle hdl;