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