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