Searched refs:UHCHR_SSEP2 (Results 1 – 4 of 4) sorted by relevance
46 writel(readl(UHCHR) & ~UHCHR_SSEP2, UHCHR); in usb_cpu_init()66 writel(readl(UHCHR) | UHCHR_SSEP2, UHCHR); in usb_cpu_stop()
67 ~(UHCHR_SSEP0 | UHCHR_SSEP1 | UHCHR_SSEP2 | UHCHR_SSE), in board_usb_init()
93 #define UHCHR_SSEP2 (1 << 10) /* Sleep Standby Enable for Port2 */ macro231 uhchr &= ~UHCHR_SSEP2; in pxa27x_setup_hc()
850 #define UHCHR_SSEP2 (1<<11) macro