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

Public Attributes | |
| union { | |
| struct { | |
| ULONG RegisterNumber:8 | |
| ULONG FunctionNumber:3 | |
| ULONG DeviceNumber:5 | |
| ULONG BusNumber:8 | |
| ULONG Reserved:7 | |
| ULONG Enable:1 | |
| } bits | |
| ULONG AsULONG | |
| } | u |
| union { | |
| struct { | |
| ULONG Reserved1:2 | |
| ULONG RegisterNumber:6 | |
| ULONG FunctionNumber:3 | |
| ULONG DeviceNumber:5 | |
| ULONG BusNumber:8 | |
| ULONG Reserved2:7 | |
| ULONG Enable:1 | |
| } bits | |
| ULONG AsULONG | |
| } | u |
Definition at line 48 of file hardware.h.
| ULONG _PCI_TYPE1_CFG_BITS::AsULONG |
Definition at line 62 of file hardware.h.
Referenced by HalpPCIReleaseSynchronzationType1(), HalpPhase0GetPciDataByOffset(), HalpPhase0SetPciDataByOffset(), MachInit(), XboxInitializePCI(), and XboxMemInit().
| struct { ... } _PCI_TYPE1_CFG_BITS::bits |
Referenced by HalpPhase0GetPciDataByOffset(), HalpPhase0SetPciDataByOffset(), MachInit(), XboxInitializePCI(), and XboxMemInit().
| struct { ... } _PCI_TYPE1_CFG_BITS::bits |
| ULONG _PCI_TYPE1_CFG_BITS::BusNumber |
Definition at line 57 of file hardware.h.
| ULONG _PCI_TYPE1_CFG_BITS::DeviceNumber |
Definition at line 56 of file hardware.h.
| ULONG _PCI_TYPE1_CFG_BITS::Enable |
Definition at line 59 of file hardware.h.
| ULONG _PCI_TYPE1_CFG_BITS::FunctionNumber |
Definition at line 55 of file hardware.h.
| ULONG _PCI_TYPE1_CFG_BITS::RegisterNumber |
Definition at line 54 of file hardware.h.
| ULONG _PCI_TYPE1_CFG_BITS::Reserved |
Definition at line 58 of file hardware.h.
| union { ... } _PCI_TYPE1_CFG_BITS::u |
| union { ... } _PCI_TYPE1_CFG_BITS::u |