Searched refs:ahd_dev_softc_t (Results 1 – 1 of 1) sorted by relevance
98 typedef pcireg_t ahd_dev_softc_t; typedef468 static __inline uint32_t ahd_pci_read_config(ahd_dev_softc_t, int, int);469 static __inline void ahd_pci_write_config(ahd_dev_softc_t, int,471 static __inline int ahd_get_pci_function(ahd_dev_softc_t);472 static __inline int ahd_get_pci_slot(ahd_dev_softc_t);473 static __inline int ahd_get_pci_bus(ahd_dev_softc_t);479 ahd_pci_read_config(ahd_dev_softc_t pci, int reg, int width) in ahd_pci_read_config()485 ahd_pci_write_config(ahd_dev_softc_t pci, int reg, uint32_t value, int width) in ahd_pci_write_config()491 ahd_get_pci_function(ahd_dev_softc_t pci) in ahd_get_pci_function()497 ahd_get_pci_slot(ahd_dev_softc_t pci) in ahd_get_pci_slot()[all …]