OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportedModes
(Results
1 - 11
of
11
) sorted by null
/device/linaro/bootloader/edk2/DuetPkg/SataControllerDxe/
SataController.c
897
algorithms to arrive at
SupportedModes
. The IDE controller may base its
904
are satisfied. For example, the
SupportedModes
information for device A that
908
The buffer
SupportedModes
is allocated by the callee because the caller does
923
@param[out]
SupportedModes
The optimum modes for the device.
925
@retval EFI_SUCCESS
SupportedModes
was returned.
928
@retval EFI_INVALID_PARAMETER
SupportedModes
is NULL.
[
all
...]
SataController.h
375
algorithms to arrive at
SupportedModes
. The IDE controller may base its
382
are satisfied. For example, the
SupportedModes
information for device A that
386
The buffer
SupportedModes
is allocated by the callee because the caller does
401
@param[out]
SupportedModes
The optimum modes for the device.
403
@retval EFI_SUCCESS
SupportedModes
was returned.
406
@retval EFI_INVALID_PARAMETER
SupportedModes
is NULL.
421
OUT EFI_ATA_COLLECTIVE_MODE **
SupportedModes
/device/linaro/bootloader/edk2/OvmfPkg/SataControllerDxe/
SataController.c
933
algorithms to arrive at
SupportedModes
. The IDE controller may base its
940
are satisfied. For example, the
SupportedModes
information for device A that
944
The buffer
SupportedModes
is allocated by the callee because the caller does
[
all
...]
SataController.h
380
algorithms to arrive at
SupportedModes
. The IDE controller may base its
387
are satisfied. For example, the
SupportedModes
information for device A that
391
The buffer
SupportedModes
is allocated by the callee because the caller does
406
@param[out]
SupportedModes
The optimum modes for the device.
408
@retval EFI_SUCCESS
SupportedModes
was returned.
411
@retval EFI_INVALID_PARAMETER
SupportedModes
is NULL.
426
OUT EFI_ATA_COLLECTIVE_MODE **
SupportedModes
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
IdeController.c
525
algorithms to arrive at
SupportedModes
. The IDE controller may base its
532
are satisfied. For example, the
SupportedModes
information for device A that
536
The buffer
SupportedModes
is allocated by the callee because the caller does
551
@param[out]
SupportedModes
The optimum modes for the device.
553
@retval EFI_SUCCESS
SupportedModes
was returned.
556
@retval EFI_INVALID_PARAMETER
SupportedModes
is NULL.
571
OUT EFI_ATA_COLLECTIVE_MODE **
SupportedModes
578
*
SupportedModes
= AllocateCopyPool (sizeof (EFI_ATA_COLLECTIVE_MODE), &gEfiAtaCollectiveModeTemplate);
579
if (*
SupportedModes
== NULL) {
IdeController.h
311
algorithms to arrive at
SupportedModes
. The IDE controller may base its
318
are satisfied. For example, the
SupportedModes
information for device A that
322
The buffer
SupportedModes
is allocated by the callee because the caller does
337
@param[out]
SupportedModes
The optimum modes for the device.
339
@retval EFI_SUCCESS
SupportedModes
was returned.
342
@retval EFI_INVALID_PARAMETER
SupportedModes
is NULL.
357
OUT EFI_ATA_COLLECTIVE_MODE **
SupportedModes
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeBus.c
325
EFI_ATA_COLLECTIVE_MODE *
SupportedModes
;
328
SupportedModes
= NULL;
735
&
SupportedModes
748
if (
SupportedModes
->PioMode.Mode <= AtaPioMode2) {
754
TransferMode.ModeNumber = (UINT8) (
SupportedModes
->PioMode.Mode);
756
if (
SupportedModes
->ExtModeCount == 0){
773
if (
SupportedModes
->UdmaMode.Valid) {
776
TransferMode.ModeNumber = (UINT8) (
SupportedModes
->UdmaMode.Mode);
789
IdeBlkIoDevicePtr->UdmaMode.Mode =
SupportedModes
->UdmaMode.Mode;
791
} else if (
SupportedModes
->MultiWordDmaMode.Valid) {
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IdeControllerInit.h
427
algorithms to arrive at
SupportedModes
. The IDE controller may base its
434
are satisfied. For example, the
SupportedModes
information for device A that
438
The buffer
SupportedModes
is allocated by the callee because the caller does
453
@param[out]
SupportedModes
The optimum modes for the device.
455
@retval EFI_SUCCESS
SupportedModes
was returned.
458
@retval EFI_INVALID_PARAMETER
SupportedModes
is NULL.
473
OUT EFI_ATA_COLLECTIVE_MODE **
SupportedModes
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.c
[
all
...]
AhciMode.c
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/
IdeControllerInit.h
319
OUT EFI_ATA_COLLECTIVE_MODE **
SupportedModes
Completed in 553 milliseconds