Searched refs:UHCHR_SSEP1 (Results 1 – 3 of 3) sorted by relevance
47 writel(readl(UHCHR) & ~(UHCHR_SSEP1 | UHCHR_SSE), UHCHR); in usb_cpu_init()67 writel(readl(UHCHR) | UHCHR_SSEP1 | UHCHR_SSE, UHCHR); in usb_cpu_stop()
66 ~(UHCHR_SSEP0 | UHCHR_SSEP1 | UHCHR_SSEP2 | UHCHR_SSE), in board_usb_init()
849 #define UHCHR_SSEP1 (1<<10) macro