Home
last modified time | relevance | path

Searched refs:VGAwSEQ (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/savage/
H A Dsavagefb.h344 static inline void VGAwSEQ(u8 index, u8 val, struct savagefb_par *par) in VGAwSEQ() function
H A Dsavagefb_driver.c83 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 Dsavagefb.h343 static inline void VGAwSEQ(u8 index, u8 val, struct savagefb_par *par) in VGAwSEQ() function
H A Dsavagefb_driver.c84 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