| /linux/drivers/phy/amlogic/ |
| H A D | phy-meson-g12a-usb3-pcie.c | 285 if (priv->mode == PHY_TYPE_USB3) in phy_g12a_usb3_pcie_power_on() 299 if (priv->mode == PHY_TYPE_USB3) in phy_g12a_usb3_pcie_power_off() 314 if (priv->mode == PHY_TYPE_USB3) in phy_g12a_usb3_pcie_reset() 336 if (priv->mode == PHY_TYPE_USB3) in phy_g12a_usb3_pcie_init() 346 if (priv->mode == PHY_TYPE_USB3) in phy_g12a_usb3_pcie_exit() 365 if (mode != PHY_TYPE_USB3 && mode != PHY_TYPE_PCIE) { in phy_g12a_usb3_pcie_xlate()
|
| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-naneng-combphy.c | 267 case PHY_TYPE_USB3: in rockchip_combphy_init() 289 if (priv->type == PHY_TYPE_USB3) { in rockchip_combphy_init() 466 case PHY_TYPE_USB3: in rk3528_combphy_cfg() 500 if (priv->type == PHY_TYPE_USB3) { in rk3528_combphy_cfg() 614 case PHY_TYPE_USB3: in rk3562_combphy_cfg() 655 if (priv->type == PHY_TYPE_USB3) { in rk3562_combphy_cfg() 771 case PHY_TYPE_USB3: in rk3568_combphy_cfg() 854 if (priv->type == PHY_TYPE_USB3 || priv->type == PHY_TYPE_SATA) { in rk3568_combphy_cfg() 987 case PHY_TYPE_USB3: in rk3576_combphy_cfg() 1051 if (priv->type == PHY_TYPE_USB3 || priv->type == PHY_TYPE_SATA) { in rk3576_combphy_cfg() [all …]
|
| /linux/include/dt-bindings/phy/ |
| H A D | phy.h | 17 #define PHY_TYPE_USB3 4 macro
|
| /linux/drivers/phy/mediatek/ |
| H A D | phy-mtk-tphy.c | 634 case PHY_TYPE_USB3: in phy_type_show() 665 case PHY_TYPE_USB3: in phy_debugfs_init() 1083 case PHY_TYPE_USB3: in phy_v1_banks_init() 1111 case PHY_TYPE_USB3: in phy_v2_banks_init() 1129 if (instance->type == PHY_TYPE_USB3) in phy_parse_property() 1229 case PHY_TYPE_USB3: in phy_type_set() 1287 case PHY_TYPE_USB3: in phy_efuse_get() 1343 case PHY_TYPE_USB3: in phy_efuse_set() 1381 case PHY_TYPE_USB3: in mtk_phy_init() 1480 instance->type == PHY_TYPE_USB3 || in mtk_phy_xlate()
|
| H A D | phy-mtk-xsphy.c | 263 case PHY_TYPE_USB3: in phy_parse_property() 359 case PHY_TYPE_USB3: in phy_type_set() 397 case PHY_TYPE_USB3: in mtk_phy_init() 482 inst->type == PHY_TYPE_USB3 || in mtk_phy_xlate()
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am65-iot2050-usb3.dtsi | 19 phys = <&serdes0 PHY_TYPE_USB3 0>;
|
| H A D | k3-am6548-iot2050-advanced-m2-bkey-usb3.dtso | 39 phys = <&serdes0 PHY_TYPE_USB3 0>;
|
| H A D | k3-am654-pcie-usb3.dtso | 46 phys = <&serdes0 PHY_TYPE_USB3 0>;
|
| H A D | k3-j721e-beagleboneai64.dts | 588 cdns,phy-type = <PHY_TYPE_USB3>; 629 cdns,phy-type = <PHY_TYPE_USB3>;
|
| H A D | k3-am68-phyboard-izar.dts | 507 cdns,phy-type = <PHY_TYPE_USB3>;
|
| /linux/drivers/phy/hisilicon/ |
| H A D | phy-histb-combphy.c | 95 case PHY_TYPE_USB3: in histb_combphy_set_mode() 178 if (mode->select < PHY_TYPE_SATA || mode->select > PHY_TYPE_USB3) { in histb_combphy_xlate()
|
| /linux/drivers/phy/marvell/ |
| H A D | phy-armada375-usb2.c | 89 else if (args->args[0] == PHY_TYPE_USB3) in armada375_usb_phy_xlate()
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | hisilicon,histb-xhci.txt | 43 phys = <&usb2_phy1_port1 0>, <&combphy0 PHY_TYPE_USB3>;
|
| H A D | dwc3-st.txt | 64 phys = <&usb2_picophy2>, <&phy_port2 PHY_TYPE_USB3>;
|
| /linux/drivers/phy/st/ |
| H A D | phy-miphy28lp.c | 412 if (miphy_phy->type == PHY_TYPE_USB3) { in miphy28lp_pll_calibration() 1029 case PHY_TYPE_USB3: in miphy28lp_init() 1050 (miphy_phy->type != PHY_TYPE_USB3)) { in miphy28lp_get_addr() 1061 (miphy_phy->type == PHY_TYPE_USB3)) { in miphy28lp_get_addr()
|
| H A D | phy-stm32-combophy.c | 337 if (type != PHY_TYPE_USB3 && type != PHY_TYPE_PCIE) { in stm32_combophy_xlate() 362 case PHY_TYPE_USB3: in stm32_combophy_set_mode()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-friendlyelec-cm3588-nas.dts | 761 /* PHYs: <&u2phy0_otg>, <&usbdp_phy0 PHY_TYPE_USB3> */ 786 /* PHYs: <&u2phy1_otg>, <&usbdp_phy1 PHY_TYPE_USB3> */ 793 /* PHYs: <&combphy2_psu PHY_TYPE_USB3> */
|
| H A D | rk3568.dtsi | 406 phys = <&usb2phy0_otg>, <&combphy0 PHY_TYPE_USB3>;
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | phy-miphy28lp.txt | 23 - PHY_TYPE_USB3
|
| /linux/arch/arm64/boot/dts/xilinx/ |
| H A D | zynqmp-zc1751-xm015-dc1.dts | 420 phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
|
| /linux/arch/arm/boot/dts/mediatek/ |
| H A D | mt2701.dtsi | 616 phys = <&u2port0 PHY_TYPE_USB2>, <&u3port0 PHY_TYPE_USB3>; 656 phys = <&u2port1 PHY_TYPE_USB2>, <&u3port1 PHY_TYPE_USB3>;
|
| H A D | mt7629.dtsi | 327 <&u3port0 PHY_TYPE_USB3>;
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt7988a.dtsi | 434 <&xphyu3port0 PHY_TYPE_USB3>; 451 <&tphyu3port0 PHY_TYPE_USB3>;
|
| /linux/drivers/phy/broadcom/ |
| H A D | phy-brcm-usb.c | 194 case PHY_TYPE_USB3: in brcm_usb_phy_xlate()
|
| /linux/drivers/phy/ti/ |
| H A D | phy-am654-serdes.c | 460 case PHY_TYPE_USB3: in serdes_am654_init()
|