Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/mobiveil/
H A Dpcie-layerscape-gen4.c83 struct mobiveil_pcie *mv_pci = &pcie->pci; in ls_pcie_g4_disable_interrupt() local
85 mobiveil_csr_writel(mv_pci, 0, PAB_INTP_AMBA_MISC_ENB); in ls_pcie_g4_disable_interrupt()
90 struct mobiveil_pcie *mv_pci = &pcie->pci; in ls_pcie_g4_enable_interrupt() local
94 mobiveil_csr_writel(mv_pci, 0xffffffff, PAB_INTP_AMBA_MISC_STAT); in ls_pcie_g4_enable_interrupt()
98 mobiveil_csr_writel(mv_pci, val, PAB_INTP_AMBA_MISC_ENB); in ls_pcie_g4_enable_interrupt()
103 struct mobiveil_pcie *mv_pci = &pcie->pci; in ls_pcie_g4_reinit_hw() local
104 struct device *dev = &mv_pci->pdev->dev; in ls_pcie_g4_reinit_hw()
112 act_stat = mobiveil_csr_readl(mv_pci, PAB_ACTIVITY_STAT); in ls_pcie_g4_reinit_hw()
132 mobiveil_host_init(mv_pci, true); in ls_pcie_g4_reinit_hw()
135 while (!ls_pcie_g4_link_up(mv_pci) && to--) in ls_pcie_g4_reinit_hw()
[all …]