Searched refs:_vga_ts_write (Results 1 – 2 of 2) sorted by relevance
90 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() function171 _vga_ts_write(vh, offsetof(struct reg_vgats, reg), val)
410 _vga_ts_write(vh, i, *buf++); in vga_restore_state()