Lines Matching full:sysctrl
45 /* info located in sysctrl */
131 struct regmap *sysctrl; member
195 phy->sysctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3660-sctrl"); in hi3660_pcie_phy_get_resource()
196 if (IS_ERR(phy->sysctrl)) in hi3660_pcie_phy_get_resource()
197 return PTR_ERR(phy->sysctrl); in hi3660_pcie_phy_get_resource()
234 regmap_read(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); in hi3660_pcie_phy_oe_enable()
237 regmap_write(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, val); in hi3660_pcie_phy_oe_enable()
293 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on()
304 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on()
308 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on()
348 regmap_write(phy->sysctrl, SCTRL_PCIE_CMOS_OFFSET, 0x00); in hi3660_pcie_phy_power_off()