Lines Matching full:stg_syscon
38 struct regmap *stg_syscon; member
49 if (!data->stg_syscon || !data->sys_syscon) { in phy_usb3_mode_set()
54 regmap_update_bits(data->stg_syscon, data->stg_pcie_mode, in phy_usb3_mode_set()
56 regmap_update_bits(data->stg_syscon, data->stg_pcie_usb, in phy_usb3_mode_set()
58 regmap_update_bits(data->stg_syscon, data->stg_pcie_usb, in phy_usb3_mode_set()
76 if (!data->stg_syscon || !data->sys_syscon) in phy_pcie_mode_set()
79 regmap_update_bits(data->stg_syscon, data->stg_pcie_mode, in phy_pcie_mode_set()
81 regmap_update_bits(data->stg_syscon, data->stg_pcie_usb, in phy_pcie_mode_set()
84 regmap_update_bits(data->stg_syscon, data->stg_pcie_usb, in phy_pcie_mode_set()
167 phy->stg_syscon = in jh7110_pcie_phy_probe()
172 if (!IS_ERR_OR_NULL(phy->stg_syscon)) { in jh7110_pcie_phy_probe()
176 phy->stg_syscon = NULL; in jh7110_pcie_phy_probe()