Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c37 static struct pxa3xx_u2d_ulpi *u2d; variable
41 return __raw_readl(u2d->mmio_base + reg); in u2d_readl()
46 __raw_writel(val, u2d->mmio_base + reg); in u2d_writel()
139 err = usb_phy_init(u2d->otg); in pxa310_start_otg_host_transcvr()
145 err = otg_set_vbus(u2d->otg->otg, 1); in pxa310_start_otg_host_transcvr()
151 err = otg_set_host(u2d->otg->otg, host); in pxa310_start_otg_host_transcvr()
173 if (u2d->ulpi_mode & ULPI_IC_6PIN_SERIAL) in pxa310_start_otg_hc()
175 else if (u2d->ulpi_mode & ULPI_IC_3PIN_SERIAL) in pxa310_start_otg_hc()
189 otg_set_host(u2d->otg->otg, NULL); in pxa310_stop_otg_hc()
190 otg_set_vbus(u2d->otg->otg, 0); in pxa310_stop_otg_hc()
[all …]