|
libhd 5.0
|
#include <pci.h>
Data Fields | |
| struct { | |
| unsigned int zero:2 | |
| unsigned int reg:6 | |
| unsigned int func:3 | |
| unsigned int dev:5 | |
| unsigned int bus:8 | |
| unsigned int reserved:7 | |
| unsigned int enable:1 | |
| } | pci |
| CARD32 | l |
| unsigned int PciSlot::bus |
| unsigned int PciSlot::dev |
| unsigned int PciSlot::enable |
| unsigned int PciSlot::func |
Referenced by EnableCurrent(), findBIOSMap(), findPci(), interpretConfigSpace(), mapPciRom(), pciSlotBX(), pciVideoDisable(), pciVideoRestore(), remapMem(), and restoreMem().
| struct { ... } PciSlot::pci |
| unsigned int PciSlot::reg |
| unsigned int PciSlot::reserved |
| unsigned int PciSlot::zero |