Home
last modified time | relevance | path

Searched refs:u2d (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c40 static struct pxa3xx_u2d_ulpi *u2d; variable
44 return __raw_readl(u2d->mmio_base + reg); in u2d_readl()
49 __raw_writel(val, u2d->mmio_base + reg); in u2d_writel()
142 err = usb_phy_init(u2d->otg); in pxa310_start_otg_host_transcvr()
148 err = otg_set_vbus(u2d->otg->otg, 1); in pxa310_start_otg_host_transcvr()
154 err = otg_set_host(u2d->otg->otg, host); in pxa310_start_otg_host_transcvr()
176 if (u2d->ulpi_mode & ULPI_IC_6PIN_SERIAL) in pxa310_start_otg_hc()
178 else if (u2d->ulpi_mode & ULPI_IC_3PIN_SERIAL) in pxa310_start_otg_hc()
192 otg_set_host(u2d->otg->otg, NULL); in pxa310_stop_otg_hc()
193 otg_set_vbus(u2d->otg->otg, 0); in pxa310_stop_otg_hc()
[all …]