ReactOS 0.4.15-dev-7842-g558ab78
_PCIPBUSDATA Struct Reference

#include <bus.h>

Collaboration diagram for _PCIPBUSDATA:

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]
 

Detailed Description

Definition at line 93 of file bus.h.

Member Data Documentation

◆ Address

PULONG _PCIPBUSDATA::Address

Definition at line 100 of file bus.h.

◆ Base

ULONG _PCIPBUSDATA::Base

Definition at line 107 of file bus.h.

◆ BridgeConfigRead

BOOLEAN _PCIPBUSDATA::BridgeConfigRead

Definition at line 112 of file bus.h.

◆ CommonData

PCIBUSDATA _PCIPBUSDATA::CommonData

Definition at line 95 of file bus.h.

Referenced by HalpAllocateAndInitPciBusHandler().

◆ 

◆ ConfiguredBits

ULONG _PCIPBUSDATA::ConfiguredBits[PCI_MAX_DEVICES *PCI_MAX_FUNCTION/32]

Definition at line 118 of file bus.h.

Referenced by HalpAllocateAndInitPciBusHandler().

◆ CSE

PUCHAR _PCIPBUSDATA::CSE

Definition at line 105 of file bus.h.

◆ Data

ULONG _PCIPBUSDATA::Data

Definition at line 101 of file bus.h.

◆ DeviceConfigured

RTL_BITMAP _PCIPBUSDATA::DeviceConfigured

Definition at line 117 of file bus.h.

Referenced by HalpAllocateAndInitPciBusHandler().

◆ Forward

PUCHAR _PCIPBUSDATA::Forward

Definition at line 106 of file bus.h.

◆ GetIrqRange

PciIrqRange _PCIPBUSDATA::GetIrqRange

Definition at line 111 of file bus.h.

Referenced by HalpAdjustPCIResourceList(), and HalpAllocateAndInitPciBusHandler().

◆ MaxDevice

ULONG _PCIPBUSDATA::MaxDevice

◆ ParentBus

UCHAR _PCIPBUSDATA::ParentBus

Definition at line 113 of file bus.h.

◆ reserved

UCHAR _PCIPBUSDATA::reserved[1]

Definition at line 115 of file bus.h.

◆ Subtractive

UCHAR _PCIPBUSDATA::Subtractive

Definition at line 114 of file bus.h.

◆ SwizzleIn

UCHAR _PCIPBUSDATA::SwizzleIn[4]

Definition at line 116 of file bus.h.

◆ 

struct { ... } _PCIPBUSDATA::Type1

◆ 


The documentation for this struct was generated from the following file: