Searched refs:sys_syscon (Results 1 – 2 of 2) sorted by relevance
39 struct regmap *sys_syscon; member49 if (!data->stg_syscon || !data->sys_syscon) { in phy_usb3_mode_set()62 regmap_update_bits(data->sys_syscon, data->sys_phy_connect, in phy_usb3_mode_set()76 if (!data->stg_syscon || !data->sys_syscon) in phy_pcie_mode_set()87 regmap_update_bits(data->sys_syscon, data->sys_phy_connect, in phy_pcie_mode_set()157 phy->sys_syscon = in jh7110_pcie_phy_probe()162 if (!IS_ERR_OR_NULL(phy->sys_syscon)) in jh7110_pcie_phy_probe()165 phy->sys_syscon = NULL; in jh7110_pcie_phy_probe()
32 struct regmap *sys_syscon; member73 regmap_update_bits(phy->sys_syscon, SYSCON_USB_SPLIT_OFFSET, in usb2_phy_set_mode()149 phy->sys_syscon = in jh7110_usb_phy_probe()151 if (IS_ERR(phy->sys_syscon)) in jh7110_usb_phy_probe()152 return dev_err_probe(dev, PTR_ERR(phy->sys_syscon), in jh7110_usb_phy_probe()
Completed in 5 milliseconds