HomeSort by relevance Sort by last modified time
    Searched refs:Acq (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
acpi_func.h 57 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) \
58 ((Acq) = acpi_acquire_global_lock(GLptr))
59 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Acq) \
60 ((Acq) = acpi_release_global_lock(GLptr))
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.c 340 @param Acq The buffer used to store admin completion queue base address register content.
349 IN NVME_ACQ *Acq
371 WriteUnaligned64 ((UINT64*)Acq, Data);
379 @param Acq The buffer used to store the content to be written into admin completion queue base address register.
388 IN NVME_ACQ *Acq
396 Data = ReadUnaligned64 ((UINT64*)Acq);
411 DEBUG ((EFI_D_INFO, "Acq: %lxh\n", *Acq));
787 NVME_ACQ Acq;
869 Acq = (UINT64)(UINTN)(Private->BufferPciAddr + EFI_PAGE_SIZE) & ~0xFFF;
    [all...]

Completed in 207 milliseconds