Searched refs:SYSTEM_CONTROL_REG (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/s3/
H A Dvirge.h23 #define SYSTEM_CONTROL_REG 0x83DA macro
71 while ((ReadReg8(SYSTEM_CONTROL_REG) & 0x08) == 0x08 && i--) ;
73 while ((ReadReg8(SYSTEM_CONTROL_REG) & 0x08) == 0x00 && i--) ;
H A Dsavage.h22 #define SYSTEM_CONTROL_REG 0x83DA macro
101 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) {};

Completed in 42 milliseconds