Home
last modified time | relevance | path

Searched refs:PCI_INTERFACE (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dufshci_pci.c60 PCI_INTERFACE(pa->pa_class) == UFSHCI_PCI_INTERFACE) in ufshci_pci_match()
H A Dnvme_pci.c65 PCI_INTERFACE(pa->pa_class) == NVME_PCI_INTERFACE) in nvme_pci_match()
H A Dohci_pci.c81 PCI_INTERFACE(pa->pa_class) == PCI_INTERFACE_OHCI) in ohci_pci_match()
H A Duhci_pci.c76 PCI_INTERFACE(pa->pa_class) == PCI_INTERFACE_UHCI) in uhci_pci_match()
H A Dpciide.c2403 pcireg_t interface = PCI_INTERFACE(pa->pa_class); in default_chip_map()
2557 pcireg_t interface = PCI_INTERFACE(pa->pa_class); in sata_chip_map()
2686 pcireg_t interface = PCI_INTERFACE(pa->pa_class); in piix_chip_map()
2800 pcireg_t interface = PCI_INTERFACE(pa->pa_class); in piixsata_chip_map()
3250 pcireg_t interface = PCI_INTERFACE(pa->pa_class); in amd756_chip_map()
3445 interface = PCI_INTERFACE(pa->pa_class); in apollo_chip_map()
3732 interface = PCI_INTERFACE(pa->pa_class); in cmd_channel_map()
3832 pcireg_t interface = PCI_INTERFACE(pa->pa_class); in cmd_chip_map()
3868 interface = PCI_INTERFACE(pa->pa_class); in cmd0643_9_chip_map()
4113 interface = PCI_INTERFACE(pa->pa_class); in cmd680_channel_map()
[all …]
H A Dsdhc_pci.c150 usedma = PCI_INTERFACE(pa->pa_class) == SDHC_PCI_INTERFACE_DMA; in sdhc_pci_attach()
H A Dpci_subr.c351 interface = PCI_INTERFACE(class_reg); in pci_devinfo()
H A Dxhci_pci.c82 PCI_INTERFACE(pa->pa_class) == PCI_INTERFACE_XHCI) in xhci_pci_match()
H A Dehci_pci.c93 PCI_INTERFACE(pa->pa_class) == PCI_INTERFACE_EHCI) in ehci_pci_match()
H A Dahci_pci.c323 PCI_INTERFACE(pa->pa_class) == PCI_INTERFACE_SATA_AHCI10) in ahci_pci_match()
H A Dpcireg.h128 #define PCI_INTERFACE(cr) \ macro
H A Dppb.c248 interface = PCI_INTERFACE(pa->pa_class); in ppbattach()
H A Dpccbb.c225 PCI_INTERFACE(pa->pa_class) == 0) { in pcicbbmatch()
/openbsd-src/sys/arch/i386/pci/
H A Dpciide_machdep.c130 interface = PCI_INTERFACE(pa->pa_class); in gcsc_chip_map()
/openbsd-src/sys/dev/cardbus/
H A Dehci_cardbus.c77 PCI_INTERFACE(ca->ca_class) == PCI_INTERFACE_EHCI) in ehci_cardbus_match()
H A Dohci_cardbus.c84 PCI_INTERFACE(ca->ca_class) == PCI_INTERFACE_OHCI) in ohci_cardbus_match()
H A Duhci_cardbus.c74 PCI_INTERFACE(ca->ca_class) == PCI_INTERFACE_UHCI) in uhci_cardbus_match()
/openbsd-src/usr.sbin/pcidump/
H A Dpcidump.c974 PCI_INTERFACE(reg), PCI_REVISION(reg)); in dump()
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_drv.c1386 PCI_INTERFACE(pa->pa_class); in drm_attach()