HomeSort by: relevance | last modified time | path
    Searched refs:PCI_VPD_DATAREG (Results 1 - 2 of 2) sorted by relevancy

  /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)

Completed in 17 milliseconds