Searched refs:I2cSendByte (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430I2c.c145 I2cSendByte ( function
310 I2cSendByte (PciIo, (UINT8) (DeviceAddress & 0xfe));
322 I2cSendByte (PciIo, RegisterAddress);
334 I2cSendByte (PciIo, (UINT8) (DeviceAddress | 0x01));
391 I2cSendByte (PciIo, (UINT8) (DeviceAddress & 0xfe));
403 I2cSendByte (PciIo, RegisterAddress);
415 I2cSendByte (PciIo, *Data);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaI2c.c173 I2cSendByte ( function
338 I2cSendByte (PciIo, (UINT8) (DeviceAddress & 0xfe));
350 I2cSendByte (PciIo, RegisterAddress);
362 I2cSendByte (PciIo, (UINT8) (DeviceAddress | 0x01));
419 I2cSendByte (PciIo, (UINT8) (DeviceAddress & 0xfe));
431 I2cSendByte (PciIo, RegisterAddress);
443 I2cSendByte (PciIo, *Data);

Completed in 1613 milliseconds