OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mmio
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
QNCSmmHelpers.c
340
CopyMem (&Register, BitDesc->Reg.Data.
Mmio
, BitDesc->SizeInBytes);
506
CopyMem (&Register, BitDesc->Reg.Data.
Mmio
, BitDesc->SizeInBytes);
509
CopyMem (BitDesc->Reg.Data.
Mmio
, &Register, BitDesc->SizeInBytes);
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmResourceDescriptor.h
90
STM Resource
MMIO
Descriptor
218
STM_RSC_MMIO_DESC
Mmio
;
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmm.h
121
MEMORY_MAPPED_IO_ADDRESS
Mmio
;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciHostBridge.c
167
Ensure the compatibility of a memory space descriptor with the
MMIO
aperture.
185
such a type), then an attempt is made to add the intersection as
MMIO
space
190
Otherwise, the memory space descriptor is incompatible with the
MMIO
252
Add
MMIO
space to GCD.
256
@param Base Base address of the
MMIO
space.
257
@param Length Length of the
MMIO
space.
258
@param Capabilities Capabilities of the
MMIO
space.
260
@retval EFI_SUCCES The
MMIO
space was added successfully.
432
DEBUG ((DEBUG_WARN, "PciHostBridge driver failed to set EFI_MEMORY_UC to
MMIO
aperture - %r.\n", Status));
593
Allocate Length of
MMIO
or IO resource with alignment BitsOfAlignment
[
all
...]
Completed in 148 milliseconds