Lines Matching +full:twl4030 +full:- +full:usb
1 // SPDX-License-Identifier: GPL-2.0+
7 * repository git.gitorious.org/u-boot-omap3/mainline.git,
8 * branch omap3-dev-usb, file drivers/usb/gadget/twl4030_usb.c
12 * ------------------------------------------------------------------------
17 * Copyright (C) 2004-2007 Texas Instruments
23 * ------------------------------------------------------------------------
26 #include <twl4030.h>
45 printf("TWL4030:USB:Write[0x%x] Error %d\n", address, ret); in twl4030_usb_write()
59 printf("TWL4030:USB:Read[0x%x] Error %d\n", address, ret); in twl4030_usb_read()
120 * An interface between the USB link controller like musb and the
128 /* twl4030 ldo init */ in twl4030_usb_ulpi_init()
131 /* Enable the twl4030 phy */ in twl4030_usb_ulpi_init()
144 timeout -= 10; in twl4030_usb_ulpi_init()
150 printf("Error:TWL4030:USB Timeout setting PHY DPLL clock\n"); in twl4030_usb_ulpi_init()
151 return -1; in twl4030_usb_ulpi_init()
156 * Carkit and USB OTG. Disable Carkit and enable USB OTG in twl4030_usb_ulpi_init()