Searched refs:stg_syscon (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdns3-starfive.c | 37 struct regmap *stg_syscon; member 49 regmap_update_bits(data->stg_syscon, data->stg_usb_mode, in cdns_mode_init() 58 regmap_update_bits(data->stg_syscon, in cdns_mode_init() 62 regmap_update_bits(data->stg_syscon, in cdns_mode_init() 69 regmap_update_bits(data->stg_syscon, data->stg_usb_mode, in cdns_mode_init() 71 regmap_update_bits(data->stg_syscon, data->stg_usb_mode, in cdns_mode_init() 120 data->stg_syscon = in cdns_starfive_probe() 124 if (IS_ERR(data->stg_syscon)) in cdns_starfive_probe() 125 return dev_err_probe(dev, PTR_ERR(data->stg_syscon), in cdns_starfive_probe()
|
Completed in 1 milliseconds