Home
last modified time | relevance | path

Searched refs:sys_syscon (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/phy/starfive/
H A Dphy-jh7110-pcie.c39 struct regmap *sys_syscon; member
49 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()

Completed in 2 milliseconds