Lines Matching defs:index
314 static inline u8 VGArCR (u8 index, struct savagefb_par *par)
316 vga_out8(0x3d4, index, par);
320 static inline u8 VGArGR (u8 index, struct savagefb_par *par)
322 vga_out8(0x3ce, index, par);
326 static inline u8 VGArSEQ (u8 index, struct savagefb_par *par)
328 vga_out8(0x3c4, index, par);
332 static inline void VGAwCR(u8 index, u8 val, struct savagefb_par *par)
334 vga_out8(0x3d4, index, par);
338 static inline void VGAwGR(u8 index, u8 val, struct savagefb_par *par)
340 vga_out8(0x3ce, index, par);
344 static inline void VGAwSEQ(u8 index, u8 val, struct savagefb_par *par)
346 vga_out8(0x3c4, index, par);
364 static inline void VGAwATTR(u8 index, u8 value, struct savagefb_par *par)
367 index &= ~0x20;
369 index |= 0x20;
372 vga_out8(0x3c0, index, par);