| /kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
| D | renesas_usb3.c | 3 * Renesas USB3.0 Peripheral driver (USB gadget) 316 struct renesas_usb3 *usb3; member 382 #define usb3_ep_to_usb3(_usb3_ep) (_usb3_ep->usb3) 386 #define usb3_get_ep(usb3, n) ((usb3)->usb3_ep + (n)) argument 387 #define usb3_for_each_ep(usb3_ep, usb3, i) \ argument 388 for ((i) = 0, usb3_ep = usb3_get_ep(usb3, (i)); \ 389 (i) < (usb3)->num_usb3_eps; \ 390 (i)++, usb3_ep = usb3_get_ep(usb3, (i))) 392 #define usb3_get_dma(usb3, i) (&(usb3)->dma[i]) argument 393 #define usb3_for_each_dma(usb3, dma, i) \ argument [all …]
|
| D | rzv2m_usb3drd.c | 21 static void rzv2m_usb3drd_set_bit(struct rzv2m_usb3drd *usb3, u32 bits, in rzv2m_usb3drd_set_bit() argument 24 u32 val = readl(usb3->reg + offs); in rzv2m_usb3drd_set_bit() 27 writel(val, usb3->reg + offs); in rzv2m_usb3drd_set_bit() 30 static void rzv2m_usb3drd_clear_bit(struct rzv2m_usb3drd *usb3, u32 bits, in rzv2m_usb3drd_clear_bit() argument 33 u32 val = readl(usb3->reg + offs); in rzv2m_usb3drd_clear_bit() 36 writel(val, usb3->reg + offs); in rzv2m_usb3drd_clear_bit() 41 struct rzv2m_usb3drd *usb3 = dev_get_drvdata(dev); in rzv2m_usb3drd_reset() local 44 rzv2m_usb3drd_clear_bit(usb3, USB_PERI_DRD_CON_PERI_CON, in rzv2m_usb3drd_reset() 46 rzv2m_usb3drd_clear_bit(usb3, USB_PERI_DRD_CON_HOST_RST, in rzv2m_usb3drd_reset() 48 rzv2m_usb3drd_set_bit(usb3, USB_PERI_DRD_CON_PERI_RST, in rzv2m_usb3drd_reset() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| D | renesas_usb3.c | 3 * Renesas USB3.0 Peripheral driver (USB gadget) 312 struct renesas_usb3 *usb3; member 374 #define usb3_ep_to_usb3(_usb3_ep) (_usb3_ep->usb3) 378 #define usb3_get_ep(usb3, n) ((usb3)->usb3_ep + (n)) argument 379 #define usb3_for_each_ep(usb3_ep, usb3, i) \ argument 380 for ((i) = 0, usb3_ep = usb3_get_ep(usb3, (i)); \ 381 (i) < (usb3)->num_usb3_eps; \ 382 (i)++, usb3_ep = usb3_get_ep(usb3, (i))) 384 #define usb3_get_dma(usb3, i) (&(usb3)->dma[i]) argument 385 #define usb3_for_each_dma(usb3, dma, i) \ argument [all …]
|
| /kernel/linux/linux-5.10/drivers/phy/broadcom/ |
| D | phy-bcm-ns-usb3.c | 58 int (*phy_write)(struct bcm_ns_usb3 *usb3, u16 reg, u16 value); 63 .compatible = "brcm,ns-ax-usb3-phy", 67 .compatible = "brcm,ns-bx-usb3-phy", 74 static int bcm_ns_usb3_mdio_phy_write(struct bcm_ns_usb3 *usb3, u16 reg, in bcm_ns_usb3_mdio_phy_write() argument 77 return usb3->phy_write(usb3, reg, value); in bcm_ns_usb3_mdio_phy_write() 80 static int bcm_ns_usb3_phy_init_ns_bx(struct bcm_ns_usb3 *usb3) in bcm_ns_usb3_phy_init_ns_bx() argument 84 /* USB3 PLL Block */ in bcm_ns_usb3_phy_init_ns_bx() 85 err = bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PHY_BASE_ADDR_REG, in bcm_ns_usb3_phy_init_ns_bx() 91 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLL_CONTROL, 0x1000); in bcm_ns_usb3_phy_init_ns_bx() 94 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLLA_CONTROL0, 0x6400); in bcm_ns_usb3_phy_init_ns_bx() [all …]
|
| /kernel/linux/linux-6.6/drivers/phy/broadcom/ |
| D | phy-bcm-ns-usb3.c | 58 .compatible = "brcm,ns-ax-usb3-phy", 62 .compatible = "brcm,ns-bx-usb3-phy", 68 static int bcm_ns_usb3_mdio_phy_write(struct bcm_ns_usb3 *usb3, u16 reg, 71 static int bcm_ns_usb3_phy_init_ns_bx(struct bcm_ns_usb3 *usb3) in bcm_ns_usb3_phy_init_ns_bx() argument 75 /* USB3 PLL Block */ in bcm_ns_usb3_phy_init_ns_bx() 76 err = bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PHY_BASE_ADDR_REG, in bcm_ns_usb3_phy_init_ns_bx() 82 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLL_CONTROL, 0x1000); in bcm_ns_usb3_phy_init_ns_bx() 85 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLLA_CONTROL0, 0x6400); in bcm_ns_usb3_phy_init_ns_bx() 88 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLLA_CONTROL1, 0xc000); in bcm_ns_usb3_phy_init_ns_bx() 91 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLLA_CONTROL1, 0x8000); in bcm_ns_usb3_phy_init_ns_bx() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | qcom,msm8996-qmp-usb3-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/qcom,msm8996-qmp-usb3-phy.yaml# 17 qcom,sc8280xp-qmp-usb3-uni-phy.yaml. 22 - qcom,ipq6018-qmp-usb3-phy 23 - qcom,ipq8074-qmp-usb3-phy 24 - qcom,msm8996-qmp-usb3-phy 25 - qcom,msm8998-qmp-usb3-phy 26 - qcom,sdm845-qmp-usb3-uni-phy 27 - qcom,sdx55-qmp-usb3-uni-phy 28 - qcom,sdx65-qmp-usb3-uni-phy 29 - qcom,sm8150-qmp-usb3-uni-phy [all …]
|
| D | socionext,uniphier-usb3ss-phy.yaml | 7 title: Socionext UniPhier USB3 Super-Speed (SS) PHY 11 USB3 controller implemented on Socionext UniPhier SoCs. 21 - socionext,uniphier-pro4-usb3-ssphy 22 - socionext,uniphier-pro5-usb3-ssphy 23 - socionext,uniphier-pxs2-usb3-ssphy 24 - socionext,uniphier-ld20-usb3-ssphy 25 - socionext,uniphier-pxs3-usb3-ssphy 26 - socionext,uniphier-nx1-usb3-ssphy 54 - socionext,uniphier-pro4-usb3-ssphy 55 - socionext,uniphier-pro5-usb3-ssphy [all …]
|
| D | renesas,usb3-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/renesas,usb3-phy.yaml# 16 - renesas,r8a774a1-usb3-phy # RZ/G2M 17 - renesas,r8a774b1-usb3-phy # RZ/G2N 18 - renesas,r8a774e1-usb3-phy # RZ/G2H 19 - renesas,r8a7795-usb3-phy # R-Car H3 20 - renesas,r8a7796-usb3-phy # R-Car M3-W 21 - renesas,r8a77961-usb3-phy # R-Car M3-W+ 22 - renesas,r8a77965-usb3-phy # R-Car M3-N 23 - const: renesas,rcar-gen3-usb3-phy 37 - const: usb3-if # The functional clock [all …]
|
| D | qcom,sc8280xp-qmp-usb43dp-phy.yaml | 7 title: Qualcomm QMP USB4-USB3-DP PHY controller (SC8280XP) 19 - qcom,sc7180-qmp-usb3-dp-phy 20 - qcom,sc7280-qmp-usb3-dp-phy 21 - qcom,sc8180x-qmp-usb3-dp-phy 23 - qcom,sdm845-qmp-usb3-dp-phy 24 - qcom,sm6350-qmp-usb3-dp-phy 25 - qcom,sm8150-qmp-usb3-dp-phy 26 - qcom,sm8250-qmp-usb3-dp-phy 27 - qcom,sm8350-qmp-usb3-dp-phy 28 - qcom,sm8450-qmp-usb3-dp-phy [all …]
|
| D | socionext,uniphier-usb3hs-phy.yaml | 7 title: Socionext UniPhier USB3 High-Speed (HS) PHY 11 USB3 controller implemented on Socionext UniPhier SoCs. 21 - socionext,uniphier-pro5-usb3-hsphy 22 - socionext,uniphier-pxs2-usb3-hsphy 23 - socionext,uniphier-ld20-usb3-hsphy 24 - socionext,uniphier-pxs3-usb3-hsphy 25 - socionext,uniphier-nx1-usb3-hsphy 70 const: socionext,uniphier-pro5-usb3-hsphy 92 - socionext,uniphier-pxs2-usb3-hsphy 93 - socionext,uniphier-ld20-usb3-hsphy [all …]
|
| D | qcom,sc8280xp-qmp-usb3-uni-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml# 19 - qcom,ipq9574-qmp-usb3-phy 20 - qcom,qcm2290-qmp-usb3-phy 21 - qcom,sa8775p-qmp-usb3-uni-phy 22 - qcom,sc8280xp-qmp-usb3-uni-phy 23 - qcom,sm6115-qmp-usb3-phy 77 - qcom,ipq9574-qmp-usb3-phy 92 - qcom,qcm2290-qmp-usb3-phy 93 - qcom,sm6115-qmp-usb3-phy 110 - qcom,sa8775p-qmp-usb3-uni-phy [all …]
|
| D | nvidia,tegra194-xusb-padctl.yaml | 155 usb3: 163 usb3-0: 175 usb3-1: 187 usb3-2: 199 usb3-3: 375 usb3-0: 381 supported speed of a USB3 port. 384 - description: The USB3 port supports USB 3.1 Gen 2 speed. 387 - description: The USB3 port supports USB 3.1 Gen 1 speed 408 usb3-1: [all …]
|
| D | bcm-ns-usb3-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/bcm-ns-usb3-phy.yaml# 23 - brcm,ns-ax-usb3-phy 24 - brcm,ns-bx-usb3-phy 30 usb3-dmp-syscon: 41 - usb3-dmp-syscon 52 usb3-phy@10 { 53 compatible = "brcm,ns-ax-usb3-phy"; 55 usb3-dmp-syscon = <&usb3_dmp>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | renesas,usb3-peri.yaml | 4 $id: http://devicetree.org/schemas/usb/renesas,usb3-peri.yaml# 17 - renesas,r8a774a1-usb3-peri # RZ/G2M 18 - renesas,r8a774b1-usb3-peri # RZ/G2N 19 - renesas,r8a774c0-usb3-peri # RZ/G2E 20 - renesas,r8a774e1-usb3-peri # RZ/G2H 21 - renesas,r8a7795-usb3-peri # R-Car H3 22 - renesas,r8a7796-usb3-peri # R-Car M3-W 23 - renesas,r8a77961-usb3-peri # R-Car M3-W+ 24 - renesas,r8a77965-usb3-peri # R-Car M3-N 25 - renesas,r8a77990-usb3-peri # R-Car E3 [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | renesas,usb3-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/renesas,usb3-phy.yaml# 16 - renesas,r8a774a1-usb3-phy # RZ/G2M 17 - renesas,r8a774b1-usb3-phy # RZ/G2N 18 - renesas,r8a774e1-usb3-phy # RZ/G2H 19 - renesas,r8a7795-usb3-phy # R-Car H3 20 - renesas,r8a7796-usb3-phy # R-Car M3-W 21 - renesas,r8a77961-usb3-phy # R-Car M3-W+ 22 - renesas,r8a77965-usb3-phy # R-Car M3-N 23 - const: renesas,rcar-gen3-usb3-phy 38 - const: usb3-if # The funcional clock [all …]
|
| D | nvidia,tegra124-xusb-padctl.txt | 49 - avdd-pex-pll-supply: PCIe/USB3 PLL power supply. Must supply 1.05 V. 55 - dvdd-pex-pll-supply: PCIe/USB3 PLL power supply. Must supply 1.05 V. 148 - functions: "pcie", "usb3-ss" 150 - functions: "usb3-ss", "sata" 158 - functions: "pcie-x1", "usb3-ss", "pcie-x4" 160 - functions: "usb3-ss", "sata" 165 - usb3: usb3-0, usb3-1, usb3-2, usb3-3 241 supported speed of a usb3 port. Valid values are: 242 - "super-speed-plus": default, the usb3 port supports USB 3.1 Gen 2 speed. 243 - "super-speed": the usb3 port supports USB 3.1 Gen 1 speed only. [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/nvidia/ |
| D | tegra234-p3740-0002.dtsi | 102 usb3 { 104 usb3-0 { 109 usb3-1 { 114 usb3-2 { 148 usb3-0 { 153 usb3-1 { 158 usb3-2 { 169 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-1}>; 170 phy-names = "usb2-0", "usb3-0"; 180 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-0}>, [all …]
|
| D | tegra234-p3768-0000.dtsi | 64 usb3 { 66 usb3-0 { 71 usb3-1 { 103 usb3-0 { 109 usb3-1 { 120 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-1}>; 121 phy-names = "usb2-0", "usb3-0"; 130 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-0}>, 131 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-1}>; 132 phy-names = "usb2-0", "usb2-1", "usb2-2", "usb3-0", [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | nvidia,tegra124-xusb.txt | 4 The Tegra xHCI controller supports both USB2 and USB3 interfaces exposed by 46 - avddio-pex-supply: PCIe/USB3 analog logic power supply. Must supply 1.05 V. 47 - dvddio-pex-supply: PCIe/USB3 digital logic power supply. Must supply 1.05 V. 51 - avdd-usb-ss-pll-supply: PCIe/USB3 PLL power supply. Must supply 1.05 V. 52 - hvdd-usb-ss-supply: High-voltage PCIe/USB3 power supply. Must supply 3.3 V. 56 - dvddio-pex-supply: PCIe/USB3 analog logic power supply. Must supply 1.05 V. 57 - hvddio-pex-supply: High-voltage PCIe/USB3 power supply. Must supply 1.8 V. 61 - dvdd-pex-pll-supply: PCIe/USB3 PLL power supply. Must supply 1.05 V. 80 - Tegra124: usb2-0, usb2-1, usb2-2, hsic-0, hsic-1, usb3-0, usb3-1 81 - Tegra132: usb2-0, usb2-1, usb2-2, hsic-0, hsic-1, usb3-0, usb3-1 [all …]
|
| D | renesas,usb3-peri.yaml | 4 $id: http://devicetree.org/schemas/usb/renesas,usb3-peri.yaml# 16 - renesas,r8a774a1-usb3-peri # RZ/G2M 17 - renesas,r8a774b1-usb3-peri # RZ/G2N 18 - renesas,r8a774c0-usb3-peri # RZ/G2E 19 - renesas,r8a774e1-usb3-peri # RZ/G2H 20 - renesas,r8a7795-usb3-peri # R-Car H3 21 - renesas,r8a7796-usb3-peri # R-Car M3-W 22 - renesas,r8a77961-usb3-peri # R-Car M3-W+ 23 - renesas,r8a77965-usb3-peri # R-Car M3-N 24 - renesas,r8a77990-usb3-peri # R-Car E3 [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | socionext,uniphier-regulator.yaml | 10 This regulator controls VBUS and belongs to USB3 glue layer. Before using 17 # USB3 Controller 22 - socionext,uniphier-pro4-usb3-regulator 23 - socionext,uniphier-pro5-usb3-regulator 24 - socionext,uniphier-pxs2-usb3-regulator 25 - socionext,uniphier-ld20-usb3-regulator 26 - socionext,uniphier-pxs3-usb3-regulator 27 - socionext,uniphier-nx1-usb3-regulator 51 - socionext,uniphier-pro4-usb3-regulator 52 - socionext,uniphier-pro5-usb3-regulator [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/ |
| D | uniphier-reset.txt | 13 "socionext,uniphier-pro4-usb3-reset" - for Pro4 SoC USB3 14 "socionext,uniphier-pro5-usb3-reset" - for Pro5 SoC USB3 15 "socionext,uniphier-pxs2-usb3-reset" - for PXs2 SoC USB3 16 "socionext,uniphier-ld20-usb3-reset" - for LD20 SoC USB3 17 "socionext,uniphier-pxs3-usb3-reset" - for PXs3 SoC USB3 44 compatible = "socionext,uniphier-ld20-usb3-reset";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | uniphier-regulator.txt | 6 USB3 Controller 9 This regulator controls VBUS and belongs to USB3 glue layer. Before using 15 "socionext,uniphier-pro4-usb3-regulator" - for Pro4 SoC 16 "socionext,uniphier-pro5-usb3-regulator" - for Pro5 SoC 17 "socionext,uniphier-pxs2-usb3-regulator" - for PXs2 SoC 18 "socionext,uniphier-ld20-usb3-regulator" - for LD20 SoC 19 "socionext,uniphier-pxs3-usb3-regulator" - for PXs3 SoC 21 - clocks: A list of phandles to the clock gate for USB3 glue layer. 26 - resets: A list of phandles to the reset control for USB3 glue layer. 45 compatible = "socionext,uniphier-ld20-usb3-regulator";
|
| /kernel/linux/linux-5.10/drivers/usb/cdns3/ |
| D | Kconfig | 2 tristate "Cadence USB3 Dual-Role Controller" 7 Say Y here if your system has a Cadence USB3 dual-role controller. 16 bool "Cadence USB3 device controller" 26 bool "Cadence USB3 host controller" 36 tristate "Cadence USB3 support on PCIe-based platforms" 47 tristate "Cadence USB3 support on TI platforms" 52 platforms that contain Cadence USB3 controller core. 57 tristate "Cadence USB3 support on NXP i.MX platforms" 62 platforms that contain Cadence USB3 controller core.
|
| /kernel/linux/linux-6.6/drivers/usb/cdns3/ |
| D | Kconfig | 17 tristate "Cadence USB3 Dual-Role Controller" 20 Say Y here if your system has a Cadence USB3 dual-role controller. 30 bool "Cadence USB3 device controller" 40 bool "Cadence USB3 host controller" 51 tristate "Cadence USB3 support on PCIe-based platforms" 62 tristate "Cadence USB3 support on TI platforms" 67 platforms that contain Cadence USB3 controller core. 72 tristate "Cadence USB3 support on NXP i.MX platforms" 77 platforms that contain Cadence USB3 controller core. 82 tristate "Cadence USB3 support on StarFive SoC platforms" [all …]
|