ahc_dev_softc_t
ahc_dev_softc_t list_pci;
ahc_dev_softc_t pci;
static __inline uint32_t ahc_pci_read_config(ahc_dev_softc_t, int, int);
static __inline void ahc_pci_write_config(ahc_dev_softc_t, int, uint32_t,
static __inline int ahc_get_pci_function(ahc_dev_softc_t);
static __inline int ahc_get_pci_slot(ahc_dev_softc_t);
static __inline int ahc_get_pci_bus(ahc_dev_softc_t);
ahc_pci_read_config(ahc_dev_softc_t pci, int reg, int width)
ahc_pci_write_config(ahc_dev_softc_t pci, int reg, uint32_t value, int width)
ahc_get_pci_function(ahc_dev_softc_t pci)
ahc_get_pci_slot(ahc_dev_softc_t pci)
ahc_get_pci_bus(ahc_dev_softc_t pci)
ahc_dev_softc_t dev_softc;