/u-boot/drivers/clk/at91/ |
A D | clk-utmi.c | 139 utmi = kzalloc(sizeof(*utmi), GFP_KERNEL); in at91_clk_register_utmi() 140 if (!utmi) in at91_clk_register_utmi() 143 utmi->base = base; in at91_clk_register_utmi() 146 kfree(utmi); in at91_clk_register_utmi() 150 clk = &utmi->clk; in at91_clk_register_utmi() 154 kfree(utmi); in at91_clk_register_utmi() 212 utmi = kzalloc(sizeof(*utmi), GFP_KERNEL); in at91_clk_sama7g5_register_utmi() 213 if (!utmi) in at91_clk_sama7g5_register_utmi() 216 utmi->base = base; in at91_clk_sama7g5_register_utmi() 218 clk = &utmi->clk; in at91_clk_sama7g5_register_utmi() [all …]
|
A D | Makefile | 10 obj-$(CONFIG_AT91_UTMI) += clk-utmi.o
|
/u-boot/arch/arm/dts/ |
A D | armada-cp110-master.dtsi | 261 cpm_utmi0: utmi@580000 { 262 compatible = "marvell,mvebu-utmi-2.6.0"; 263 reg = <0x580000 0x1000>, /* utmi-unit */ 265 <0x440440 0x4>; /* utmi-cfg */ 266 utmi-port = <UTMI_PHY_TO_USB3_HOST0>; 270 cpm_utmi1: utmi@581000 { 271 compatible = "marvell,mvebu-utmi-2.6.0"; 272 reg = <0x581000 0x1000>, /* utmi-unit */ 274 <0x440444 0x4>; /* utmi-cfg */ 275 utmi-port = <UTMI_PHY_TO_USB3_HOST1>;
|
A D | tegra30.dtsi | 802 phy_type = "utmi"; 814 phy_type = "utmi"; 818 clock-names = "reg", "pll_u", "utmi-pads"; 820 reset-names = "usb", "utmi-pads"; 832 nvidia,has-utmi-pad-registers; 840 phy_type = "utmi"; 851 phy_type = "utmi"; 857 reset-names = "usb", "utmi-pads"; 876 phy_type = "utmi"; 887 phy_type = "utmi"; [all …]
|
A D | tegra20.dtsi | 649 phy_type = "utmi"; 662 phy_type = "utmi"; 667 clock-names = "reg", "pll_u", "timer", "utmi-pads"; 669 reset-names = "usb", "utmi-pads"; 678 nvidia,has-utmi-pad-registers; 703 reset-names = "usb", "utmi-pads"; 711 phy_type = "utmi"; 722 phy_type = "utmi"; 727 clock-names = "reg", "pll_u", "timer", "utmi-pads"; 729 reset-names = "usb", "utmi-pads";
|
A D | sama5d2.dtsi | 46 clocks = <&utmi>, <&uhphs_clk>; 129 utmi: utmick { label 130 compatible = "atmel,at91sam9x5-clk-utmi"; 140 clocks = <&main>, <&plladiv>, <&utmi>; 156 clocks = <&plladiv>, <&utmi>; 164 clocks = <&main>, <&plladiv>, <&utmi>, <&mck>; 533 clocks = <&main>, <&plla>, <&utmi>, <&mck>;
|
A D | tegra124.dtsi | 871 phy_type = "utmi"; 883 phy_type = "utmi"; 887 clock-names = "reg", "pll_u", "utmi-pads"; 889 reset-names = "usb", "utmi-pads"; 900 nvidia,has-utmi-pad-registers; 908 phy_type = "utmi"; 920 phy_type = "utmi"; 926 reset-names = "usb", "utmi-pads"; 944 phy_type = "utmi"; 956 phy_type = "utmi"; [all …]
|
A D | tegra114.dtsi | 678 phy_type = "utmi"; 689 phy_type = "utmi"; 693 clock-names = "reg", "pll_u", "utmi-pads"; 695 reset-names = "usb", "utmi-pads"; 706 nvidia,has-utmi-pad-registers; 714 phy_type = "utmi"; 725 phy_type = "utmi"; 729 clock-names = "reg", "pll_u", "utmi-pads"; 731 reset-names = "usb", "utmi-pads";
|
A D | armada-cp110-slave.dtsi | 262 cps_utmi0: utmi@580000 { 263 compatible = "marvell,mvebu-utmi-2.6.0"; 264 reg = <0x580000 0x1000>, /* utmi-unit */ 266 <0x440440 0x4>; /* utmi-cfg */ 267 utmi-port = <UTMI_PHY_TO_USB3_HOST0>;
|
A D | rk3328-u-boot.dtsi | 33 snps,phyif-utmi-bits = <16>;
|
A D | tegra210.dtsi | 770 phy_type = "utmi"; 783 phy_type = "utmi"; 787 clock-names = "reg", "pll_u", "utmi-pads"; 789 reset-names = "usb", "utmi-pads"; 800 nvidia,has-utmi-pad-registers; 808 phy_type = "utmi"; 821 phy_type = "utmi"; 825 clock-names = "reg", "pll_u", "utmi-pads"; 827 reset-names = "usb", "utmi-pads";
|
A D | at91sam9x5.dtsi | 164 utmi: utmick { label 165 compatible = "atmel,at91sam9x5-clk-utmi"; 175 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>; 186 clocks = <&plladiv>, <&utmi>; 194 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>; 212 clocks = <&plladiv>, <&utmi>; 1126 clocks = <&utmi>, <&udphs_clk>; 1247 clocks = <&utmi>, <&uhphs_clk>;
|
A D | dra74x.dtsi | 44 utmi-mode = <2>;
|
/u-boot/doc/ |
A D | README.fsl-hwconfig | 38 Select USB phy type: 'utmi' OR 'ulpi' 46 usb1:dr_mode=host,phy_type=utmi;usb2:dr_mode=host'
|
/u-boot/drivers/usb/host/ |
A D | ehci-tegra.c | 74 unsigned utmi:1; /* 1 if port has external tranceiver, else 0 */ member 298 if (config->utmi) in usbf_reset_controller() 718 config->utmi = phy && 0 == strcmp("utmi", phy); in fdt_decode_usb() 731 config->has_legacy_mode, config->utmi, config->ulpi, in fdt_decode_usb() 760 if (!config->utmi) { in usb_common_init() 779 debug("%d, %d\n", config->utmi, config->ulpi); in usb_common_init() 780 if (config->utmi) in usb_common_init()
|
A D | Makefile | 24 obj-$(CONFIG_USB_EHCI_ARMADA100) += ehci-armada100.o utmi-armada100.o
|
/u-boot/arch/powerpc/dts/ |
A D | p5040.dtsi | 74 phy_type = "utmi"; 80 phy_type = "utmi";
|
A D | t102x.dtsi | 64 phy_type = "utmi"; 70 phy_type = "utmi";
|
A D | p2041.dtsi | 75 phy_type = "utmi"; 81 phy_type = "utmi";
|
A D | p3041.dtsi | 75 phy_type = "utmi"; 81 phy_type = "utmi";
|
A D | t104x.dtsi | 74 phy_type = "utmi"; 80 phy_type = "utmi";
|
A D | t2080.dtsi | 88 phy_type = "utmi"; 98 phy_type = "utmi";
|
A D | t4240.dtsi | 114 phy_type = "utmi"; 120 phy_type = "utmi";
|
/u-boot/doc/device-tree-bindings/usb/ |
A D | generic.txt | 17 selected. Valid arguments are "utmi" and "utmi_wide".
|
A D | tegra-usb.txt | 11 - phy_type : Should be one of "ulpi" or "utmi".
|