Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

confadd Struct Reference

A structure to write to the PCI configuration register. It represents a location on the PCI bus. More...

#include <pci.h>


Data Fields

uint8_t reg:8
uint8_t func:3
uint8_t dev:5
uint8_t bus:8
uint8_t rsvd:7
uint8_t enable:1


Detailed Description

A structure to write to the PCI configuration register. It represents a location on the PCI bus.

Definition at line 20 of file pci.h.


Field Documentation

uint8_t confadd::bus
 

Definition at line 25 of file pci.h.

uint8_t confadd::dev
 

Definition at line 24 of file pci.h.

uint8_t confadd::enable
 

Definition at line 27 of file pci.h.

uint8_t confadd::func
 

Definition at line 23 of file pci.h.

uint8_t confadd::reg
 

Definition at line 22 of file pci.h.

uint8_t confadd::rsvd
 

Definition at line 26 of file pci.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 20 15:32:21 2004 for Minirighi by doxygen1.2.18