Home
last modified time | relevance | path

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

/linux/drivers/phy/hisilicon/
H A Dphy-hi3670-pcie.c160 struct regmap *crgctrl; member
382 regmap_write(phy->crgctrl, CRGPERIPH_PEREN12, in hi3670_pcie_hp_debounce_gt()
386 regmap_write(phy->crgctrl, CRGPERIPH_PERDIS12, in hi3670_pcie_hp_debounce_gt()
394 regmap_read(phy->crgctrl, CRGPERIPH_PCIECTRL0, &val); in hi3670_pcie_phyref_gt()
401 regmap_write(phy->crgctrl, CRGPERIPH_PCIECTRL0, val); in hi3670_pcie_phyref_gt()
404 regmap_write(phy->crgctrl, CRGPERIPH_PERDIS12, IO_PHYREF_SOFT_GT_MODE); in hi3670_pcie_phyref_gt()
411 regmap_read(phy->crgctrl, CRGPERIPH_PCIECTRL0, &val); in hi3670_pcie_oe_ctrl()
430 regmap_write(phy->crgctrl, CRGPERIPH_PCIECTRL0, val); in hi3670_pcie_oe_ctrl()
444 regmap_read(phy->crgctrl, CRGPERIPH_PCIECTRL0, &val); in hi3670_pcie_ioref_gt()
446 regmap_write(phy->crgctrl, CRGPERIPH_PCIECTRL0, val); in hi3670_pcie_ioref_gt()
[all …]
/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";
/linux/drivers/pci/controller/dwc/
H A Dpcie-kirin.c127 struct regmap *crgctrl; member
188 phy->crgctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3660-crgctrl"); in hi3660_pcie_phy_get_resource()
189 if (IS_ERR(phy->crgctrl)) in hi3660_pcie_phy_get_resource()
190 return PTR_ERR(phy->crgctrl); in hi3660_pcie_phy_get_resource()
302 regmap_write(phy->crgctrl, in hi3660_pcie_phy_power_on()