Searched refs:apb_csr_base (Results 1 – 1 of 1) sorted by relevance
146 void __iomem *apb_csr_base; /* MSI register base */ member388 msi_status = readl_relaxed(pcie->apb_csr_base + MSI_STATUS_OFFSET); in mobiveil_pcie_isr()392 msi_data = readl_relaxed(pcie->apb_csr_base + MSI_DATA_OFFSET); in mobiveil_pcie_isr()400 msi_addr_lo = readl_relaxed(pcie->apb_csr_base + in mobiveil_pcie_isr()402 msi_addr_hi = readl_relaxed(pcie->apb_csr_base + in mobiveil_pcie_isr()411 msi_status = readl_relaxed(pcie->apb_csr_base + in mobiveil_pcie_isr()445 pcie->apb_csr_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()446 if (IS_ERR(pcie->apb_csr_base)) in mobiveil_pcie_parse_dt()447 return PTR_ERR(pcie->apb_csr_base); in mobiveil_pcie_parse_dt()569 pcie->apb_csr_base + MSI_BASE_LO_OFFSET); in mobiveil_pcie_enable_msi()[all …]