Searched full:sys_syscon (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/phy/starfive/ |
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()
|
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-6.12.1/Documentation/devicetree/bindings/phy/ |
D | starfive,jh7110-pcie-phy.yaml | 26 - description: phandle to System Register Controller sys_syscon node. 56 starfive,sys-syscon = <&sys_syscon 0x18>;
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | snps,designware-i2s.yaml | 82 - description: phandle to System Register Controller sys_syscon node.
|
/linux-6.12.1/arch/riscv/boot/dts/starfive/ |
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>;
|