Lines Matching full:sysctrl
44 /* info located in sysctrl */
130 struct regmap *sysctrl; member
194 phy->sysctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3660-sctrl"); in hi3660_pcie_phy_get_resource()
195 if (IS_ERR(phy->sysctrl)) in hi3660_pcie_phy_get_resource()
196 return PTR_ERR(phy->sysctrl); in hi3660_pcie_phy_get_resource()
233 regmap_read(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); in hi3660_pcie_phy_oe_enable()
236 regmap_write(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, val); in hi3660_pcie_phy_oe_enable()
292 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on()
303 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on()
307 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on()
347 regmap_write(phy->sysctrl, SCTRL_PCIE_CMOS_OFFSET, 0x00); in hi3660_pcie_phy_power_off()