Home
last modified time | relevance | path

Searched refs:PSSR_OTGPH (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/toradex/colibri_pxa270/
Dcolibri_pxa270.c78 if (readl(PSSR) & PSSR_OTGPH) in board_usb_init()
79 writel(readl(PSSR) | PSSR_OTGPH, PSSR); in board_usb_init()
/external/u-boot/arch/arm/include/asm/arch-pxa/
Dpxa-regs.h2037 #define PSSR_OTGPH (1 << 6) /* OTG Peripheral control Hold */ macro