Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c122 u2dotgcr |= U2DOTGCR_RTSM | U2DOTGCR_UTMID; in pxa310_otg_transceiver_rtsm()
165 u2d_writel(U2DOTGCR, u2d_readl(U2DOTGCR) | U2DOTGCR_UTMID); in pxa310_start_otg_hc()
199 u2dotgcr |= U2DOTGCR_ULAF | U2DOTGCR_UTMID; in pxa310_u2d_setup_otg_hc()
Dregs-u2d.h60 #define U2DOTGCR_UTMID (1 << 4) /* UTMI Interface Disable */ macro