OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RomBarIndex
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c
30
IN UINT8
RomBarIndex
,
49
UINT8
RomBarIndex
;
71
RomBarIndex
= PCI_EXPANSION_ROM_BASE;
81
RomBarIndex
= PCI_BRIDGE_ROMBAR;
87
Address = EFI_PCI_ADDRESS (Bus, Device, Function,
RomBarIndex
);
146
UINT8
RomBarIndex
;
170
// Get the
RomBarIndex
176
RomBarIndex
= PCI_EXPANSION_ROM_BASE;
185
RomBarIndex
= PCI_BRIDGE_ROMBAR;
206
RomDecode (PciDevice,
RomBarIndex
, RomBar, TRUE);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c
239
UINT8
RomBarIndex
;
261
RomBarIndex
= PCI_EXPANSION_ROM_BASE;
267
RomBarIndex
= PCI_BRIDGE_ROMBAR;
273
Address = EFI_PCI_ADDRESS (Bus, Device, Function,
RomBarIndex
);
385
UINT8
RomBarIndex
;
409
// Get the
RomBarIndex
415
RomBarIndex
= PCI_EXPANSION_ROM_BASE;
424
RomBarIndex
= PCI_BRIDGE_ROMBAR;
445
RomDecode (PciDevice,
RomBarIndex
, RomBar, TRUE);
519
RomDecode (PciDevice,
RomBarIndex
, RomBar, FALSE);
[
all
...]
PciOptionRomSupport.h
114
@param
RomBarIndex
The BAR index of the standard PCI Configuration header to use as the
123
IN UINT8
RomBarIndex
,
Completed in 64 milliseconds