OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PciDevPath
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.c
235
EFI_DEVICE_PATH_PROTOCOL *
PciDevPath
;
245
PciDevPath
= NULL;
274
(VOID **) &
PciDevPath
,
416
SetBiosInitBlockIoDevicePath (
PciDevPath
, &BiosBlockIoPrivate->Bios, &BiosBlockIoPrivate->DevicePath);
466
if (
PciDevPath
!= NULL) {
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.c
120
PCI_DEVICE_PATH *
PciDevPath
;
158
PciDevPath
= (PCI_DEVICE_PATH *) TmpDevPath;
162
Dev->DevNum =
PciDevPath
->Device;
163
Dev->FuncNum =
PciDevPath
->Function;
165
AddPciDeviceNode((UINT32)BusNum,
PciDevPath
->Device,
PciDevPath
->Function, Dev);
167
BusNum = PciRead8 (PCI_LIB_ADDRESS (BusNum,
PciDevPath
->Device,
PciDevPath
->Function, NVME_PCIE_SEC_BNUM));
[
all
...]
Completed in 63 milliseconds