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

/haiku-fatelf/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-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp267 msr = ReadReg8(MSR);
294 //msr = ReadReg8(MSR);
300 msr = ReadReg8(MSR);
333 return (ReadReg8(LSR) & (LSR_THRE | LSR_TSRE)) == (LSR_THRE | LSR_TSRE);
374 msr = ReadReg8(MSR);
391 msr = ReadReg8(MSR);
411 msr = ReadReg8(MSR);
431 return (ReadReg8(LSR) & (LSR_THRE | LSR_TSRE)) == (LSR_THRE | LSR_TSRE);
471 while (((iir = ReadReg8(IIR)) & IIR_PENDING) == 0) { // 0 means yes
475 // for (int count = 0; ReadReg8(LS
1159 SerialDevice::ReadReg8(int reg) function in class:SerialDevice
[all...]
H A DSerialDevice.h107 uint8 ReadReg8(int reg);
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Duhci.h206 inline uint8 ReadReg8(uint32 reg);
H A Duhci.cpp1674 uint8 sofValue = ReadReg8(UHCI_SOFMOD);
2416 UHCI::ReadReg8(uint32 reg) function in class:UHCI

Completed in 169 milliseconds