ahd_dev_softc_t
static __inline uint32_t ahd_pci_read_config(ahd_dev_softc_t, int, int);
static __inline void ahd_pci_write_config(ahd_dev_softc_t, int,
static __inline int ahd_get_pci_function(ahd_dev_softc_t);
static __inline int ahd_get_pci_slot(ahd_dev_softc_t);
static __inline int ahd_get_pci_bus(ahd_dev_softc_t);
ahd_pci_read_config(ahd_dev_softc_t pci, int reg, int width)
ahd_pci_write_config(ahd_dev_softc_t pci, int reg, uint32_t value, int width)
ahd_get_pci_function(ahd_dev_softc_t pci)
ahd_get_pci_slot(ahd_dev_softc_t pci)
ahd_get_pci_bus(ahd_dev_softc_t pci)