|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <bus.h>

Public Attributes | |
| PCIBUSDATA | CommonData |
| union { | |
| struct { | |
| PULONG Address | |
| ULONG Data | |
| } Type1 | |
| struct { | |
| PUCHAR CSE | |
| PUCHAR Forward | |
| ULONG Base | |
| } Type2 | |
| } | Config |
| ULONG | MaxDevice |
| PciIrqRange | GetIrqRange |
| BOOLEAN | BridgeConfigRead |
| UCHAR | ParentBus |
| UCHAR | Subtractive |
| UCHAR | reserved [1] |
| UCHAR | SwizzleIn [4] |
| RTL_BITMAP | DeviceConfigured |
| ULONG | ConfiguredBits [PCI_MAX_DEVICES *PCI_MAX_FUNCTION/32] |
| PCIBUSDATA _PCIPBUSDATA::CommonData |
Definition at line 95 of file bus.h.
Referenced by HalpAllocateAndInitPciBusHandler().
| union { ... } _PCIPBUSDATA::Config |
| ULONG _PCIPBUSDATA::ConfiguredBits[PCI_MAX_DEVICES *PCI_MAX_FUNCTION/32] |
Definition at line 118 of file bus.h.
Referenced by HalpAllocateAndInitPciBusHandler().
| RTL_BITMAP _PCIPBUSDATA::DeviceConfigured |
Definition at line 117 of file bus.h.
Referenced by HalpAllocateAndInitPciBusHandler().
| PciIrqRange _PCIPBUSDATA::GetIrqRange |
Definition at line 111 of file bus.h.
Referenced by HalpAdjustPCIResourceList(), and HalpAllocateAndInitPciBusHandler().
| ULONG _PCIPBUSDATA::MaxDevice |
Definition at line 110 of file bus.h.
Referenced by HalpAllocateAndInitPciBusHandler(), HalpInitializePciStubs(), and HalpValidPCISlot().
| struct { ... } _PCIPBUSDATA::Type1 |
Referenced by HalpAllocateAndInitPciBusHandler(), and HalpInitializePciStubs().
| struct { ... } _PCIPBUSDATA::Type2 |