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

/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Dbits.h14 __inline char ioGet8(short port);
H A Dbits.c73 __inline char ioGet8(short port) function
H A Ddriver.c334 switch (ioGet8(0x3C2) & 0x03) {
336 memSize = 1024*1024 * ((ioGet8(pciConfigSpace + 0x45) & 0x03) + 1);
340 ((ioGet8(pciConfigSpace + 0x47) & 0x07) + 1) * 8 * 32*1024;
341 if (ioGet8(pciConfigSpace + 0x45) & 0x04) /* If 2 channels */
353 uint8 pci40 = ioGet8(pciConfigSpace+0x40);
H A Dsetmode.c227 ioSet8(0x3c2, 0x00, (ioGet8(0x3cc) & 0x3f) | MiscOutputReg);
230 ioSet8(0x3c2, 0x00, (ioGet8(0x3cc) & 0xfc) | 0x03);
239 f = ioGet8(0x3da); /* Set index/data flip-flop to index mode */
240 atcIndexReg = ioGet8(0x3c0) & 0xe0; /* Save bits[7:5] */
243 f = ioGet8(0x3da); /* Set index/data flip-flop to index mode */
256 f = ioGet8(0x3da); /* Set index/data flip-flop to index mode */
284 ioSet8(0x3c2, 0x00, (ioGet8(0x3cc) & 0xf3) | ((regNum & 0x03) << 2));

Completed in 24 milliseconds