Searched refs:UHCHR_SSEP1 (Results 1 – 4 of 4) sorted by relevance
48 writel(readl(UHCHR) & ~(UHCHR_SSEP1 | UHCHR_SSE), UHCHR); in usb_cpu_init()68 writel(readl(UHCHR) | UHCHR_SSEP1 | UHCHR_SSE, UHCHR); in usb_cpu_stop()
67 ~(UHCHR_SSEP0 | UHCHR_SSEP1 | UHCHR_SSEP2 | UHCHR_SSE), in board_usb_init()
94 #define UHCHR_SSEP1 (1 << 9) /* Sleep Standby Enable for Port1 */ macro228 uhchr &= ~UHCHR_SSEP1; in pxa27x_setup_hc()
849 #define UHCHR_SSEP1 (1<<10) macro