Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dpcireg.h1691 #define PCI_VC_RESOURCE_CAP(n) (0x10 + ((n) * 0x0c)) /* VC Resource Capability Register */ macro
H A Dpci_subr.c3085 reg = regs[o2i(extcapoff + PCI_VC_RESOURCE_CAP(i))]; in pci_conf_print_vc_cap()