Lines Matching defs:pci
58 #include <dev/pci/pcireg.h>
59 #include <dev/pci/pcivar.h>
459 ahc_pci_read_config(ahc_dev_softc_t pci, int reg, int width)
461 return (pci_read_config(pci, reg, width));
465 ahc_pci_write_config(ahc_dev_softc_t pci, int reg, uint32_t value, int width)
467 pci_write_config(pci, reg, value, width);
471 ahc_get_pci_function(ahc_dev_softc_t pci)
473 return (pci_get_function(pci));
477 ahc_get_pci_slot(ahc_dev_softc_t pci)
479 return (pci_get_slot(pci));
483 ahc_get_pci_bus(ahc_dev_softc_t pci)
485 return (pci_get_bus(pci));