Searched refs:pmu_grf (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/pci/ |
H A D | pcie-dw-rockchip.c | 140 struct regmap *pmu_grf; member 1282 rk_pcie->pmu_grf = syscon_regmap_lookup_by_phandle(np, "rockchip,pmugrf"); in rk1808_pcie_fixup() 1283 if (IS_ERR(rk_pcie->pmu_grf)) { in rk1808_pcie_fixup() 1285 return PTR_ERR(rk_pcie->pmu_grf); in rk1808_pcie_fixup() 1289 ret = regmap_write(rk_pcie->pmu_grf, 0x100, 0x01000100); in rk1808_pcie_fixup() 1294 ret = regmap_write(rk_pcie->pmu_grf, 0x0, 0x0c000000); in rk1808_pcie_fixup()
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/ |
H A D | pcie-dw-rockchip.c | 153 struct regmap *pmu_grf; member 1544 rk_pcie->pmu_grf = syscon_regmap_lookup_by_phandle(np, in rk1808_pcie_fixup() 1546 if (IS_ERR(rk_pcie->pmu_grf)) { in rk1808_pcie_fixup() 1548 return PTR_ERR(rk_pcie->pmu_grf); in rk1808_pcie_fixup() 1552 ret = regmap_write(rk_pcie->pmu_grf, 0x100, 0x01000100); in rk1808_pcie_fixup() 1556 ret = regmap_write(rk_pcie->pmu_grf, 0x0, 0x0c000000); in rk1808_pcie_fixup()
|
Completed in 5 milliseconds