ReactOS 0.4.16-dev-319-g6cf4263
|
#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 37 of file hardware.h.
ULONG _PCI_TYPE1_CFG_BITS::AsULONG |
Definition at line 51 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 46 of file hardware.h.
ULONG _PCI_TYPE1_CFG_BITS::DeviceNumber |
Definition at line 45 of file hardware.h.
ULONG _PCI_TYPE1_CFG_BITS::Enable |
Definition at line 48 of file hardware.h.
ULONG _PCI_TYPE1_CFG_BITS::FunctionNumber |
Definition at line 44 of file hardware.h.
ULONG _PCI_TYPE1_CFG_BITS::RegisterNumber |
Definition at line 43 of file hardware.h.
ULONG _PCI_TYPE1_CFG_BITS::Reserved |
Definition at line 47 of file hardware.h.
union { ... } _PCI_TYPE1_CFG_BITS::u |
union { ... } _PCI_TYPE1_CFG_BITS::u |