Home
last modified time | relevance | path

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

/openbmc/u-boot/board/toradex/colibri_pxa270/
H A Dcolibri_pxa270.c78 if (readl(PSSR) & PSSR_OTGPH) in board_usb_init()
79 writel(readl(PSSR) | PSSR_OTGPH, PSSR); in board_usb_init()
/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x.c49 if (cpu_is_pxa27x() && (PSSR & PSSR_OTGPH)) in pxa27x_clear_otgph()
50 PSSR |= PSSR_OTGPH; in pxa27x_clear_otgph()
H A Dpxa2xx-regs.h84 #define PSSR_OTGPH (1 << 6) /* OTG Peripheral control Hold */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2037 #define PSSR_OTGPH (1 << 6) /* OTG Peripheral control Hold */ macro