Searched refs:crgctrl (Results 1 – 3 of 3) sorted by relevance
11 - "hisilicon,hi3670-crgctrl"31 compatible = "hisilicon,hi3670-crgctrl", "syscon";
11 - "hisilicon,hi3660-crgctrl"35 compatible = "hisilicon,hi3660-crgctrl", "syscon";
127 struct regmap *crgctrl; member188 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()