Searched refs:UHCHR_SSE (Results 1 – 4 of 4) 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()74 writel(readl(UHCHR) & ~UHCHR_SSE, UHCHR); in board_usb_init()
96 #define UHCHR_SSE (1 << 5) /* Sleep Standby Enable */ macro297 uhchr = __raw_readl(pxa_ohci->mmio_base + UHCHR) & ~UHCHR_SSE; in pxa27x_start_hc()
845 #define UHCHR_SSE (1<<5) macro