| /Linux-v5.15/drivers/phy/marvell/ |
| 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 …]
|
| D | phy-mvebu-cp110-utmi.c | 167 struct mvebu_cp110_utmi *utmi = port->priv; in mvebu_cp110_utmi_phy_power_off() local 171 regmap_clear_bits(utmi->syscon, SYSCON_UTMI_CFG_REG(port->id), in mvebu_cp110_utmi_phy_power_off() 175 int test = regmap_test_bits(utmi->syscon, in mvebu_cp110_utmi_phy_power_off() 184 regmap_clear_bits(utmi->syscon, SYSCON_USB_CFG_REG, USB_CFG_PLL_MASK); in mvebu_cp110_utmi_phy_power_off() 192 struct mvebu_cp110_utmi *utmi = port->priv; in mvebu_cp110_utmi_phy_power_on() local 211 regmap_update_bits(utmi->syscon, SYSCON_USB_CFG_REG, in mvebu_cp110_utmi_phy_power_on() 229 regmap_set_bits(utmi->syscon, SYSCON_UTMI_CFG_REG(port->id), in mvebu_cp110_utmi_phy_power_on() 265 regmap_set_bits(utmi->syscon, SYSCON_USB_CFG_REG, USB_CFG_PLL_MASK); in mvebu_cp110_utmi_phy_power_on() 285 struct mvebu_cp110_utmi *utmi; in mvebu_cp110_utmi_phy_probe() local 290 utmi = devm_kzalloc(dev, sizeof(*utmi), GFP_KERNEL); in mvebu_cp110_utmi_phy_probe() [all …]
|
| 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-v5.15/drivers/clk/at91/ |
| D | clk-utmi.c | 42 struct clk_utmi *utmi = to_clk_utmi(hw); in clk_utmi_prepare() local 78 if (utmi->regmap_sfr) { in clk_utmi_prepare() 79 regmap_update_bits(utmi->regmap_sfr, AT91_SFR_UTMICKTRIM, in clk_utmi_prepare() 86 regmap_update_bits(utmi->regmap_pmc, AT91_CKGR_UCKR, uckr, uckr); in clk_utmi_prepare() 88 while (!clk_utmi_ready(utmi->regmap_pmc)) in clk_utmi_prepare() 96 struct clk_utmi *utmi = to_clk_utmi(hw); in clk_utmi_is_prepared() local 98 return clk_utmi_ready(utmi->regmap_pmc); in clk_utmi_is_prepared() 103 struct clk_utmi *utmi = to_clk_utmi(hw); in clk_utmi_unprepare() local 105 regmap_update_bits(utmi->regmap_pmc, AT91_CKGR_UCKR, in clk_utmi_unprepare() 129 struct clk_utmi *utmi; in at91_clk_register_utmi_internal() local [all …]
|
| D | Makefile | 11 obj-$(CONFIG_HAVE_AT91_UTMI) += clk-utmi.o
|
| /Linux-v5.15/Documentation/devicetree/bindings/phy/ |
| D | nvidia,tegra20-usb-phy.txt | 14 Present if-and-only-if phy_type == utmi. 15 - phy_type : Should be one of "utmi", "ulpi" or "hsic". 21 - timer: The timeout clock (clk_m). Present if phy_type == utmi. 22 - utmi-pads: The clock needed to access the UTMI pad control registers. 23 Present if phy_type == utmi. 32 - utmi-pads: The reset of the PHY containing the chip-wide UTMI pad control 38 Required PHY timing params for utmi phy, for all chips: 53 Required PHY timing params for utmi phy, only on Tegra30 and above: 70 - nvidia,has-utmi-pad-registers : boolean indicates whether this controller
|
| D | phy-cpcap-usb.txt | 25 pinctrl-names = "default", "ulpi", "utmi", "uart";
|
| /Linux-v5.15/Documentation/devicetree/bindings/usb/ |
| D | hisilicon,histb-xhci.txt | 13 "utmi": for utmi clock 40 clock-names = "bus", "utmi", "pipe", "suspend";
|
| D | omap-usb.txt | 55 - utmi-mode : controls the source of UTMI/PIPE status for VBUS and OTG ID. 77 utmi-mode = <2>;
|
| D | atmel-usb.txt | 46 clocks = <&utmi>, <&uhphs_clk>; 115 clocks = <&utmi>, <&udphs_clk>;
|
| /Linux-v5.15/arch/arm64/boot/dts/marvell/ |
| D | armada-8040-db.dts | 164 phy-names = "utmi"; 179 phy-names = "usb", "utmi"; 325 phy-names = "utmi"; 333 phy-names = "utmi";
|
| D | armada-37xx.dtsi | 361 phy-names = "usb3-phy", "usb2-utmi-otg-phy"; 366 compatible = "marvell,a3700-utmi-otg-phy"; 384 phy-names = "usb2-utmi-host-phy"; 389 compatible = "marvell,a3700-utmi-host-phy";
|
| D | armada-8040-mcbin.dtsi | 269 phy-names = "utmi"; 277 phy-names = "utmi"; 384 phy-names = "cp1-usb3h0-comphy", "utmi";
|
| D | armada-7040-db.dts | 234 phy-names = "cp0-usb3h0-comphy", "utmi"; 248 phy-names = "cp0-usb3h1-comphy", "utmi";
|
| D | cn9130-db.dtsi | 400 phy-names = "utmi"; 408 phy-names = "utmi";
|
| D | armada-cp11x.dtsi | 288 CP11X_LABEL(utmi): utmi@580000 { 289 compatible = "marvell,cp110-utmi-phy";
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | tegra20.dtsi | 750 phy_type = "utmi"; 764 phy_type = "utmi"; 769 clock-names = "reg", "pll_u", "timer", "utmi-pads"; 771 reset-names = "usb", "utmi-pads"; 781 nvidia,has-utmi-pad-registers; 806 reset-names = "usb", "utmi-pads"; 815 phy_type = "utmi"; 827 phy_type = "utmi"; 832 clock-names = "reg", "pll_u", "timer", "utmi-pads"; 834 reset-names = "usb", "utmi-pads";
|
| D | imx6qdl-prti6q.dtsi | 70 phy_type = "utmi"; 79 phy_type = "utmi";
|
| D | tegra30.dtsi | 964 phy_type = "utmi"; 977 phy_type = "utmi"; 981 clock-names = "reg", "pll_u", "utmi-pads"; 983 reset-names = "usb", "utmi-pads"; 996 nvidia,has-utmi-pad-registers; 1004 phy_type = "utmi"; 1016 phy_type = "utmi"; 1020 clock-names = "reg", "pll_u", "utmi-pads"; 1022 reset-names = "usb", "utmi-pads"; 1042 phy_type = "utmi"; [all …]
|
| D | tegra114.dtsi | 697 phy_type = "utmi"; 709 phy_type = "utmi"; 713 clock-names = "reg", "pll_u", "utmi-pads"; 715 reset-names = "usb", "utmi-pads"; 727 nvidia,has-utmi-pad-registers; 735 phy_type = "utmi"; 747 phy_type = "utmi"; 751 clock-names = "reg", "pll_u", "utmi-pads"; 753 reset-names = "usb", "utmi-pads";
|
| D | tegra124.dtsi | 1085 phy_type = "utmi"; 1097 phy_type = "utmi"; 1101 clock-names = "reg", "pll_u", "utmi-pads"; 1103 reset-names = "usb", "utmi-pads"; 1115 nvidia,has-utmi-pad-registers; 1123 phy_type = "utmi"; 1135 phy_type = "utmi"; 1139 clock-names = "reg", "pll_u", "utmi-pads"; 1141 reset-names = "usb", "utmi-pads"; 1160 phy_type = "utmi"; [all …]
|
| D | imx28-cfa10036.dts | 115 phy_type = "utmi";
|
| D | imx35-eukrea-mbimxsd35-baseboard.dts | 152 phy_type = "utmi";
|
| /Linux-v5.15/arch/arm64/boot/dts/nvidia/ |
| D | tegra132.dtsi | 1113 phy_type = "utmi"; 1126 phy_type = "utmi"; 1130 clock-names = "reg", "pll_u", "utmi-pads"; 1132 reset-names = "usb", "utmi-pads"; 1144 nvidia,has-utmi-pad-registers; 1152 phy_type = "utmi"; 1165 phy_type = "utmi"; 1169 clock-names = "reg", "pll_u", "utmi-pads"; 1171 reset-names = "usb", "utmi-pads"; 1190 phy_type = "utmi"; [all …]
|
| D | tegra210.dtsi | 1749 phy_type = "utmi"; 1762 phy_type = "utmi"; 1766 clock-names = "reg", "pll_u", "utmi-pads"; 1768 reset-names = "usb", "utmi-pads"; 1779 nvidia,has-utmi-pad-registers; 1787 phy_type = "utmi"; 1800 phy_type = "utmi"; 1804 clock-names = "reg", "pll_u", "utmi-pads"; 1806 reset-names = "usb", "utmi-pads";
|