Lines Matching full:sysctrl
42 /* info located in sysctrl */
128 struct regmap *sysctrl; member
192 phy->sysctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3660-sctrl"); in hi3660_pcie_phy_get_resource()
193 if (IS_ERR(phy->sysctrl)) in hi3660_pcie_phy_get_resource()
194 return PTR_ERR(phy->sysctrl); in hi3660_pcie_phy_get_resource()
231 regmap_read(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); in hi3660_pcie_phy_oe_enable()
234 regmap_write(phy->sysctrl, SCTRL_PCIE_OE_OFFSET, val); in hi3660_pcie_phy_oe_enable()
290 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on()
301 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on()
305 regmap_write(phy->sysctrl, in hi3660_pcie_phy_power_on()
345 regmap_write(phy->sysctrl, SCTRL_PCIE_CMOS_OFFSET, 0x00); in hi3660_pcie_phy_power_off()