Home | History | Annotate | Download | only in pci

Lines Matching refs:pci_conf_read

313 	id = pci_conf_read(pc, tag, PCI_ID_REG);
322 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
326 /* csr = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG); */
327 pciclass = pci_conf_read(pc, tag, PCI_CLASS_REG);
423 intr = pci_conf_read(pc, tag, PCI_INTERRUPT_REG);
451 addr = pci_conf_read(pc, tag,
453 addr |= (uint64_t)pci_conf_read(pc, tag,
532 reg = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG);
537 reg = pci_conf_read(pc, tag, PCI_BHLC_REG);
550 ofs = PCI_CAPLIST_PTR(pci_conf_read(pc, tag, ofs));
561 reg = pci_conf_read(pc, tag, ofs);
590 reg = pci_conf_read(pc, tag, ofs);
618 reg = pci_conf_read(pc, tag, offset + PCI_MSI_CTL);
642 reg = pci_conf_read(pc, tag, offset + PCI_MSIX_CTL);
659 reg = pci_conf_read(pc, tag, ofs);
678 reg = pci_conf_read(pc, tag, ofs);
777 reg = pci_conf_read(ppbpc, ppbtag, pciecap
799 id = pci_conf_read(pc, tag, PCI_ID_REG);
808 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
893 reg = pci_conf_read(pc, tag, ofs);
895 data[i] = pci_conf_read(pc, tag, PCI_VPD_DATAREG(ofs));
931 reg = pci_conf_read(pc, tag, ofs);
955 pcs->reg[off] = pci_conf_read(pc, tag, (off * 4));
959 pcs->x_csr = pci_conf_read(pc, tag, off + PCIX_CMD);
963 pcireg_t xcap = pci_conf_read(pc, tag, off + PCIE_XCAP);
967 pcs->e_dcr = (uint16_t)pci_conf_read(pc, tag, off + PCIE_DCSR);
970 pcs->e_lcr = (uint16_t)pci_conf_read(pc, tag,
974 pcs->e_slcr = (uint16_t)pci_conf_read(pc, tag,
978 pcs->e_rcr = (uint16_t)pci_conf_read(pc, tag,
982 pcs->e_dcr2 = (uint16_t)pci_conf_read(pc, tag,
986 pcs->e_lcr2 = (uint16_t)pci_conf_read(pc, tag,
997 pcs->msi_ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
1003 pcs->msi_maddr = pci_conf_read(pc, tag, off + PCI_MSI_MADDR);
1005 pcs->msi_maddr64_hi = pci_conf_read(pc, tag,
1009 pcs->msi_mdata = pci_conf_read(pc, tag,
1014 pcs->msi_mask = pci_conf_read(pc, tag,
1020 pcs->msix_ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
1031 val = pci_conf_read(pc, tag, (off * 4));
1042 pcireg_t xcap = pci_conf_read(pc, tag, off + PCIE_XCAP);
1078 reg = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
1121 value = pci_conf_read(pc, tag, offset + PCI_PMCSR);
1154 value = pci_conf_read(pc, tag, offset + PCI_PMCSR);
1283 ocsr = pci_conf_read(priv->p_pc, priv->p_tag, PCI_COMMAND_STATUS_REG);
1303 pmcsr = pci_conf_read(pc, tag, off + PCI_PMCSR);
1341 csr = pci_conf_read(priv->p_pc, priv->p_tag, PCI_COMMAND_STATUS_REG);
1373 priv->p_class = pci_conf_read(priv->p_pc, priv->p_tag, PCI_CLASS_REG);
1374 priv->p_csr = pci_conf_read(priv->p_pc, priv->p_tag,