Home
last modified time | relevance | path

Searched refs:crgctrl (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/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()
400 regmap_write(phy->crgctrl, CRGPERIPH_PERDIS12, IO_PHYREF_SOFT_GT_MODE); 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()
440 regmap_read(phy->crgctrl, CRGPERIPH_PCIECTRL0, &val); in hi3670_pcie_ioref_gt()
442 regmap_write(phy->crgctrl, CRGPERIPH_PCIECTRL in hi3670_pcie_ioref_gt()
[all...]
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpcie-kirin.c85 struct regmap *crgctrl; member
165 kirin_pcie->crgctrl = in kirin_pcie_get_resource()
166 syscon_regmap_lookup_by_compatible("hisilicon,hi3660-crgctrl"); in kirin_pcie_get_resource()
167 if (IS_ERR(kirin_pcie->crgctrl)) in kirin_pcie_get_resource()
168 return PTR_ERR(kirin_pcie->crgctrl); in kirin_pcie_get_resource()
280 regmap_write(kirin_pcie->crgctrl, in kirin_pcie_power_on()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds