Home
last modified time | relevance | path

Searched refs:usb3 (Results 1 – 25 of 219) sorted by relevance

123456789

/linux/drivers/phy/broadcom/
H A Dphy-bcm-ns-usb3.c69 static int bcm_ns_usb3_mdio_phy_write(struct bcm_ns_usb3 *usb3, u16 reg,
72 static int bcm_ns_usb3_phy_init_ns_bx(struct bcm_ns_usb3 *usb3) in bcm_ns_usb3_phy_init_ns_bx() argument
77 err = bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PHY_BASE_ADDR_REG, in bcm_ns_usb3_phy_init_ns_bx()
83 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLL_CONTROL, 0x1000); in bcm_ns_usb3_phy_init_ns_bx()
86 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLLA_CONTROL0, 0x6400); in bcm_ns_usb3_phy_init_ns_bx()
89 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLLA_CONTROL1, 0xc000); in bcm_ns_usb3_phy_init_ns_bx()
92 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLLA_CONTROL1, 0x8000); in bcm_ns_usb3_phy_init_ns_bx()
95 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx()
98 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PLL_CONTROL, 0x9000); in bcm_ns_usb3_phy_init_ns_bx()
101 bcm_ns_usb3_mdio_phy_write(usb3, BCM_NS_USB3_PHY_BASE_ADDR_REG, in bcm_ns_usb3_phy_init_ns_bx()
[all …]
/linux/fs/ufs/
H A Dutil.h33 struct ufs_super_block_third *usb3) in ufs_get_fs_state() argument
37 if (fs32_to_cpu(sb, usb3->fs_postblformat) == UFS_42POSTBLFMT) in ufs_get_fs_state()
41 return fs32_to_cpu(sb, usb3->fs_un2.fs_sun.fs_state); in ufs_get_fs_state()
46 return fs32_to_cpu(sb, usb3->fs_un2.fs_44.fs_state); in ufs_get_fs_state()
52 struct ufs_super_block_third *usb3, s32 value) in ufs_set_fs_state() argument
56 if (fs32_to_cpu(sb, usb3->fs_postblformat) == UFS_42POSTBLFMT) { in ufs_set_fs_state()
62 usb3->fs_un2.fs_sun.fs_state = cpu_to_fs32(sb, value); in ufs_set_fs_state()
68 usb3->fs_un2.fs_44.fs_state = cpu_to_fs32(sb, value); in ufs_set_fs_state()
75 struct ufs_super_block_third *usb3) in ufs_get_fs_npsect() argument
78 return fs32_to_cpu(sb, usb3->fs_un2.fs_sunx86.fs_npsect); in ufs_get_fs_npsect()
[all …]
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234-p3768-0000+p3767.dtsi83 usb3 {
85 usb3-0 {
90 usb3-1 {
122 usb3-0 {
128 usb3-1 {
139 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-1}>;
140 phy-names = "usb2-0", "usb3-0";
149 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-0}>,
150 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-1}>;
151 phy-names = "usb2-0", "usb2-1", "usb2-2", "usb3-0",
[all …]
H A Dtegra234-p3740-0002+p3701-0008.dts151 usb3 {
153 usb3-0 {
158 usb3-1 {
163 usb3-2 {
193 usb3-0 {
198 usb3-1 {
203 usb3-2 {
214 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-1}>;
215 phy-names = "usb2-0", "usb3-0";
225 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-0}>,
[all …]
H A Dtegra194-p2972-0000.dts2046 usb3 {
2048 usb3-0 {
2052 usb3-2 {
2056 usb3-3 {
2086 usb3-0 {
2091 usb3-2 {
2096 usb3-3 {
2108 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-2}>;
2109 phy-names = "usb2-0", "usb3-0";
2118 <&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-0}>,
[all …]
/linux/drivers/phy/tegra/
H A Dxusb-tegra186.c1086 struct tegra_xusb_usb3_lane *usb3; in tegra186_usb3_lane_probe() local
1089 usb3 = kzalloc(sizeof(*usb3), GFP_KERNEL); in tegra186_usb3_lane_probe()
1090 if (!usb3) in tegra186_usb3_lane_probe()
1093 INIT_LIST_HEAD(&usb3->base.list); in tegra186_usb3_lane_probe()
1094 usb3->base.soc = &pad->soc->lanes[index]; in tegra186_usb3_lane_probe()
1095 usb3->base.index = index; in tegra186_usb3_lane_probe()
1096 usb3->base.pad = pad; in tegra186_usb3_lane_probe()
1097 usb3->base.np = np; in tegra186_usb3_lane_probe()
1099 err = tegra_xusb_lane_parse_dt(&usb3->base, np); in tegra186_usb3_lane_probe()
1101 kfree(usb3); in tegra186_usb3_lane_probe()
[all …]
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm4708-smartrg-sr400ac.dts49 led-usb3-white {
50 label = "bcm53xx:white:usb3";
56 led-usb3-green {
57 label = "bcm53xx:green:usb3";
H A Dbcm47094-luxul-abr-4500.dts43 led-usb3 {
44 label = "bcm53xx:green:usb3";
64 &usb3 {
H A Dbcm47094-luxul-xbr-4500.dts43 led-usb3 {
44 label = "bcm53xx:green:usb3";
64 &usb3 {
H A Dbcm4709-netgear-r7000.dts62 led-usb3 {
63 label = "bcm53xx:white:usb3";
100 &usb3 {
H A Dbcm4709-tplink-archer-c9-v1.dts46 led-usb3 {
47 label = "bcm53xx:blue:usb3";
99 &usb3 {
H A Dbcm47094-luxul-xwr-3100.dts68 led-usb3 {
69 label = "bcm53xx:green:usb3";
104 &usb3 {
H A Dbcm47094-dlink-dir-885l.dts77 led-usb3-white {
78 label = "bcm53xx:white:usb3";
120 &usb3 {
H A Dbcm47094-luxul-xwr-3150-v1.dts43 led-usb3 {
44 label = "bcm53xx:green:usb3";
120 &usb3 {
/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-synology-ds116.dts114 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";
H A Darmada-388-clearfog.dtsi60 usb3@f8000 {
156 usb3-ilimit-hog {
160 line-name = "usb3-current-limit";
162 usb3-power-hog {
166 line-name = "usb3-power";
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-3720-espressobin-ultra.dts29 reg_usb3_vbus: usb3-vbus {
31 regulator-name = "usb3-vbus";
38 usb3_phy: usb3-phy {
112 &usb3 {
H A Darmada-3720-db.dts32 exp_usb3_vbus: usb3-vbus {
34 regulator-name = "usb3-vbus";
42 usb3_phy: usb3-phy {
217 &usb3 {
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-rockchip-typec.txt22 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/drivers/phy/hisilicon/
H A DMakefile3 obj-$(CONFIG_PHY_HI3660_USB) += phy-hi3660-usb3.o
4 obj-$(CONFIG_PHY_HI3670_USB) += phy-hi3670-usb3.o
/linux/arch/arm/boot/dts/socionext/
H A Duniphier-pxs2.dtsi670 compatible = "socionext,uniphier-pxs2-usb3-reset";
680 compatible = "socionext,uniphier-pxs2-usb3-regulator";
689 compatible = "socionext,uniphier-pxs2-usb3-regulator";
698 compatible = "socionext,uniphier-pxs2-usb3-hsphy";
709 compatible = "socionext,uniphier-pxs2-usb3-hsphy";
720 compatible = "socionext,uniphier-pxs2-usb3-ssphy";
731 compatible = "socionext,uniphier-pxs2-usb3-ssphy";
766 compatible = "socionext,uniphier-pxs2-usb3-reset";
776 compatible = "socionext,uniphier-pxs2-usb3-regulator";
785 compatible = "socionext,uniphier-pxs2-usb3-regulator";
[all …]
H A Duniphier-pinctrl.dtsi219 pinctrl_usb3: usb3 {
220 groups = "usb3";
221 function = "usb3";
H A Duniphier-pro5.dtsi499 compatible = "socionext,uniphier-pro5-usb3-reset";
509 compatible = "socionext,uniphier-pro5-usb3-regulator";
518 compatible = "socionext,uniphier-pro5-usb3-hsphy";
529 compatible = "socionext,uniphier-pro5-usb3-ssphy";
564 compatible = "socionext,uniphier-pro5-usb3-reset";
574 compatible = "socionext,uniphier-pro5-usb3-regulator";
583 compatible = "socionext,uniphier-pro5-usb3-regulator";
592 compatible = "socionext,uniphier-pro5-usb3-hsphy";
603 compatible = "socionext,uniphier-pro5-usb3-hsphy";
614 compatible = "socionext,uniphier-pro5-usb3-ssphy";
/linux/arch/arm64/boot/dts/socionext/
H A Duniphier-pxs3.dtsi718 compatible = "socionext,uniphier-pxs3-usb3-reset";
728 compatible = "socionext,uniphier-pxs3-usb3-regulator";
737 compatible = "socionext,uniphier-pxs3-usb3-regulator";
746 compatible = "socionext,uniphier-pxs3-usb3-hsphy";
760 compatible = "socionext,uniphier-pxs3-usb3-hsphy";
774 compatible = "socionext,uniphier-pxs3-usb3-ssphy";
785 compatible = "socionext,uniphier-pxs3-usb3-ssphy";
821 compatible = "socionext,uniphier-pxs3-usb3-reset";
831 compatible = "socionext,uniphier-pxs3-usb3-regulator";
840 compatible = "socionext,uniphier-pxs3-usb3-regulator";
[all …]
H A Duniphier-ld20.dtsi793 compatible = "socionext,uniphier-ld20-usb3-reset";
803 compatible = "socionext,uniphier-ld20-usb3-regulator";
812 compatible = "socionext,uniphier-ld20-usb3-regulator";
821 compatible = "socionext,uniphier-ld20-usb3-regulator";
830 compatible = "socionext,uniphier-ld20-usb3-regulator";
839 compatible = "socionext,uniphier-ld20-usb3-hsphy";
853 compatible = "socionext,uniphier-ld20-usb3-hsphy";
867 compatible = "socionext,uniphier-ld20-usb3-hsphy";
881 compatible = "socionext,uniphier-ld20-usb3-hsphy";
895 compatible = "socionext,uniphier-ld20-usb3-ssphy";
[all …]

123456789