Home
last modified time | relevance | path

Searched refs:stg_syscon (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/phy/starfive/
H A Dphy-jh7110-pcie.c38 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()
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()
172 if (!IS_ERR_OR_NULL(phy->stg_syscon)) { in jh7110_pcie_phy_probe()
[all …]
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-starfive.c37 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()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dstarfive,jh7110-pcie-phy.yaml36 - description: phandle to System Register Controller stg_syscon node.
57 starfive,stg-syscon = <&stg_syscon 0x148 0x1f4>;
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dstarfive,jh7110-usb.yaml22 - description: phandle to System Register Controller stg_syscon node.
91 starfive,stg-syscon = <&stg_syscon 0x4>;
/openbmc/linux/arch/riscv/boot/dts/starfive/
H A Djh7110.dtsi520 starfive,stg-syscon = <&stg_syscon 0x4>;
587 stg_syscon: syscon@10240000 { label