Searched refs:ahd_dev_softc_t (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic79xx_osm.h98 typedef pcireg_t ahd_dev_softc_t; typedef
468 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)
485 ahd_pci_write_config(ahd_dev_softc_t pci, int reg, uint32_t value, int width)
491 ahd_get_pci_function(ahd_dev_softc_t pci)
497 ahd_get_pci_slot(ahd_dev_softc_t pc
[all...]

Completed in 69 milliseconds