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

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c59 #define PARF_BDF_TO_SID_CFG 0x2c00 macro
81 /* PARF_BDF_TO_SID_CFG register fields */
383 val = readl_relaxed(pcie_ep->parf + PARF_BDF_TO_SID_CFG);
385 writel_relaxed(val, pcie_ep->parf + PARF_BDF_TO_SID_CFG);
H A Dpcie-qcom.c56 #define PARF_BDF_TO_SID_CFG 0x2c00 macro
124 /* PARF_BDF_TO_SID_CFG fields */
1044 val = readl(pcie->parf + PARF_BDF_TO_SID_CFG);
1046 writel(val, pcie->parf + PARF_BDF_TO_SID_CFG);

Completed in 158 milliseconds