Home
last modified time | relevance | path

Searched refs:utmi (Results 1 – 25 of 50) sorted by relevance

12

/u-boot/drivers/clk/at91/
A Dclk-utmi.c139 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 DMakefile10 obj-$(CONFIG_AT91_UTMI) += clk-utmi.o
/u-boot/arch/arm/dts/
A Darmada-cp110-master.dtsi261 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 Dtegra30.dtsi802 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 Dtegra20.dtsi649 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 Dsama5d2.dtsi46 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 Dtegra124.dtsi871 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 Dtegra114.dtsi678 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 Darmada-cp110-slave.dtsi262 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 Drk3328-u-boot.dtsi33 snps,phyif-utmi-bits = <16>;
A Dtegra210.dtsi770 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 Dat91sam9x5.dtsi164 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 Ddra74x.dtsi44 utmi-mode = <2>;
/u-boot/doc/
A DREADME.fsl-hwconfig38 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 Dehci-tegra.c74 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 DMakefile24 obj-$(CONFIG_USB_EHCI_ARMADA100) += ehci-armada100.o utmi-armada100.o
/u-boot/arch/powerpc/dts/
A Dp5040.dtsi74 phy_type = "utmi";
80 phy_type = "utmi";
A Dt102x.dtsi64 phy_type = "utmi";
70 phy_type = "utmi";
A Dp2041.dtsi75 phy_type = "utmi";
81 phy_type = "utmi";
A Dp3041.dtsi75 phy_type = "utmi";
81 phy_type = "utmi";
A Dt104x.dtsi74 phy_type = "utmi";
80 phy_type = "utmi";
A Dt2080.dtsi88 phy_type = "utmi";
98 phy_type = "utmi";
A Dt4240.dtsi114 phy_type = "utmi";
120 phy_type = "utmi";
/u-boot/doc/device-tree-bindings/usb/
A Dgeneric.txt17 selected. Valid arguments are "utmi" and "utmi_wide".
A Dtegra-usb.txt11 - phy_type : Should be one of "ulpi" or "utmi".

Completed in 29 milliseconds

12