Home
last modified time | relevance | path

Searched refs:apb_csr_base (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/pci/controller/
Dpcie-mobiveil.c134 void __iomem *apb_csr_base; /* MSI register base */ member
265 msi_status = readl_relaxed(pcie->apb_csr_base + MSI_STATUS_OFFSET); in mobiveil_pcie_isr()
269 msi_data = readl_relaxed(pcie->apb_csr_base in mobiveil_pcie_isr()
278 msi_addr_lo = readl_relaxed(pcie->apb_csr_base + in mobiveil_pcie_isr()
280 msi_addr_hi = readl_relaxed(pcie->apb_csr_base + in mobiveil_pcie_isr()
289 msi_status = readl_relaxed(pcie->apb_csr_base + in mobiveil_pcie_isr()
330 pcie->apb_csr_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
331 if (IS_ERR(pcie->apb_csr_base)) in mobiveil_pcie_parse_dt()
332 return PTR_ERR(pcie->apb_csr_base); in mobiveil_pcie_parse_dt()
492 pcie->apb_csr_base + MSI_BASE_LO_OFFSET); in mobiveil_pcie_enable_msi()
[all …]