Home
last modified time | relevance | path

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

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