Home
last modified time | relevance | path

Searched refs:PCI_EXTCAPLIST_BASE (Results 1 – 2 of 2) sorted by relevance

/minix/sys/dev/pci/
H A Dpci_subr.c3067 for (off = PCI_EXTCAPLIST_BASE; in pci_conf_find_extcap()
3094 off = PCI_EXTCAPLIST_BASE; in pci_conf_print_extcaplist()
3666 if (regs[o2i(PCI_EXTCAPLIST_BASE)] == 0xffffffff || in pci_conf_print()
3667 regs[o2i(PCI_EXTCAPLIST_BASE)] == 0) in pci_conf_print()
3679 pci_conf_print_regs(regs, PCI_EXTCAPLIST_BASE, PCI_EXTCONF_SIZE); in pci_conf_print()
H A Dpcireg.h1325 #define PCI_EXTCAPLIST_BASE 0x100 macro