Lines Matching defs:pci_conf_read
224 panic("pci_conf_read: cannot map mcfg space");
228 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg)
290 table = pci_conf_read(pc, tag, off + PCI_MSIX_TABLE);
366 mask = pci_conf_read(pc, tag, off + PCI_MSI_MASK64);
370 mask = pci_conf_read(pc, tag, off + PCI_MSI_MASK32);
393 mask = pci_conf_read(pc, tag, off + PCI_MSI_MASK64);
397 mask = pci_conf_read(pc, tag, off + PCI_MSI_MASK32);
461 reg = pci_conf_read(pc, tag, off);
474 reg = pci_conf_read(pc, tag, off + PCI_MSI_MD64);
476 reg = pci_conf_read(pc, tag, off + PCI_MSI_MD32);