Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/sysdev/
Dfsl_pci.c670 void __iomem *cfg_type0; member
733 return pcie->cfg_type0 + offset; in mpc83xx_pcie_remap_cfg()
738 out_le32(pcie->cfg_type0 + PEX_OUTWIN0_TAL, dev_base); in mpc83xx_pcie_remap_cfg()
774 pcie->cfg_type0 = ioremap(reg->start, resource_size(reg)); in mpc83xx_pcie_setup()
775 if (!pcie->cfg_type0) in mpc83xx_pcie_setup()
778 cfg_bar = in_le32(pcie->cfg_type0 + PEX_OUTWIN0_BAR); in mpc83xx_pcie_setup()
794 out_le32(pcie->cfg_type0 + PEX_OUTWIN0_TAH, 0); in mpc83xx_pcie_setup()
795 out_le32(pcie->cfg_type0 + PEX_OUTWIN0_TAL, 0); in mpc83xx_pcie_setup()
802 iounmap(pcie->cfg_type0); in mpc83xx_pcie_setup()
910 in = pcie->cfg_type0 + PEX_RC_INWIN_BASE; in fsl_pci_immrbar_base()