Home
last modified time | relevance | path

Searched refs:crgctrl (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/phy/hisilicon/
H A Dphy-hi3670-pcie.c156 struct regmap *crgctrl; member
378 regmap_write(phy->crgctrl, CRGPERIPH_PEREN12, in hi3670_pcie_hp_debounce_gt()
382 regmap_write(phy->crgctrl, CRGPERIPH_PERDIS12, in hi3670_pcie_hp_debounce_gt()
390 regmap_read(phy->crgctrl, CRGPERIPH_PCIECTRL0, &val); in hi3670_pcie_phyref_gt()
397 regmap_write(phy->crgctrl, CRGPERIPH_PCIECTRL0, val); in hi3670_pcie_phyref_gt()
407 regmap_read(phy->crgctrl, CRGPERIPH_PCIECTRL0, &val); in hi3670_pcie_oe_ctrl()
426 regmap_write(phy->crgctrl, CRGPERIPH_PCIECTRL0, val); in hi3670_pcie_oe_ctrl()
445 regmap_write(phy->crgctrl, CRGPERIPH_PERDIS12, in hi3670_pcie_ioref_gt()
455 regmap_write(phy->crgctrl, CRGPERIPH_PERDIS12, in hi3670_pcie_ioref_gt()
752 if (IS_ERR(phy->crgctrl)) in hi3670_pcie_phy_get_resources()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dhi3670-clock.txt11 - "hisilicon,hi3670-crgctrl"
31 compatible = "hisilicon,hi3670-crgctrl", "syscon";
H A Dhi3660-clock.txt11 - "hisilicon,hi3660-crgctrl"
35 compatible = "hisilicon,hi3660-crgctrl", "syscon";
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-kirin.c129 struct regmap *crgctrl; member
190 phy->crgctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3660-crgctrl"); in hi3660_pcie_phy_get_resource()
191 if (IS_ERR(phy->crgctrl)) in hi3660_pcie_phy_get_resource()
192 return PTR_ERR(phy->crgctrl); in hi3660_pcie_phy_get_resource()
305 regmap_write(phy->crgctrl, in hi3660_pcie_phy_power_on()
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3670.dtsi149 compatible = "hisilicon,hi3670-crgctrl", "syscon";
H A Dhi3660.dtsi344 compatible = "hisilicon,hi3660-crgctrl", "syscon";