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

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c32 #define PARF_PM_CTRL 0x20 macro
92 /* PARF_PM_CTRL register fields */
398 val = readl_relaxed(pcie_ep->parf + PARF_PM_CTRL);
400 writel_relaxed(val, pcie_ep->parf + PARF_PM_CTRL);
651 val = readl_relaxed(pcie_ep->parf + PARF_PM_CTRL);
653 writel_relaxed(val, pcie_ep->parf + PARF_PM_CTRL);
659 val = readl_relaxed(pcie_ep->parf + PARF_PM_CTRL);
661 writel_relaxed(val, pcie_ep->parf + PARF_PM_CTRL);
H A Dpcie-qcom.c39 #define PARF_PM_CTRL 0x20 macro
83 /* PARF_PM_CTRL register fields */
970 val = readl(pcie->parf + PARF_PM_CTRL);
972 writel(val, pcie->parf + PARF_PM_CTRL);

Completed in 145 milliseconds