Searched refs:stg_syscon (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/phy/starfive/ |
| H A D | phy-jh7110-pcie.c | 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() [all …]
|