Home
last modified time | relevance | path

Searched refs:_vga_gdc_write (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Dvgavar.h91 static __inline void _vga_gdc_write(struct vga_handle *, int, u_int8_t);
163 _vga_gdc_write(struct vga_handle *vh, int reg, u_int8_t val) in _vga_gdc_write() function
181 _vga_gdc_write(vh, offsetof(struct reg_vgagdc, reg), val)
Dvga_subr.c396 _vga_gdc_write(vh, i, vga_gdc[i]); in vga_initregs()
Dvga_raster.c1028 _vga_gdc_write(vh, i, regs->gdc[i]); in vga_set_mode()