Home
last modified time | relevance | path

Searched refs:PCI_CAPLIST_CAP (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/i386/pci/
H A Dpci_addr_fixup.c403 if (PCI_CAPLIST_CAP(rval) == PCI_CAP_AGP) in pciaddr_device_is_agp()
/openbsd/sys/dev/pci/
H A Dpcireg.h483 #define PCI_CAPLIST_CAP(cr) ((cr) & 0xff) macro
H A Dpci.c638 if (PCI_CAPLIST_CAP(reg) == capid) { in pci_get_capability()
/openbsd/usr.sbin/pcidump/
H A Dpcidump.c687 cap = PCI_CAPLIST_CAP(reg); in dump_caplist()