Searched refs:VGAwSEQ (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/ |
H A D | savagefb.h | 344 static inline void VGAwSEQ(u8 index, u8 val, struct savagefb_par *par) in VGAwSEQ() function
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/ |
H A D | savagefb.h | 343 static inline void VGAwSEQ(u8 index, u8 val, struct savagefb_par *par) in VGAwSEQ() function
|
H A 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()
|
Completed in 10 milliseconds