Searched refs:sys_syscon (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/phy/starfive/ |
H A D | phy-jh7110-pcie.c | 39 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()
|
H A D | phy-jh7110-usb.c | 30 struct regmap *sys_syscon; member 71 regmap_update_bits(phy->sys_syscon, SYSCON_USB_SPLIT_OFFSET, in usb2_phy_set_mode() 142 phy->sys_syscon = in jh7110_usb_phy_probe() 144 if (IS_ERR(phy->sys_syscon)) in jh7110_usb_phy_probe() 145 return dev_err_probe(dev, PTR_ERR(phy->sys_syscon), in jh7110_usb_phy_probe()
|
/linux/arch/riscv/boot/dts/starfive/ |
H A D | jh7110.dtsi | 552 starfive,syscon = <&sys_syscon 0x18 0x2>; 899 sys_syscon: syscon@13030000 { label 981 starfive,sysreg = <&sys_syscon 0x14 0x1a 0x7c000000>; 997 starfive,sysreg = <&sys_syscon 0x9c 0x1 0x3e>; 1059 starfive,syscon = <&sys_syscon 0x90 0x2>;
|