| /Linux-v5.4/drivers/usb/gadget/udc/ |
| D | renesas_usb3.c | 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 386 for ((i) = 0, dma = usb3_get_dma((usb3), (i)); \ [all …]
|
| /Linux-v5.4/drivers/phy/broadcom/ |
| D | phy-bcm-ns-usb3.c | 57 int (*phy_write)(struct bcm_ns_usb3 *usb3, u16 reg, u16 value); 73 static int bcm_ns_usb3_mdio_phy_write(struct bcm_ns_usb3 *usb3, u16 reg, in bcm_ns_usb3_mdio_phy_write() argument 76 return usb3->phy_write(usb3, reg, value); in bcm_ns_usb3_mdio_phy_write() 79 static int bcm_ns_usb3_phy_init_ns_bx(struct bcm_ns_usb3 *usb3) in bcm_ns_usb3_phy_init_ns_bx() argument 84 err = bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PHY_BASE_ADDR_REG, in bcm_ns_usb3_phy_init_ns_bx() 90 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLL_CONTROL, 0x1000); in bcm_ns_usb3_phy_init_ns_bx() 93 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLLA_CONTROL0, 0x6400); in bcm_ns_usb3_phy_init_ns_bx() 96 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLLA_CONTROL1, 0xc000); in bcm_ns_usb3_phy_init_ns_bx() 99 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLLA_CONTROL1, 0x8000); in bcm_ns_usb3_phy_init_ns_bx() 102 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/usb/ |
| D | renesas,usb3-peri.txt | 5 - "renesas,r8a774a1-usb3-peri" 6 - "renesas,r8a774c0-usb3-peri" 7 - "renesas,r8a7795-usb3-peri" 8 - "renesas,r8a7796-usb3-peri" 9 - "renesas,r8a77965-usb3-peri" 10 - "renesas,r8a77990-usb3-peri" 11 - "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 or RZ/G2 28 compatible = "renesas,r8a7795-usb3-peri", 29 "renesas,rcar-gen3-usb3-peri"; 36 compatible = "renesas,r8a7795-usb3-peri", [all …]
|
| D | nvidia,tegra124-xusb.txt | 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 82 - Tegra210: usb2-0, usb2-1, usb2-2, usb2-3, hsic-0, usb3-0, usb3-1, usb3-2, 83 usb3-3 84 - Tegra186: usb2-0, usb2-1, usb2-2, hsic-0, usb3-0, usb3-1, usb3-2 122 phy-names = "usb2-1", "usb2-2", "usb3-0";
|
| D | cdns-usb3.txt | 13 - compatible: Should contain: "cdns,usb3" 27 - cdns3,usb3-phy 34 compatible = "cdns,usb3"; 44 phy-names = "cdns3,usb2-phy", "cnds3,usb3-phy";
|
| /Linux-v5.4/Documentation/devicetree/bindings/phy/ |
| D | rcar-gen3-phy-usb3.txt | 10 - compatible: "renesas,r8a774a1-usb3-phy" if the device is a part of an R8A774A1 12 "renesas,r8a7795-usb3-phy" if the device is a part of an R8A7795 14 "renesas,r8a7796-usb3-phy" if the device is a part of an R8A7796 16 "renesas,r8a77965-usb3-phy" if the device is a part of an 18 "renesas,rcar-gen3-usb3-phy" for a generic R-Car Gen3 or RZ/G2 28 - The funcional clock must be "usb3-if". 29 - The usb3's external clock must be "usb3s_clk". 45 compatible = "renesas,r8a7795-usb3-phy", 46 "renesas,rcar-gen3-usb3-phy"; 49 clock-names = "usb3-if", "usb3s_clk", "usb_extal";
|
| D | bcm-ns-usb3-phy.txt | 5 - compatible: one of: "brcm,ns-ax-usb3-phy", "brcm,ns-bx-usb3-phy". 7 - usb3-dmp-syscon: phandle to syscon with DMP (Device Management Plugin) 24 usb3-phy@10 { 25 compatible = "brcm,ns-ax-usb3-phy"; 27 usb3-dmp-syscon = <&usb3_dmp>;
|
| D | qcom-qmp-phy.txt | 11 "qcom,msm8996-qmp-usb3-phy" for 14nm USB3 phy on msm8996, 12 "qcom,msm8998-qmp-usb3-phy" for USB3 QMP V3 phy on msm8998, 15 "qcom,sdm845-qmp-usb3-phy" for USB3 QMP V3 phy on sdm845, 16 "qcom,sdm845-qmp-usb3-uni-phy" for USB3 QMP V3 UNI phy on sdm845, 23 "qcom,sdm845-qmp-usb3-phy" only). 26 - For "qcom,sdm845-qmp-usb3-phy": 46 For "qcom,msm8996-qmp-usb3-phy" must contain: 48 For "qcom,msm8998-qmp-usb3-phy" must contain: 54 For "qcom,sdm845-qmp-usb3-phy" must contain: 56 For "qcom,sdm845-qmp-usb3-uni-phy" must contain: [all …]
|
| D | uniphier-usb3-ssphy.txt | 10 "socionext,uniphier-pro4-usb3-ssphy" - for Pro4 SoC 11 "socionext,uniphier-pxs2-usb3-ssphy" - for PXs2 SoC 12 "socionext,uniphier-ld20-usb3-ssphy" - for LD20 SoC 13 "socionext,uniphier-pxs3-usb3-ssphy" - for PXs3 SoC 47 compatible = "socionext,uniphier-ld20-usb3-ssphy";
|
| D | nvidia,tegra124-xusb-padctl.txt | 143 - functions: "pcie", "usb3-ss" 145 - functions: "usb3-ss", "sata" 153 - functions: "pcie-x1", "usb3-ss", "pcie-x4" 155 - functions: "usb3-ss", "sata" 229 - 2x super-speed USB: usb3-0, usb3-1 234 - 4x super-speed USB: usb3-0, usb3-1, usb3-2, usb3-3 372 usb3-0 { 376 usb3-1 { 414 nvidia,function = "usb3-ss"; 463 usb3-0 { [all …]
|
| D | uniphier-usb3-hsphy.txt | 10 "socionext,uniphier-pro4-usb3-hsphy" - for Pro4 SoC 11 "socionext,uniphier-pxs2-usb3-hsphy" - for PXs2 SoC 12 "socionext,uniphier-ld20-usb3-hsphy" - for LD20 SoC 13 "socionext,uniphier-pxs3-usb3-hsphy" - for PXs3 SoC 56 compatible = "socionext,uniphier-ld20-usb3-hsphy";
|
| D | phy-rockchip-typec.txt | 22 The sub-node name is used to identify dp or usb3 port, 25 * "usb3-port" : the name of USB3 port. 57 tcphy0_usb3: usb3-port { 81 tcphy1_usb3: usb3-port {
|
| /Linux-v5.4/fs/ufs/ |
| D | util.h | 39 struct ufs_super_block_third *usb3) in ufs_get_fs_state() argument 43 if (fs32_to_cpu(sb, usb3->fs_postblformat) == UFS_42POSTBLFMT) in ufs_get_fs_state() 47 return fs32_to_cpu(sb, usb3->fs_un2.fs_sun.fs_state); in ufs_get_fs_state() 52 return fs32_to_cpu(sb, usb3->fs_un2.fs_44.fs_state); in ufs_get_fs_state() 58 struct ufs_super_block_third *usb3, s32 value) in ufs_set_fs_state() argument 62 if (fs32_to_cpu(sb, usb3->fs_postblformat) == UFS_42POSTBLFMT) { in ufs_set_fs_state() 68 usb3->fs_un2.fs_sun.fs_state = cpu_to_fs32(sb, value); in ufs_set_fs_state() 74 usb3->fs_un2.fs_44.fs_state = cpu_to_fs32(sb, value); in ufs_set_fs_state() 81 struct ufs_super_block_third *usb3) in ufs_get_fs_npsect() argument 84 return fs32_to_cpu(sb, usb3->fs_un2.fs_sunx86.fs_npsect); in ufs_get_fs_npsect() [all …]
|
| D | super.c | 153 struct ufs_super_block_third *usb3) in ufs_print_super_stuff() argument 155 u32 magic = fs32_to_cpu(sb, usb3->fs_magic); in ufs_print_super_stuff() 159 if (fs32_to_cpu(sb, usb3->fs_magic) == UFS2_MAGIC) { in ufs_print_super_stuff() 161 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.fs_size)); in ufs_print_super_stuff() 163 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.fs_dsize)); in ufs_print_super_stuff() 178 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.cs_nifree)); in ufs_print_super_stuff() 181 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.cs_nffree)); in ufs_print_super_stuff() 183 fs32_to_cpu(sb, usb3->fs_un2.fs_44.fs_maxsymlinklen)); in ufs_print_super_stuff() 213 pr_debug(" nrpos: %u\n", fs32_to_cpu(sb, usb3->fs_nrpos)); in ufs_print_super_stuff() 266 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument [all …]
|
| /Linux-v5.4/drivers/phy/tegra/ |
| D | xusb-tegra186.c | 545 struct tegra_xusb_usb3_lane *usb3; in tegra186_usb3_lane_probe() local 548 usb3 = kzalloc(sizeof(*usb3), GFP_KERNEL); in tegra186_usb3_lane_probe() 549 if (!usb3) in tegra186_usb3_lane_probe() 552 INIT_LIST_HEAD(&usb3->base.list); in tegra186_usb3_lane_probe() 553 usb3->base.soc = &pad->soc->lanes[index]; in tegra186_usb3_lane_probe() 554 usb3->base.index = index; in tegra186_usb3_lane_probe() 555 usb3->base.pad = pad; in tegra186_usb3_lane_probe() 556 usb3->base.np = np; in tegra186_usb3_lane_probe() 558 err = tegra_xusb_lane_parse_dt(&usb3->base, np); in tegra186_usb3_lane_probe() 560 kfree(usb3); in tegra186_usb3_lane_probe() [all …]
|
| D | xusb.c | 725 static int tegra_xusb_usb3_port_parse_dt(struct tegra_xusb_usb3_port *usb3) in tegra_xusb_usb3_port_parse_dt() argument 727 struct tegra_xusb_port *port = &usb3->base; in tegra_xusb_usb3_port_parse_dt() 738 usb3->port = value; in tegra_xusb_usb3_port_parse_dt() 740 usb3->internal = of_property_read_bool(np, "nvidia,internal"); in tegra_xusb_usb3_port_parse_dt() 742 usb3->supply = devm_regulator_get(&port->dev, "vbus"); in tegra_xusb_usb3_port_parse_dt() 743 return PTR_ERR_OR_ZERO(usb3->supply); in tegra_xusb_usb3_port_parse_dt() 749 struct tegra_xusb_usb3_port *usb3; in tegra_xusb_add_usb3_port() local 762 usb3 = devm_kzalloc(padctl->dev, sizeof(*usb3), GFP_KERNEL); in tegra_xusb_add_usb3_port() 763 if (!usb3) { in tegra_xusb_add_usb3_port() 768 err = tegra_xusb_port_init(&usb3->base, padctl, np, "usb3", index); in tegra_xusb_add_usb3_port() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/regulator/ |
| D | uniphier-regulator.txt | 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 45 compatible = "socionext,uniphier-ld20-usb3-regulator";
|
| /Linux-v5.4/arch/arm64/boot/dts/nvidia/ |
| D | tegra186-p2771-0000.dts | 151 usb3 { 155 usb3-0 { 160 usb3-1 { 165 usb3-2 { 188 usb3-0 { 200 <&{/padctl@3520000/pads/usb3/lanes/usb3-0}>; 201 phy-names = "usb2-0", "usb2-1", "usb3-0";
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | bcm47094-luxul-xbr-4500.dts | 34 usb3 { 35 label = "bcm53xx:green:usb3"; 55 &usb3 {
|
| D | bcm47094-luxul-abr-4500.dts | 34 usb3 { 35 label = "bcm53xx:green:usb3"; 55 &usb3 {
|
| D | bcm47094-luxul-xwr-3150-v1.dts | 34 usb3 { 35 label = "bcm53xx:green:usb3"; 70 &usb3 {
|
| D | bcm4708-smartrg-sr400ac.dts | 49 usb3-white { 50 label = "bcm53xx:white:usb3"; 56 usb3-green { 57 label = "bcm53xx:green:usb3";
|
| D | bcm47094-luxul-xwr-3100.dts | 59 usb3 { 60 label = "bcm53xx:green:usb3"; 95 &usb3 {
|
| D | bcm4709-netgear-r7000.dts | 62 usb3 { 63 label = "bcm53xx:white:usb3"; 102 &usb3 {
|
| /Linux-v5.4/drivers/phy/amlogic/ |
| D | Makefile | 5 obj-$(CONFIG_PHY_MESON_GXL_USB3) += phy-meson-gxl-usb3.o 6 obj-$(CONFIG_PHY_MESON_G12A_USB3_PCIE) += phy-meson-g12a-usb3-pcie.o
|