/linux/drivers/phy/broadcom/ |
H A D | phy-bcm-ns-usb3.c | 69 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 D | util.h | 33 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 D | tegra234-p3768-0000+p3767.dtsi | 83 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 D | tegra234-p3740-0002+p3701-0008.dts | 151 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 D | tegra194-p2972-0000.dts | 2046 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 D | xusb-tegra186.c | 1086 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 D | bcm4708-smartrg-sr400ac.dts | 49 led-usb3-white { 50 label = "bcm53xx:white:usb3"; 56 led-usb3-green { 57 label = "bcm53xx:green:usb3";
|
H A D | bcm47094-luxul-abr-4500.dts | 43 led-usb3 { 44 label = "bcm53xx:green:usb3"; 64 &usb3 {
|
H A D | bcm47094-luxul-xbr-4500.dts | 43 led-usb3 { 44 label = "bcm53xx:green:usb3"; 64 &usb3 {
|
H A D | bcm4709-netgear-r7000.dts | 62 led-usb3 { 63 label = "bcm53xx:white:usb3"; 100 &usb3 {
|
H A D | bcm4709-tplink-archer-c9-v1.dts | 46 led-usb3 { 47 label = "bcm53xx:blue:usb3"; 99 &usb3 {
|
H A D | bcm47094-luxul-xwr-3100.dts | 68 led-usb3 { 69 label = "bcm53xx:green:usb3"; 104 &usb3 {
|
H A D | bcm47094-dlink-dir-885l.dts | 77 led-usb3-white { 78 label = "bcm53xx:white:usb3"; 120 &usb3 {
|
H A D | bcm47094-luxul-xwr-3150-v1.dts | 43 led-usb3 { 44 label = "bcm53xx:green:usb3"; 120 &usb3 {
|
/linux/arch/arm/boot/dts/marvell/ |
H A 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";
|
H A 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";
|
/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-3720-espressobin-ultra.dts | 29 reg_usb3_vbus: usb3-vbus { 31 regulator-name = "usb3-vbus"; 38 usb3_phy: usb3-phy { 112 &usb3 {
|
H A D | armada-3720-db.dts | 32 exp_usb3_vbus: usb3-vbus { 34 regulator-name = "usb3-vbus"; 42 usb3_phy: usb3-phy { 217 &usb3 {
|
/linux/Documentation/devicetree/bindings/phy/ |
H A 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/drivers/phy/hisilicon/ |
H A D | Makefile | 3 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 D | uniphier-pxs2.dtsi | 670 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 D | uniphier-pinctrl.dtsi | 219 pinctrl_usb3: usb3 { 220 groups = "usb3"; 221 function = "usb3";
|
H A D | uniphier-pro5.dtsi | 499 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 D | uniphier-pxs3.dtsi | 718 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 D | uniphier-ld20.dtsi | 793 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 …]
|