Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dvgavar.h36 struct vga_handle { struct
52 struct vga_handle hdl; argument
86 static __inline u_int8_t _vga_attr_read(struct vga_handle *, int);
87 static __inline void _vga_attr_write(struct vga_handle *, int, u_int8_t);
88 static __inline u_int8_t _vga_ts_read(struct vga_handle *, int);
89 static __inline void _vga_ts_write(struct vga_handle *, int, u_int8_t);
90 static __inline u_int8_t _vga_gdc_read(struct vga_handle *, int);
91 static __inline void _vga_gdc_write(struct vga_handle *, int, u_int8_t);
105 _vga_attr_read(struct vga_handle *vh, int reg) in _vga_attr_read()
124 _vga_attr_write(struct vga_handle *vh, int reg, u_int8_t val) in _vga_attr_write()
[all …]
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()
91 vga_loadchars(struct vga_handle *vh, int fontset, int first, int num, int lpc, in vga_loadchars()
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()
[all …]
Dvga_raster.c125 struct vga_handle *hdl;
174 static void vga_set_mode(struct vga_handle *, struct vga_moderegs *);
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()
[all …]
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/src/sys/arch/arc/arc/
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/src/sys/arch/shark/ofw/
Dvga_ofbus.c106 int vga_handle, i; in vga_ofbus_attach() local
112 vga_handle = OF_finddevice("/vlbus/display"); in vga_ofbus_attach()
113 OF_getprop(vga_handle, "reg", vga_reg, sizeof(vga_reg)); in vga_ofbus_attach()
/netbsd/src/sys/dev/isa/
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()