Lines Matching refs:vga_out8
299 static inline void vga_out8(int addr, u8 val, struct savagefb_par *par) in vga_out8() function
316 vga_out8(0x3d4, index, par); in VGArCR()
322 vga_out8(0x3ce, index, par); in VGArGR()
328 vga_out8(0x3c4, index, par); in VGArSEQ()
334 vga_out8(0x3d4, index, par); in VGAwCR()
335 vga_out8(0x3d5, val, par); in VGAwCR()
340 vga_out8(0x3ce, index, par); in VGAwGR()
341 vga_out8(0x3cf, val, par); in VGAwGR()
346 vga_out8(0x3c4, index, par); in VGAwSEQ()
347 vga_out8 (0x3c5, val, par); in VGAwSEQ()
353 vga_out8(0x3c0, 0x00, par); in VGAenablePalette()
360 vga_out8(0x3c0, 0x20, par); in VGAdisablePalette()
372 vga_out8(0x3c0, index, par); in VGAwATTR()
373 vga_out8 (0x3c0, value, par); in VGAwATTR()
378 vga_out8(0x3c2, value, par); in VGAwMISC()
387 vga_out8(0x3d4, 0x17, par); in VerticalRetraceWait()