Home
last modified time | relevance | path

Searched refs:MiscOutputReg (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Dsetmode.c218 uint8 MiscOutputReg; in setMiscOutputRegister() local
220 MiscOutputReg = 0x80; /* -vsync, +hsync */ in setMiscOutputRegister()
222 MiscOutputReg = 0x40; /* +vsync, -hsync */ in setMiscOutputRegister()
224 MiscOutputReg = 0xc0; /* -vsync, -hsync */ in setMiscOutputRegister()
226 MiscOutputReg = 0x00; /* +vsync, +hsync */ in setMiscOutputRegister()
227 ioSet8(0x3c2, 0x00, (ioGet8(0x3cc) & 0x3f) | MiscOutputReg); in setMiscOutputRegister()