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

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-uniphier.c25 #define PCL_PINCTRL0 0x002c macro
104 val = readl(pcie->base + PCL_PINCTRL0);
109 writel(val, pcie->base + PCL_PINCTRL0);
116 val = readl(pcie->base + PCL_PINCTRL0);
118 writel(val, pcie->base + PCL_PINCTRL0);
H A Dpcie-uniphier-ep.c35 #define PCL_PINCTRL0 0x002c macro
156 val = readl(priv->base + PCL_PINCTRL0);
161 writel(val, priv->base + PCL_PINCTRL0);
168 val = readl(priv->base + PCL_PINCTRL0);
170 writel(val, priv->base + PCL_PINCTRL0);

Completed in 124 milliseconds