Searched full:stg_syscon (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/phy/starfive/ |
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 …]
|
/linux-6.12.1/drivers/usb/cdns3/ |
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()
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | starfive,jh7110-pcie-phy.yaml | 36 - description: phandle to System Register Controller stg_syscon node. 57 starfive,stg-syscon = <&stg_syscon 0x148 0x1f4>;
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | starfive,jh7110-usb.yaml | 22 - description: phandle to System Register Controller stg_syscon node. 91 starfive,stg-syscon = <&stg_syscon 0x4>;
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | starfive,jh7110-pcie.yaml | 90 starfive,stg-syscon = <&stg_syscon>;
|
/linux-6.12.1/arch/riscv/boot/dts/starfive/ |
D | jh7110.dtsi | 575 starfive,stg-syscon = <&stg_syscon 0x4>; 642 stg_syscon: syscon@10240000 { label 1243 starfive,stg-syscon = <&stg_syscon>; 1286 starfive,stg-syscon = <&stg_syscon>;
|