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

Public Attributes | |
| struct { | |
| ULONG InUse:2 | |
| ULONG RegisterNumber:6 | |
| ULONG FunctionNumber:3 | |
| ULONG DeviceNumber:5 | |
| ULONG BusNumber:8 | |
| ULONG Reserved2:8 | |
| }; | |
| ULONG | AsULONG |
| struct { | |
| ULONG InUse:2 | |
| ULONG RegisterNumber:6 | |
| ULONG FunctionNumber:3 | |
| ULONG DeviceNumber:5 | |
| ULONG BusNumber:8 | |
| ULONG Reserved2:8 | |
| }; | |
| struct { ... } _PCI_TYPE1_CFG_CYCLE_BITS::@1617 |
| struct { ... } _PCI_TYPE1_CFG_CYCLE_BITS::@747 |
| ULONG _PCI_TYPE1_CFG_CYCLE_BITS::BusNumber |
Definition at line 119 of file pci.h.
Referenced by HalpRegisterPciDebuggingDeviceInfo(), HalpSetupPciDeviceForDebugging(), and PciLocateKdDevices().
| ULONG _PCI_TYPE1_CFG_CYCLE_BITS::DeviceNumber |
Definition at line 118 of file pci.h.
Referenced by HalpRegisterPciDebuggingDeviceInfo(), HalpSetupPciDeviceForDebugging(), and PciLocateKdDevices().
| ULONG _PCI_TYPE1_CFG_CYCLE_BITS::FunctionNumber |
Definition at line 117 of file pci.h.
Referenced by HalpRegisterPciDebuggingDeviceInfo(), HalpSetupPciDeviceForDebugging(), PciIsDebuggingDevice(), and PciLocateKdDevices().
| ULONG _PCI_TYPE1_CFG_CYCLE_BITS::InUse |
Definition at line 115 of file pci.h.
Referenced by HalpSetupPciDeviceForDebugging(), and PciLocateKdDevices().