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

  /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/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...]

Completed in 12 milliseconds