Searched refs:VGAwSEQ (Results 1 – 2 of 2) sorted by relevance
/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 84 VGAwSEQ(0x00, 0x01, par); /* Synchronous Reset */ in vgaHWSeqReset() 86 VGAwSEQ(0x00, 0x03, par); /* End Reset */ in vgaHWSeqReset() 100 VGAwSEQ(0x01, tmp | 0x20, par);/* disable the display */ in vgaHWProtect() 110 VGAwSEQ(0x01, tmp & ~0x20, par);/* reenable display */ in vgaHWProtect() 124 VGAwSEQ(i, reg->Sequencer[i], par); in vgaHWRestore()
|
D | savagefb.h | 344 static inline void VGAwSEQ(u8 index, u8 val, struct savagefb_par *par) in VGAwSEQ() function
|