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

/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Dbits.h13 __inline void ioSet8(short port, char mask, char val);
H A Dsetmode.c186 ioSet8(pciConfigSpace+0x40, 0xf0, 0x0b);
206 ioSet8(pciConfigSpace+i, 0x00, pci415e[i-0x41]);
211 ioSet8(pciConfigSpace+0x58, 0xfd, 0x00); /* 16bpp is 5:5:5 */
213 ioSet8(pciConfigSpace+0x58, 0xfd, 0x02); /* 16bpp is 5:6:5 */
227 ioSet8(0x3c2, 0x00, (ioGet8(0x3cc) & 0x3f) | MiscOutputReg);
230 ioSet8(0x3c2, 0x00, (ioGet8(0x3cc) & 0xfc) | 0x03);
244 ioSet8(0x3c0, 0x00, i | atcIndexReg);
245 ioSet8(0x3c0, 0x00, atc[i-0x10]);
257 ioSet8(0x3c0, 0x00, 0x16 | atcIndexReg);
258 ioSet8(
[all...]
H A Dbits.c39 __inline void ioSet8(short port, char mask, char val) function
H A Ddriver.c331 ioSet8(0x3d8, 0x00, 0xa0); /* Set the KEY for color modes */
332 ioSet8(0x3b8, 0x00, 0xa0); /* Set the KEY for monochrome modes */
361 ioSet8(pciConfigSpace+0x40, 0x00, pci40); /* Restore */

Completed in 29 milliseconds