Searched refs:vgaregmap_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vgasubr.h | 41 typedef struct vgaregmap *vgaregmap_t; typedef 45 typedef uint_t vgaregmap_t; 49 extern int vga_get_reg(vgaregmap_t reg, int i); 50 extern void vga_set_reg(vgaregmap_t reg, int i, int v); 51 extern int vga_get_crtc(vgaregmap_t reg, int i); 52 extern void vga_set_crtc(vgaregmap_t reg, int i, int v); 53 extern int vga_get_seq(vgaregmap_t reg, int i); 54 extern void vga_set_seq(vgaregmap_t reg, int i, int v); 55 extern int vga_get_grc(vgaregmap_t reg, int i); 56 extern void vga_set_grc(vgaregmap_t reg, int i, int v); [all …]
|
/illumos-gate/usr/src/common/vga/ |
H A D | vgasubr.c | 92 vga_get_hardware_settings(vgaregmap_t reg, int *width, int *height) in vga_get_hardware_settings() 100 vga_get_reg(vgaregmap_t reg, int indexreg) in vga_get_reg() 106 vga_set_reg(vgaregmap_t reg, int indexreg, int v) in vga_set_reg() 112 vga_get_crtc(vgaregmap_t reg, int i) in vga_get_crtc() 118 vga_set_crtc(vgaregmap_t reg, int i, int v) in vga_set_crtc() 124 vga_get_seq(vgaregmap_t reg, int i) in vga_get_seq() 130 vga_set_seq(vgaregmap_t reg, int i, int v) in vga_set_seq() 136 vga_get_grc(vgaregmap_t reg, int i) in vga_get_grc() 142 vga_set_grc(vgaregmap_t reg, int i, int v) in vga_set_grc() 148 vga_get_atr(vgaregmap_t reg, int i) in vga_get_atr() [all …]
|