Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
pci.c | 895 data[i] = pci_conf_read(pc, tag, PCI_VPD_DATAREG(ofs)); 915 pci_conf_write(pc, tag, PCI_VPD_DATAREG(ofs), data[i]); |
pcireg.h | 678 #define PCI_VPD_DATAREG(ofs) ((ofs) + 4) |