Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/mach-pxa/
Dpxa27x.c49 if (cpu_is_pxa27x() && (PSSR & PSSR_OTGPH)) in pxa27x_clear_otgph()
50 PSSR |= PSSR_OTGPH; in pxa27x_clear_otgph()
Dpxa2xx-regs.h84 #define PSSR_OTGPH (1 << 6) /* OTG Peripheral control Hold */ macro