Lines Matching refs:vga_out8
301 static inline void vga_out8(int addr, u8 val, struct savagefb_par *par) in vga_out8() function
318 vga_out8(0x3d4, index, par); in VGArCR()
324 vga_out8(0x3ce, index, par); in VGArGR()
330 vga_out8(0x3c4, index, par); in VGArSEQ()
336 vga_out8(0x3d4, index, par); in VGAwCR()
337 vga_out8(0x3d5, val, par); in VGAwCR()
342 vga_out8(0x3ce, index, par); in VGAwGR()
343 vga_out8(0x3cf, val, par); in VGAwGR()
348 vga_out8(0x3c4, index, par); in VGAwSEQ()
349 vga_out8 (0x3c5, val, par); in VGAwSEQ()
355 vga_out8(0x3c0, 0x00, par); in VGAenablePalette()
362 vga_out8(0x3c0, 0x20, par); in VGAdisablePalette()
374 vga_out8(0x3c0, index, par); in VGAwATTR()
375 vga_out8 (0x3c0, value, par); in VGAwATTR()
380 vga_out8(0x3c2, value, par); in VGAwMISC()
389 vga_out8(0x3d4, 0x17, par); in VerticalRetraceWait()