Searched refs:ioSet8 (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/ |
H A D | setmode.c | 186 ioSet8(pciConfigSpace+0x40, 0xf0, 0x0b); in et6000EnableLinearMemoryMapping() 206 ioSet8(pciConfigSpace+i, 0x00, pci415e[i-0x41]); in setPCIConfigSpaceRegisters41to5E() 211 ioSet8(pciConfigSpace+0x58, 0xfd, 0x00); /* 16bpp is 5:5:5 */ in setPCIConfigSpaceRegisters41to5E() 213 ioSet8(pciConfigSpace+0x58, 0xfd, 0x02); /* 16bpp is 5:6:5 */ in setPCIConfigSpaceRegisters41to5E() 227 ioSet8(0x3c2, 0x00, (ioGet8(0x3cc) & 0x3f) | MiscOutputReg); in setMiscOutputRegister() 230 ioSet8(0x3c2, 0x00, (ioGet8(0x3cc) & 0xfc) | 0x03); in setMiscOutputRegister() 244 ioSet8(0x3c0, 0x00, i | atcIndexReg); in setATC() 245 ioSet8(0x3c0, 0x00, atc[i-0x10]); in setATC() 257 ioSet8(0x3c0, 0x00, 0x16 | atcIndexReg); in setATC() 258 ioSet8(0x3c0, 0x00, atc16); in setATC() [all …]
|
H A D | bits.h | 13 __inline void ioSet8(short port, char mask, char val);
|
H A D | bits.c | 39 __inline void ioSet8(short port, char mask, char val) in ioSet8() function
|
H A D | driver.c | 331 ioSet8(0x3d8, 0x00, 0xa0); /* Set the KEY for color modes */ in et6000GetOnboardMemorySize() 332 ioSet8(0x3b8, 0x00, 0xa0); /* Set the KEY for monochrome modes */ in et6000GetOnboardMemorySize() 361 ioSet8(pciConfigSpace+0x40, 0x00, pci40); /* Restore */ in et6000GetOnboardMemorySize()
|