Home
last modified time | relevance | path

Searched refs:UHCHR_SSEP1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dusb.c47 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()
/openbmc/u-boot/board/toradex/colibri_pxa270/
H A Dcolibri_pxa270.c66 ~(UHCHR_SSEP0 | UHCHR_SSEP1 | UHCHR_SSEP2 | UHCHR_SSE), in board_usb_init()
/openbmc/linux/drivers/usb/host/
H A Dohci-pxa27x.c93 #define UHCHR_SSEP1 (1 << 9) /* Sleep Standby Enable for Port1 */ macro
225 uhchr &= ~UHCHR_SSEP1; in pxa27x_setup_hc()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h849 #define UHCHR_SSEP1 (1<<10) macro