Searched refs:ReadReg8 (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/accelerants/s3/
H A Dvirge.h71 while ((ReadReg8(SYSTEM_CONTROL_REG) & 0x08) == 0x08 && i--) ;
73 while ((ReadReg8(SYSTEM_CONTROL_REG) & 0x08) == 0x00 && i--) ;
H A Dsavage.h101 while ((ReadReg8(SYSTEM_CONTROL_REG) & 0x08) == 0x08 && i--) ;
103 while ((ReadReg8(SYSTEM_CONTROL_REG) & 0x08) == 0x00 && i--) ;
H A Dsavage_cursor.cpp26 while (ReadReg8(SYSTEM_CONTROL_REG) & 0x01) {};
27 while ( ! ReadReg8(SYSTEM_CONTROL_REG) & 0x01) {};
H A Dvirge_edid.cpp56 uint8 reg = ReadReg8(DDC_REG);
113 uint8 tmp = ReadReg8(DDC_REG);
H A Dregister_io.h37 uint8 ReadReg8(uint32 addr);
H A Dregister_io.cpp62 uint8 ReadReg8(uint32 addr) function
H A Dsavage_init.cpp157 WriteReg8(VGA_ENABLE + 0x8000, ReadReg8(VGA_ENABLE + 0x8000) | 0x01);
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp78 msr = ReadReg8(MSR);
80 msr = ReadReg8(MSR);
280 msr = ReadReg8(MSR);
308 //msr = ReadReg8(MSR);
314 msr = ReadReg8(MSR);
350 return (ReadReg8(LSR) & (LSR_THRE | LSR_TSRE)) == (LSR_THRE | LSR_TSRE);
391 fCachedIIR = ReadReg8(IIR);
429 // for (int count = 0; ReadReg8(LSR) & LSR_DR; count++)
430 // gTTYModule->ttyin(&fTTY, &fRover, ReadReg8(RBR));
477 for (i = 0; i < bytesLeft && (ReadReg8(LS
1062 SerialDevice::ReadReg8(int reg) function in class:SerialDevice
[all...]
H A DSerialDevice.h96 uint8 ReadReg8(int reg);
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIController.cpp19 ReadReg8(addr_t adr) function
190 case 1: value = ReadReg8(address); break;
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp18 ReadReg8(addr_t adr) function
337 case 1: value = ReadReg8(address); break;
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h205 inline uint8 ReadReg8(uint32 reg);
H A Duhci.cpp1837 uint8 sofValue = ReadReg8(UHCI_SOFMOD);
2504 UHCI::ReadReg8(uint32 reg) function in class:UHCI

Completed in 72 milliseconds