Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
DSiI3132AtaPassThru.c57 EFI_PHYSICAL_ADDRESS PhysInDataBuffer; in SiI3132AtaPassThruCommand() local
108 Packet->InDataBuffer, &InDataBufferLength, &PhysInDataBuffer, &PciAllocMapping in SiI3132AtaPassThruCommand()
115 SataPort->HostPRB->Sge[0].DataAddressLow = (UINT32)PhysInDataBuffer; in SiI3132AtaPassThruCommand()
116 SataPort->HostPRB->Sge[0].DataAddressHigh = (UINT32)(PhysInDataBuffer >> 32); in SiI3132AtaPassThruCommand()