Home | History | Annotate | Download | only in PciHostBridgeDxe

Lines Matching refs:DestAddress

257    @param[in] DestAddress The destination address of the memory operation. The caller is

258 responsible for aligning the DestAddress if required.
262 Width size * Count, starting at DestAddress and SrcAddress.
274 IN UINT64 DestAddress,
1570 @param[in] DestAddress The destination address of the memory operation. The caller is
1571 responsible for aligning the DestAddress if required.
1575 Width size * Count, starting at DestAddress and SrcAddress.
1587 IN UINT64 DestAddress,
1602 if (DestAddress == SrcAddress) {
1609 if ((DestAddress > SrcAddress) && (DestAddress < (SrcAddress + Count * Stride))) {
1612 DestAddress = DestAddress + (Count-1) * Stride;
1629 DestAddress,
1638 DestAddress += Stride;
1641 DestAddress -= Stride;