/Linux-v5.15/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.15/drivers/phy/broadcom/ |
D | phy-bcm-ns-usb3.c | 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 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() 94 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx() 97 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLL_CONTROL, 0x9000); in bcm_ns_usb3_phy_init_ns_bx() 100 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PHY_BASE_ADDR_REG, in bcm_ns_usb3_phy_init_ns_bx() [all …]
|
/Linux-v5.15/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 | 152 struct ufs_super_block_third *usb3) in ufs_print_super_stuff() argument 154 u32 magic = fs32_to_cpu(sb, usb3->fs_magic); in ufs_print_super_stuff() 158 if (fs32_to_cpu(sb, usb3->fs_magic) == UFS2_MAGIC) { in ufs_print_super_stuff() 160 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.fs_size)); in ufs_print_super_stuff() 162 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.fs_dsize)); in ufs_print_super_stuff() 177 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.cs_nifree)); in ufs_print_super_stuff() 180 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.cs_nffree)); in ufs_print_super_stuff() 182 fs32_to_cpu(sb, usb3->fs_un2.fs_44.fs_maxsymlinklen)); in ufs_print_super_stuff() 212 pr_debug(" nrpos: %u\n", fs32_to_cpu(sb, usb3->fs_nrpos)); in ufs_print_super_stuff() 265 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument [all …]
|
/Linux-v5.15/drivers/phy/tegra/ |
D | xusb.c | 928 static int tegra_xusb_usb3_port_parse_dt(struct tegra_xusb_usb3_port *usb3) in tegra_xusb_usb3_port_parse_dt() argument 930 struct tegra_xusb_port *port = &usb3->base; in tegra_xusb_usb3_port_parse_dt() 942 usb3->port = value; in tegra_xusb_usb3_port_parse_dt() 944 usb3->internal = of_property_read_bool(np, "nvidia,internal"); in tegra_xusb_usb3_port_parse_dt() 949 usb3->disable_gen2 = true; in tegra_xusb_usb3_port_parse_dt() 951 usb3->disable_gen2 = false; in tegra_xusb_usb3_port_parse_dt() 956 usb3->supply = regulator_get(&port->dev, "vbus"); in tegra_xusb_usb3_port_parse_dt() 957 return PTR_ERR_OR_ZERO(usb3->supply); in tegra_xusb_usb3_port_parse_dt() 963 struct tegra_xusb_usb3_port *usb3; in tegra_xusb_add_usb3_port() local 976 usb3 = kzalloc(sizeof(*usb3), GFP_KERNEL); in tegra_xusb_add_usb3_port() [all …]
|
D | xusb-tegra186.c | 1017 struct tegra_xusb_usb3_lane *usb3; in tegra186_usb3_lane_probe() local 1020 usb3 = kzalloc(sizeof(*usb3), GFP_KERNEL); in tegra186_usb3_lane_probe() 1021 if (!usb3) in tegra186_usb3_lane_probe() 1024 INIT_LIST_HEAD(&usb3->base.list); in tegra186_usb3_lane_probe() 1025 usb3->base.soc = &pad->soc->lanes[index]; in tegra186_usb3_lane_probe() 1026 usb3->base.index = index; in tegra186_usb3_lane_probe() 1027 usb3->base.pad = pad; in tegra186_usb3_lane_probe() 1028 usb3->base.np = np; in tegra186_usb3_lane_probe() 1030 err = tegra_xusb_lane_parse_dt(&usb3->base, np); in tegra186_usb3_lane_probe() 1032 kfree(usb3); in tegra186_usb3_lane_probe() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/phy/ |
D | nvidia,tegra124-xusb-padctl.txt | 149 - functions: "pcie", "usb3-ss" 151 - functions: "usb3-ss", "sata" 159 - functions: "pcie-x1", "usb3-ss", "pcie-x4" 161 - functions: "usb3-ss", "sata" 166 - usb3: usb3-0, usb3-1, usb3-2, usb3-3 242 supported speed of a usb3 port. Valid values are: 243 - "super-speed-plus": default, the usb3 port supports USB 3.1 Gen 2 speed. 244 - "super-speed": the usb3 port supports USB 3.1 Gen 1 speed only. 251 - 2x super-speed USB: usb3-0, usb3-1 256 - 4x super-speed USB: usb3-0, usb3-1, usb3-2, usb3-3 [all …]
|
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.15/Documentation/devicetree/bindings/usb/ |
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";
|
/Linux-v5.15/arch/arm64/boot/dts/nvidia/ |
D | tegra194-p2972-0000.dts | 581 usb3 { 583 usb3-0 { 587 usb3-2 { 591 usb3-3 { 614 usb3-0 { 619 usb3-2 { 624 usb3-3 { 638 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-0}>, 639 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-2}>, 640 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-3}>; [all …]
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | bcm47094-luxul-abr-4500.dts | 39 usb3 { 40 label = "bcm53xx:green:usb3"; 60 &usb3 {
|
D | bcm47094-luxul-xbr-4500.dts | 39 usb3 { 40 label = "bcm53xx:green:usb3"; 60 &usb3 {
|
D | bcm4708-smartrg-sr400ac.dts | 49 usb3-white { 50 label = "bcm53xx:white:usb3"; 56 usb3-green { 57 label = "bcm53xx:green:usb3";
|
D | bcm4709-netgear-r7000.dts | 62 usb3 { 63 label = "bcm53xx:white:usb3"; 102 &usb3 {
|
D | bcm47094-luxul-xwr-3150-v1.dts | 39 usb3 { 40 label = "bcm53xx:green:usb3"; 75 &usb3 {
|
D | armada-385-synology-ds116.dts | 114 usb3@f0000 { 119 usb3@f8000 { 172 reg_usb3_0_vbus: usb3-vbus0 { 174 regulator-name = "usb3-vbus0"; 183 reg_usb3_1_vbus: usb3-vbus1 { 185 regulator-name = "usb3-vbus1";
|
D | uniphier-pxs2.dtsi | 620 compatible = "socionext,uniphier-pxs2-usb3-reset"; 630 compatible = "socionext,uniphier-pxs2-usb3-regulator"; 639 compatible = "socionext,uniphier-pxs2-usb3-regulator"; 648 compatible = "socionext,uniphier-pxs2-usb3-hsphy"; 659 compatible = "socionext,uniphier-pxs2-usb3-hsphy"; 670 compatible = "socionext,uniphier-pxs2-usb3-ssphy"; 681 compatible = "socionext,uniphier-pxs2-usb3-ssphy"; 715 compatible = "socionext,uniphier-pxs2-usb3-reset"; 725 compatible = "socionext,uniphier-pxs2-usb3-regulator"; 734 compatible = "socionext,uniphier-pxs2-usb3-regulator"; [all …]
|
D | bcm47094-dlink-dir-885l.dts | 67 usb3-white { 68 label = "bcm53xx:white:usb3"; 110 &usb3 {
|
D | bcm47094-luxul-xwr-3100.dts | 64 usb3 { 65 label = "bcm53xx:green:usb3"; 100 &usb3 {
|
D | armada-388-clearfog.dtsi | 60 usb3@f8000 { 156 usb3-ilimit-hog { 160 line-name = "usb3-current-limit"; 162 usb3-power-hog { 166 line-name = "usb3-power";
|
D | bcm4709-tplink-archer-c9-v1.dts | 46 usb3 { 47 label = "bcm53xx:blue:usb3"; 101 &usb3 {
|
/Linux-v5.15/arch/arm64/boot/dts/marvell/ |
D | armada-3720-espressobin-ultra.dts | 27 reg_usb3_vbus: usb3-vbus { 29 regulator-name = "usb3-vbus"; 36 usb3_phy: usb3-phy { 113 &usb3 {
|
D | armada-8040-db.dts | 34 cp0_reg_usb3_0_vbus: cp0-usb3-0-vbus { 43 cp0_reg_usb3_1_vbus: cp0-usb3-1-vbus { 52 cp0_usb3_0_phy: cp0-usb3-0-phy { 57 cp1_reg_usb3_0_vbus: cp1-usb3-0-vbus { 66 cp1_usb3_0_phy: cp1-usb3-0-phy {
|
/Linux-v5.15/drivers/phy/hisilicon/ |
D | Makefile | 3 obj-$(CONFIG_PHY_HI3660_USB) += phy-hi3660-usb3.o 4 obj-$(CONFIG_PHY_HI3670_USB) += phy-hi3670-usb3.o
|
/Linux-v5.15/arch/arm64/boot/dts/socionext/ |
D | uniphier-pxs3.dtsi | 622 compatible = "socionext,uniphier-pxs3-usb3-reset"; 632 compatible = "socionext,uniphier-pxs3-usb3-regulator"; 641 compatible = "socionext,uniphier-pxs3-usb3-regulator"; 650 compatible = "socionext,uniphier-pxs3-usb3-hsphy"; 664 compatible = "socionext,uniphier-pxs3-usb3-hsphy"; 678 compatible = "socionext,uniphier-pxs3-usb3-ssphy"; 689 compatible = "socionext,uniphier-pxs3-usb3-ssphy"; 724 compatible = "socionext,uniphier-pxs3-usb3-reset"; 734 compatible = "socionext,uniphier-pxs3-usb3-regulator"; 743 compatible = "socionext,uniphier-pxs3-usb3-regulator"; [all …]
|