| /linux/drivers/phy/marvell/ |
| H A D | phy-mvebu-a3700-utmi.c | 88 struct mvebu_a3700_utmi *utmi = phy_get_drvdata(phy); in mvebu_a3700_utmi_phy_power_on() local 90 int usb32 = utmi->caps->usb32; in mvebu_a3700_utmi_phy_power_on() 98 reg = readl(utmi->regs + USB2_PHY_PLL_CTRL_REG0); in mvebu_a3700_utmi_phy_power_on() 102 writel(reg, utmi->regs + USB2_PHY_PLL_CTRL_REG0); in mvebu_a3700_utmi_phy_power_on() 105 regmap_update_bits(utmi->usb_misc, USB2_PHY_CTRL(usb32), in mvebu_a3700_utmi_phy_power_on() 111 reg = readl(utmi->regs + USB2_PHY_OTG_CTRL); in mvebu_a3700_utmi_phy_power_on() 113 writel(reg, utmi->regs + USB2_PHY_OTG_CTRL); in mvebu_a3700_utmi_phy_power_on() 116 reg = readl(utmi->regs + USB2_PHY_CHRGR_DETECT); in mvebu_a3700_utmi_phy_power_on() 119 writel(reg, utmi->regs + USB2_PHY_CHRGR_DETECT); in mvebu_a3700_utmi_phy_power_on() 122 regmap_update_bits(utmi->usb_misc, USB2_PHY_CTRL(usb32), in mvebu_a3700_utmi_phy_power_on() [all …]
|
| H A D | Makefile | 8 obj-$(CONFIG_PHY_MVEBU_A3700_UTMI) += phy-mvebu-a3700-utmi.o 11 obj-$(CONFIG_PHY_MVEBU_CP110_UTMI) += phy-mvebu-cp110-utmi.o
|
| /linux/drivers/clk/at91/ |
| H A D | clk-utmi.c | 43 struct clk_utmi *utmi = to_clk_utmi(hw); in clk_utmi_prepare() local 79 if (utmi->regmap_sfr) { in clk_utmi_prepare() 80 regmap_update_bits(utmi->regmap_sfr, AT91_SFR_UTMICKTRIM, in clk_utmi_prepare() 87 regmap_update_bits(utmi->regmap_pmc, AT91_CKGR_UCKR, uckr, uckr); in clk_utmi_prepare() 89 while (!clk_utmi_ready(utmi->regmap_pmc)) in clk_utmi_prepare() 97 struct clk_utmi *utmi = to_clk_utmi(hw); in clk_utmi_is_prepared() local 99 return clk_utmi_ready(utmi->regmap_pmc); in clk_utmi_is_prepared() 104 struct clk_utmi *utmi = to_clk_utmi(hw); in clk_utmi_unprepare() local 106 regmap_update_bits(utmi->regmap_pmc, AT91_CKGR_UCKR, in clk_utmi_unprepare() 119 struct clk_utmi *utmi = to_clk_utmi(hw); in clk_utmi_save_context() local [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | hisilicon,histb-xhci.txt | 13 "utmi": for utmi clock 40 clock-names = "bus", "utmi", "pipe", "suspend";
|
| H A D | atmel-usb.txt | 44 "utmi", or "hsic". 50 clocks = <&utmi>, <&uhphs_clk>; 122 clocks = <&utmi>, <&udphs_clk>;
|
| H A D | omap-usb.txt | 55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID. 77 utmi-mode = <2>;
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | armada-8040-db.dts | 163 phy-names = "utmi"; 178 phy-names = "usb", "utmi"; 322 phy-names = "utmi"; 330 phy-names = "utmi";
|
| H A D | armada-8040-mcbin.dtsi | 269 phy-names = "utmi"; 277 phy-names = "utmi"; 384 phy-names = "cp1-usb3h0-comphy", "utmi";
|
| H A D | cn9131-cf-solidwan.dts | 399 phy-names = "utmi"; 407 phy-names = "comphy", "utmi"; 624 phy-names = "comphy", "utmi"; 632 phy-names = "utmi";
|
| H A D | armada-7040-db.dts | 233 phy-names = "cp0-usb3h0-comphy", "utmi"; 247 phy-names = "cp0-usb3h1-comphy", "utmi";
|
| H A D | cn9130-db.dtsi | 397 phy-names = "utmi"; 405 phy-names = "utmi";
|
| H A D | armada-3720-uDPU.dtsi | 159 phy-names = "usb2-utmi-otg-phy";
|
| H A D | cn9130-cf-base.dts | 159 phy-names = "comphy", "utmi";
|
| H A D | cn9130-cf.dtsi | 183 phy-names = "comphy", "utmi";
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra132.dtsi | 1003 phy_type = "utmi"; 1017 phy_type = "utmi"; 1021 clock-names = "reg", "pll_u", "utmi-pads"; 1023 reset-names = "usb", "utmi-pads"; 1035 nvidia,has-utmi-pad-registers; 1044 phy_type = "utmi"; 1058 phy_type = "utmi"; 1062 clock-names = "reg", "pll_u", "utmi-pads"; 1064 reset-names = "usb", "utmi-pads"; 1084 phy_type = "utmi"; [all …]
|
| H A D | tegra210.dtsi | 1946 phy_type = "utmi"; 1959 phy_type = "utmi"; 1963 clock-names = "reg", "pll_u", "utmi-pads"; 1965 reset-names = "usb", "utmi-pads"; 1976 nvidia,has-utmi-pad-registers; 1984 phy_type = "utmi"; 1997 phy_type = "utmi"; 2001 clock-names = "reg", "pll_u", "utmi-pads"; 2003 reset-names = "usb", "utmi-pads";
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6qdl-prti6q.dtsi | 70 phy_type = "utmi"; 80 phy_type = "utmi";
|
| H A D | imx53-tx53.dtsi | 534 phy_type = "utmi"; 541 phy_type = "utmi";
|
| H A D | imx53-cx9020.dts | 176 phy_type = "utmi";
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra30.dtsi | 1134 phy_type = "utmi"; 1150 phy_type = "utmi"; 1154 clock-names = "reg", "pll_u", "utmi-pads"; 1156 reset-names = "usb", "utmi-pads"; 1169 nvidia,has-utmi-pad-registers; 1178 phy_type = "utmi"; 1193 phy_type = "utmi"; 1197 clock-names = "reg", "pll_u", "utmi-pads"; 1199 reset-names = "usb", "utmi-pads"; 1220 phy_type = "utmi"; [all …]
|
| H A D | tegra124.dtsi | 1176 phy_type = "utmi"; 1189 phy_type = "utmi"; 1193 clock-names = "reg", "pll_u", "utmi-pads"; 1195 reset-names = "usb", "utmi-pads"; 1207 nvidia,has-utmi-pad-registers; 1216 phy_type = "utmi"; 1229 phy_type = "utmi"; 1233 clock-names = "reg", "pll_u", "utmi-pads"; 1235 reset-names = "usb", "utmi-pads"; 1255 phy_type = "utmi"; [all …]
|
| H A D | tegra20.dtsi | 868 phy_type = "utmi"; 884 phy_type = "utmi"; 889 clock-names = "reg", "pll_u", "timer", "utmi-pads"; 891 reset-names = "usb", "utmi-pads"; 901 nvidia,has-utmi-pad-registers; 930 reset-names = "usb", "utmi-pads"; 940 phy_type = "utmi"; 955 phy_type = "utmi"; 960 clock-names = "reg", "pll_u", "timer", "utmi-pads"; 962 reset-names = "usb", "utmi-pads";
|
| H A D | tegra114.dtsi | 832 phy_type = "utmi"; 845 phy_type = "utmi"; 849 clock-names = "reg", "pll_u", "utmi-pads"; 851 reset-names = "usb", "utmi-pads"; 863 nvidia,has-utmi-pad-registers; 872 phy_type = "utmi"; 885 phy_type = "utmi"; 889 clock-names = "reg", "pll_u", "utmi-pads"; 891 reset-names = "usb", "utmi-pads";
|
| /linux/arch/arm/boot/dts/nxp/mxs/ |
| H A D | imx28-cfa10036.dts | 125 phy_type = "utmi";
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm8250-samsung-common.dtsi | 168 qcom,select-utmi-as-pipe-clk;
|