Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
DSiI3132AtaPassThru.c59 EFI_PHYSICAL_ADDRESS PhysOutDataBuffer; in SiI3132AtaPassThruCommand() local
143 Packet->OutDataBuffer, &OutDataBufferLength, &PhysOutDataBuffer, &PciAllocMapping in SiI3132AtaPassThruCommand()
150 SataPort->HostPRB->Sge[0].DataAddressLow = (UINT32)PhysOutDataBuffer; in SiI3132AtaPassThruCommand()
151 SataPort->HostPRB->Sge[0].DataAddressHigh = (UINT32)(PhysOutDataBuffer >> 32); in SiI3132AtaPassThruCommand()