Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/controller/mobiveil/
Dpcie-layerscape-gen4.c72 struct mobiveil_pcie *mv_pci = &pcie->pci; in ls_g4_pcie_disable_interrupt() local
74 mobiveil_csr_writel(mv_pci, 0, PAB_INTP_AMBA_MISC_ENB); in ls_g4_pcie_disable_interrupt()
79 struct mobiveil_pcie *mv_pci = &pcie->pci; in ls_g4_pcie_enable_interrupt() local
83 mobiveil_csr_writel(mv_pci, 0xffffffff, PAB_INTP_AMBA_MISC_STAT); in ls_g4_pcie_enable_interrupt()
87 mobiveil_csr_writel(mv_pci, val, PAB_INTP_AMBA_MISC_ENB); in ls_g4_pcie_enable_interrupt()
92 struct mobiveil_pcie *mv_pci = &pcie->pci; in ls_g4_pcie_reinit_hw() local
93 struct device *dev = &mv_pci->pdev->dev; in ls_g4_pcie_reinit_hw()
101 act_stat = mobiveil_csr_readl(mv_pci, PAB_ACTIVITY_STAT); in ls_g4_pcie_reinit_hw()
121 mobiveil_host_init(mv_pci, true); in ls_g4_pcie_reinit_hw()
124 while (!ls_g4_pcie_link_up(mv_pci) && to--) in ls_g4_pcie_reinit_hw()
[all …]