Searched refs:parf (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c155 * @parf: Qualcomm PCIe specific PARF register base
177 void __iomem *parf; member in struct:qcom_pcie_ep
383 val = readl_relaxed(pcie_ep->parf + PARF_BDF_TO_SID_CFG);
385 writel_relaxed(val, pcie_ep->parf + PARF_BDF_TO_SID_CFG);
388 val = readl_relaxed(pcie_ep->parf + PARF_DEBUG_INT_EN);
392 writel_relaxed(val, pcie_ep->parf + PARF_DEBUG_INT_EN);
395 writel_relaxed(PARF_DEVICE_TYPE_EP, pcie_ep->parf + PARF_DEVICE_TYPE);
398 val = readl_relaxed(pcie_ep->parf + PARF_PM_CTRL);
400 writel_relaxed(val, pcie_ep->parf + PARF_PM_CTRL);
403 val = readl_relaxed(pcie_ep->parf
[all...]
H A Dpcie-qcom.c241 void __iomem *parf; /* DT parf */ member in struct:qcom_pcie
379 writel(1, pcie->parf + PARF_PHY_CTRL);
424 val = readl(pcie->parf + PARF_PHY_CTRL);
426 writel(val, pcie->parf + PARF_PHY_CTRL);
437 pcie->parf + PARF_PCS_DEEMPH);
440 pcie->parf + PARF_PCS_SWING);
441 writel(PHY_RX0_EQ(4), pcie->parf + PARF_CONFIG_BITS);
446 val = readl(pcie->parf + PARF_PHY_CTRL);
449 writel(val, pcie->parf
[all...]

Completed in 109 milliseconds