Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c125 u2dotgcr |= U2DOTGCR_RTSM | U2DOTGCR_UTMID; in pxa310_otg_transceiver_rtsm()
168 u2d_writel(U2DOTGCR, u2d_readl(U2DOTGCR) | U2DOTGCR_UTMID); in pxa310_start_otg_hc()
202 u2dotgcr |= U2DOTGCR_ULAF | U2DOTGCR_UTMID; in pxa310_u2d_setup_otg_hc()
/linux-3.4.99/arch/arm/mach-pxa/include/mach/
Dregs-u2d.h61 #define U2DOTGCR_UTMID (1 << 4) /* UTMI Interface Disable */ macro