HomeSort by: relevance | last modified time | path
    Searched refs:vga_handle (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
vgavar.h 36 struct vga_handle { struct
52 struct vga_handle hdl;
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)
124 _vga_attr_write(struct vga_handle *vh, int reg, u_int8_t val
    [all...]
vga_subr.c 49 static void fontram(struct vga_handle *);
50 static void textram(struct vga_handle *);
53 fontram(struct vga_handle *vh)
71 textram(struct vga_handle *vh)
91 vga_loadchars(struct vga_handle *vh, int fontset, int first, int num, int lpc,
112 vga_readoutchars(struct vga_handle *vh, int fontset, int first, int num,
134 vga_copyfont01(struct vga_handle *vh)
150 vga_setfontset(struct vga_handle *vh, int fontset1, int fontset2)
169 vga_setscreentype(struct vga_handle *vh, const struct wsscreen_descr *type)
197 vga_load_builtinfont(struct vga_handle *vh, uint8_t *font, int firstchar
    [all...]
vga_raster.c 125 struct vga_handle *hdl;
174 static void vga_set_mode(struct vga_handle *, struct vga_moderegs *);
380 struct vga_handle *vh = &vc->hdl;
443 struct vga_handle *vh;
559 struct vga_handle *vh;
777 struct vga_handle *vh = &vc->hdl;
1001 vga_set_mode(struct vga_handle *vh, struct vga_moderegs *regs)
1185 struct vga_handle *vh = scr->hdl;
1261 struct vga_handle *vh = scr->hdl;
1304 struct vga_handle *vh = scr->hdl
    [all...]
vga.c 529 struct vga_handle *vh = &vc->hdl;
716 struct vga_handle *vh;
1006 struct vga_handle *vh = &vc->hdl;
1461 struct vga_handle *vh = &vc->hdl;
1509 struct vga_handle *vh = &vc->hdl;
1529 struct vga_handle *vh = &vc->hdl;
1557 struct vga_handle *vh = &vc->hdl;
1575 struct vga_handle *vh = &vc->hdl;
  /src/sys/arch/arc/arc/
c_nec_eisa.c 93 static void gd54xx_initregs(struct vga_handle *);
221 struct vga_handle handle;
271 gd54xx_initregs(struct vga_handle *vh)
  /src/sys/arch/shark/ofw/
vga_ofbus.c 106 int vga_handle, i; local in function:vga_ofbus_attach
112 vga_handle = OF_finddevice("/vlbus/display");
113 OF_getprop(vga_handle, "reg", vga_reg, sizeof(vga_reg));
  /src/sys/dev/isa/
ega.c 75 struct vga_handle hdl;
395 struct vga_handle *vh = &vc->hdl;
676 struct vga_handle *vh = &vc->hdl;

Completed in 31 milliseconds