Searched refs:vga_io_wseq (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dvga16fb.c591 vga_io_wseq(0x00, 0x01);
597 vga_io_wseq(VGA_SEQ_CLOCK_MODE, seq[VGA_SEQ_CLOCK_MODE] | 0x20);
599 vga_io_wseq(i, seq[i]);
603 vga_io_wseq(0x00, 0x03);
627 vga_io_wseq(VGA_SEQ_CLOCK_MODE, seq[VGA_SEQ_CLOCK_MODE]);
723 vga_io_wseq(0x01, par->vga_state.ClockingMode | 0x20);
781 vga_io_wseq(0x01, par->vga_state.ClockingMode);
H A Dtridentfb.c609 vga_io_wseq(NewMode1, 0x80);
611 vga_io_wseq(Protection, 0x92);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dvga.h357 static inline void vga_io_wseq (unsigned char reg, unsigned char val) function

Completed in 28 milliseconds