Home
last modified time | relevance | path

Searched refs:_vga_ts_write (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dvgavar.h90 static inline void _vga_ts_write(struct vga_handle *, int, u_int8_t);
144 _vga_ts_write(struct vga_handle *vh, int reg, u_int8_t val) in _vga_ts_write() function
171 _vga_ts_write(vh, offsetof(struct reg_vgats, reg), val)
/openbsd/sys/dev/pci/
H A Dvga_pci.c410 _vga_ts_write(vh, i, *buf++); in vga_restore_state()