Home
last modified time | relevance | path

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

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