Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/mach-pxa/include/mach/
Dohci.h13 #define ENABLE_PORT3 (1 << 2) macro
14 #define ENABLE_PORT_ALL (ENABLE_PORT1 | ENABLE_PORT2 | ENABLE_PORT3)
/linux-3.3/arch/arm/mach-pxa/
Dpalmtreo.c315 .flags = ENABLE_PORT1 | ENABLE_PORT3,
Dmagician.c647 .flags = ENABLE_PORT1 | ENABLE_PORT3 | POWER_CONTROL_LOW,
/linux-3.3/drivers/usb/host/
Dohci-pxa27x.c170 if (inf->flags & ENABLE_PORT3) in pxa27x_setup_hc()