Home
last modified time | relevance | path

Searched refs:EFI_I2C_OPERATION (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiI2c.h283 } EFI_I2C_OPERATION; typedef
304 EFI_I2C_OPERATION Operation [1];
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
DI2cHost.c1016 RequestPacketSize = sizeof (UINTN) + RequestPacket->OperationCount * sizeof (EFI_I2C_OPERATION); in I2cHostQueueRequest()