Searched refs:ahc_dev_softc_t (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | aic7xxx_osm.h | 97 typedef pcireg_t ahc_dev_softc_t; typedef 448 static __inline uint32_t ahc_pci_read_config(ahc_dev_softc_t, int, int); 449 static __inline void ahc_pci_write_config(ahc_dev_softc_t, int, uint32_t, 451 static __inline int ahc_get_pci_function(ahc_dev_softc_t); 452 static __inline int ahc_get_pci_slot(ahc_dev_softc_t); 453 static __inline int ahc_get_pci_bus(ahc_dev_softc_t); 459 ahc_pci_read_config(ahc_dev_softc_t pci, int reg, int width) in ahc_pci_read_config() 465 ahc_pci_write_config(ahc_dev_softc_t pci, int reg, uint32_t value, int width) in ahc_pci_write_config() 471 ahc_get_pci_function(ahc_dev_softc_t pci) in ahc_get_pci_function() 477 ahc_get_pci_slot(ahc_dev_softc_t pci) in ahc_get_pci_slot() [all …]
|
H A D | aic7xxx.c | 3836 ahc_dev_softc_t list_pci; in ahc_softc_insert() 3837 ahc_dev_softc_t pci; in ahc_softc_insert()
|