Home
last modified time | relevance | path

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

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