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