Home
last modified time | relevance | path

Searched refs:vgaregmap (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dvgasubr.h36 struct vgaregmap { struct
42 extern int vga_get_reg(struct vgaregmap *reg, int i); argument
43 extern void vga_set_reg(struct vgaregmap *reg, int i, int v);
44 extern int vga_get_crtc(struct vgaregmap *reg, int i);
45 extern void vga_set_crtc(struct vgaregmap *reg, int i, int v);
46 extern int vga_get_seq(struct vgaregmap *reg, int i);
47 extern void vga_set_seq(struct vgaregmap *reg, int i, int v);
48 extern int vga_get_grc(struct vgaregmap *reg, int i);
49 extern void vga_set_grc(struct vgaregmap *reg, int i, int v);
50 extern int vga_get_atr(struct vgaregmap *reg, int i);
[all …]
/titanic_44/usr/src/uts/common/io/
H A Dvgasubr.c79 vga_get_hardware_settings(struct vgaregmap *reg, int *width, int *height) in vga_get_hardware_settings()
90 vga_get_reg(struct vgaregmap *reg, int indexreg) in vga_get_reg()
96 vga_set_reg(struct vgaregmap *reg, int indexreg, int v) in vga_set_reg()
102 vga_get_crtc(struct vgaregmap *reg, int i) in vga_get_crtc()
108 vga_set_crtc(struct vgaregmap *reg, int i, int v) in vga_set_crtc()
114 vga_get_seq(struct vgaregmap *reg, int i) in vga_get_seq()
120 vga_set_seq(struct vgaregmap *reg, int i, int v) in vga_set_seq()
126 vga_get_grc(struct vgaregmap *reg, int i) in vga_get_grc()
132 vga_set_grc(struct vgaregmap *reg, int i, int v) in vga_set_grc()
138 vga_get_atr(struct vgaregmap *reg, int i) in vga_get_atr()
[all …]
/titanic_44/usr/src/uts/intel/io/drm/
H A Di915_drv.c63 struct vgaregmap { struct
187 vga_reg_put8(struct vgaregmap *regmap, uint16_t off, uint8_t val) in vga_reg_put8()
198 vga_reg_get8(struct vgaregmap *regmap, uint16_t off) in vga_reg_get8()
207 i915_write_indexed(struct vgaregmap *regmap, in i915_write_indexed()
215 i915_read_indexed(struct vgaregmap *regmap, in i915_read_indexed()
223 i915_write_ar(struct vgaregmap *regmap, uint16_t st01, in i915_write_ar()
232 i915_read_ar(struct vgaregmap *regmap, uint16_t st01, in i915_read_ar()
298 struct vgaregmap regmap; in i915_save_vga()
365 struct vgaregmap regmap; in i915_restore_vga()
/titanic_44/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c69 struct vgaregmap regs;
70 struct vgaregmap fb;
1380 struct vgaregmap *fbs, in vgatext_return_pointers()
1381 struct vgaregmap *regss) in vgatext_return_pointers()
/titanic_44/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c143 struct vgaregmap regs;
144 struct vgaregmap fb;