Searched defs:SEQ_DATA_REGISTER (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430I2c.c19 #define SEQ_DATA_REGISTER 0x3c5 macro
98 return (UINT8) ((I2cInb (PciIo, SEQ_DATA_REGISTER) >> Bit ) & 0xfe);
119 Byte = (UINT8) (I2cInb (PciIo, SEQ_DATA_REGISTER) & (UINT8) ~(1 << Bit)) ;
121 I2cOutb (PciIo, SEQ_DATA_REGISTER, (UINT8) (Byte | 0x40));
H A DCirrusLogic5430.h151 #define SEQ_DATA_REGISTER 0x3c5 macro
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaI2c.c47 #define SEQ_DATA_REGISTER 0x3c5 macro
126 return (UINT8) ((I2cInb (PciIo, SEQ_DATA_REGISTER) >> Bit ) & 0xfe);
147 Byte = (UINT8) (I2cInb (PciIo, SEQ_DATA_REGISTER) & (UINT8) ~(1 << Bit)) ;
149 I2cOutb (PciIo, SEQ_DATA_REGISTER, (UINT8) (Byte | 0x40));
H A DVBoxVga.h162 #define SEQ_DATA_REGISTER 0x3c5 macro
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DQemu.h143 #define SEQ_DATA_REGISTER 0x3c5 macro

Completed in 36 milliseconds