Home
last modified time | relevance | path

Searched refs:UHCHR_PCPL (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.c94 #define UHCHR_PCPL (1 << 7) /* Power control polarity low */ macro
234 uhchr |= UHCHR_PCPL; in pxa27x_setup_hc()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h847 #define UHCHR_PCPL (1<<7) macro