Searched refs:parf (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/ |
H A D | pcie-qcom-ep.c | 156 * @parf: Qualcomm PCIe specific PARF register base 178 void __iomem *parf; member 402 val = readl_relaxed(pcie_ep->parf + PARF_BDF_TO_SID_CFG); in qcom_pcie_perst_deassert() 404 writel_relaxed(val, pcie_ep->parf + PARF_BDF_TO_SID_CFG); in qcom_pcie_perst_deassert() 407 val = readl_relaxed(pcie_ep->parf + PARF_DEBUG_INT_EN); in qcom_pcie_perst_deassert() 411 writel_relaxed(val, pcie_ep->parf + PARF_DEBUG_INT_EN); in qcom_pcie_perst_deassert() 414 writel_relaxed(PARF_DEVICE_TYPE_EP, pcie_ep->parf + PARF_DEVICE_TYPE); in qcom_pcie_perst_deassert() 417 val = readl_relaxed(pcie_ep->parf + PARF_PM_CTRL); in qcom_pcie_perst_deassert() 419 writel_relaxed(val, pcie_ep->parf + PARF_PM_CTRL); in qcom_pcie_perst_deassert() 422 val = readl_relaxed(pcie_ep->parf in qcom_pcie_perst_deassert() [all...] |
H A D | pcie-qcom.c | 236 void __iomem *parf; /* DT parf */ member 354 writel(1, pcie->parf + PARF_PHY_CTRL); in qcom_pcie_deinit_2_1_0() 399 val = readl(pcie->parf + PARF_PHY_CTRL); in qcom_pcie_post_init_2_1_0() 401 writel(val, pcie->parf + PARF_PHY_CTRL); in qcom_pcie_post_init_2_1_0() 412 pcie->parf + PARF_PCS_DEEMPH); in qcom_pcie_post_init_2_1_0() 415 pcie->parf + PARF_PCS_SWING); in qcom_pcie_post_init_2_1_0() 416 writel(PHY_RX0_EQ(4), pcie->parf + PARF_CONFIG_BITS); in qcom_pcie_post_init_2_1_0() 421 val = readl(pcie->parf + PARF_PHY_CTRL); in qcom_pcie_post_init_2_1_0() 424 writel(val, pcie->parf in qcom_pcie_post_init_2_1_0() [all...] |
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pcie-qcom.c | 186 void __iomem *parf; /* DT parf */ member 301 writel(1, pcie->parf + PCIE20_PARF_PHY_CTRL); in qcom_pcie_deinit_2_1_0() 366 val = readl(pcie->parf + PCIE20_PARF_PHY_CTRL); in qcom_pcie_init_2_1_0() 368 writel(val, pcie->parf + PCIE20_PARF_PHY_CTRL); in qcom_pcie_init_2_1_0() 379 pcie->parf + PCIE20_PARF_PCS_DEEMPH); in qcom_pcie_init_2_1_0() 382 pcie->parf + PCIE20_PARF_PCS_SWING); in qcom_pcie_init_2_1_0() 383 writel(PHY_RX0_EQ(4), pcie->parf + PCIE20_PARF_CONFIG_BITS); in qcom_pcie_init_2_1_0() 388 val = readl(pcie->parf + PCIE20_PARF_PHY_CTRL); in qcom_pcie_init_2_1_0() 391 writel(val, pcie->parf in qcom_pcie_init_2_1_0() [all...] |
Completed in 5 milliseconds