OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Support64BitDma
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHcDxe.c
530
BOOLEAN
Support64BitDma
;
596
Support64BitDma
= TRUE;
609
Support64BitDma
&= Private->Capability[Slot].SysBus64;
673
if (
Support64BitDma
) {
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHcDxe.c
588
BOOLEAN
Support64BitDma
;
664
Support64BitDma
= TRUE;
673
Support64BitDma
&= Private->Capability[Slot].SysBus64;
723
if (
Support64BitDma
) {
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
Ehci.h
177
BOOLEAN
Support64BitDma
; // Whether 64 bit DMA may be used with this device
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHcDxe.c
530
BOOLEAN
Support64BitDma
;
604
Support64BitDma
= TRUE;
614
Support64BitDma
&= Private->Capability[Slot].SysBus64;
674
if (
Support64BitDma
) {
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h
265
BOOLEAN
Support64BitDma
; // Whether 64 bit DMA may be used with this device
Completed in 152 milliseconds