Lines Matching refs:StartAddress

2389   Copy data from MMIO region specified by starting address StartAddress 
2393 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2397 @param StartAddress Starting address for the MMIO region to be copied from.
2407 IN UINTN StartAddress,
2415 Copy data from MMIO region specified by starting address StartAddress
2419 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
2421 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2427 @param StartAddress Starting address for the MMIO region to be copied from.
2437 IN UINTN StartAddress,
2445 Copy data from MMIO region specified by starting address StartAddress
2449 If StartAddress is not aligned on a 32-bit boundary, then ASSERT().
2451 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2457 @param StartAddress Starting address for the MMIO region to be copied from.
2467 IN UINTN StartAddress,
2475 Copy data from MMIO region specified by starting address StartAddress
2479 If StartAddress is not aligned on a 64-bit boundary, then ASSERT().
2481 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2487 @param StartAddress Starting address for the MMIO region to be copied from.
2497 IN UINTN StartAddress,
2506 by starting address StartAddress by using 8-bit access. The total number
2509 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2513 @param StartAddress Starting address for the MMIO region to be copied to.
2523 IN UINTN StartAddress,
2532 by starting address StartAddress by using 16-bit access. The total number
2535 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
2537 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2544 @param StartAddress Starting address for the MMIO region to be copied to.
2554 IN UINTN StartAddress,
2563 by starting address StartAddress by using 32-bit access. The total number
2566 If StartAddress is not aligned on a 32-bit boundary, then ASSERT().
2568 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2575 @param StartAddress Starting address for the MMIO region to be copied to.
2585 IN UINTN StartAddress,
2594 by starting address StartAddress by using 64-bit access. The total number
2597 If StartAddress is not aligned on a 64-bit boundary, then ASSERT().
2599 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2606 @param StartAddress Starting address for the MMIO region to be copied to.
2616 IN UINTN StartAddress,