Home
last modified time | relevance | path

Searched refs:UHCHR_PSPL (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/toradex/colibri_pxa270/
H A Dcolibri_pxa270.c65 writel((readl(UHCHR) | UHCHR_PCPL | UHCHR_PSPL) & in board_usb_init()
/openbmc/linux/drivers/usb/host/
H A Dohci-pxa27x.c95 #define UHCHR_PSPL (1 << 6) /* Power sense polarity low */ macro
237 uhchr |= UHCHR_PSPL; in pxa27x_setup_hc()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h846 #define UHCHR_PSPL (1<<6) macro