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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb.h345 static inline void VGAwSEQ(u8 index, u8 val, struct savagefb_par *par) function
H A Dsavagefb_driver.c89 VGAwSEQ(0x00, 0x01, par); /* Synchronous Reset */
91 VGAwSEQ(0x00, 0x03, par); /* End Reset */
105 VGAwSEQ(0x01, tmp | 0x20, par);/* disable the display */
115 VGAwSEQ(0x01, tmp & ~0x20, par);/* reenable display */
129 VGAwSEQ(i, reg->Sequencer[i], par);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb.h345 static inline void VGAwSEQ(u8 index, u8 val, struct savagefb_par *par) function
H A Dsavagefb_driver.c89 VGAwSEQ(0x00, 0x01, par); /* Synchronous Reset */
91 VGAwSEQ(0x00, 0x03, par); /* End Reset */
105 VGAwSEQ(0x01, tmp | 0x20, par);/* disable the display */
115 VGAwSEQ(0x01, tmp & ~0x20, par);/* reenable display */
129 VGAwSEQ(i, reg->Sequencer[i], par);

Completed in 183 milliseconds