Home
last modified time | relevance | path

Searched refs:vga_handle (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/dev/ic/
H A Dvgavar.h36 struct vga_handle { struct
52 struct vga_handle hdl; argument
105 _vga_attr_read(struct vga_handle *vh, int reg) in _vga_attr_read()
139 _vga_ts_read(struct vga_handle *vh, int reg) in _vga_ts_read()
147 _vga_ts_write(struct vga_handle *vh, int reg, u_int8_t val) in _vga_ts_write()
155 _vga_gdc_read(struct vga_handle *vh, int reg) in _vga_gdc_read()
163 _vga_gdc_write(struct vga_handle *vh, int reg, u_int8_t val) in _vga_gdc_write()
209 void vga_copyfont01(struct vga_handle *);
211 void vga_setfontset(struct vga_handle *, int, int);
216 void vga_reset(struct vga_handle *, void (*)(struct vga_handle *));
[all …]
H A Dvga_subr.c49 static void fontram(struct vga_handle *);
50 static void textram(struct vga_handle *);
53 fontram(struct vga_handle *vh) in fontram()
71 textram(struct vga_handle *vh) in textram()
112 vga_readoutchars(struct vga_handle *vh, int fontset, int first, int num, in vga_readoutchars()
134 vga_copyfont01(struct vga_handle *vh) in vga_copyfont01()
150 vga_setfontset(struct vga_handle *vh, int fontset1, int fontset2) in vga_setfontset()
169 vga_setscreentype(struct vga_handle *vh, const struct wsscreen_descr *type) in vga_setscreentype()
197 vga_load_builtinfont(struct vga_handle *vh, uint8_t *font, int firstchar, in vga_load_builtinfont()
221 vga_reset(struct vga_handle *vh, void (*md_initfunc)(struct vga_handle *)) in vga_reset() argument
[all …]
H A Dvga_raster.c125 struct vga_handle *hdl;
380 struct vga_handle *vh = &vc->hdl; in vga_raster_init()
443 struct vga_handle *vh; in vga_raster_init_screen()
559 struct vga_handle *vh; in vga_cndetach()
777 struct vga_handle *vh = &vc->hdl; in vga_switch_screen()
1001 vga_set_mode(struct vga_handle *vh, struct vga_moderegs *regs) in vga_set_mode()
1185 struct vga_handle *vh = scr->hdl; in _vga_raster_putchar()
1261 struct vga_handle *vh = scr->hdl; in vga_raster_copycols()
1304 struct vga_handle *vh = scr->hdl; in vga_raster_copyrows()
1362 struct vga_handle *vh = scr->hdl; in vga_raster_eraserows()
[all …]
H A Dvga.c529 struct vga_handle *vh = &vc->hdl; in vga_init()
716 struct vga_handle *vh; in vga_cndetach()
1006 struct vga_handle *vh = &vc->hdl; in vga_doswitch()
1461 struct vga_handle *vh = &vc->hdl; in vga_scroll()
1509 struct vga_handle *vh = &vc->hdl; in vga_getborder()
1529 struct vga_handle *vh = &vc->hdl; in vga_setborder()
1557 struct vga_handle *vh = &vc->hdl; in vga_save_palette()
1575 struct vga_handle *vh = &vc->hdl; in vga_restore_palette()
/netbsd/sys/arch/arc/arc/
H A Dc_nec_eisa.c93 static void gd54xx_initregs(struct vga_handle *);
221 struct vga_handle handle; in c_nec_eisa_cons_init()
271 gd54xx_initregs(struct vga_handle *vh) in gd54xx_initregs()
/netbsd/sys/arch/shark/ofw/
H A Dvga_ofbus.c107 int vga_handle, i; in vga_ofbus_attach() local
113 vga_handle = OF_finddevice("/vlbus/display"); in vga_ofbus_attach()
114 OF_getprop(vga_handle, "reg", vga_reg, sizeof(vga_reg)); in vga_ofbus_attach()
/netbsd/sys/dev/isa/
H A Dega.c75 struct vga_handle hdl;
395 struct vga_handle *vh = &vc->hdl; in ega_init()
676 struct vga_handle *vh = &vc->hdl; in ega_doswitch()