Home
last modified time | relevance | path

Searched refs:ENABLE_PORT1 (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/include/linux/platform_data/
Dusb-ohci-pxa27x.h11 #define ENABLE_PORT1 (1 << 0) macro
14 #define ENABLE_PORT_ALL (ENABLE_PORT1 | ENABLE_PORT2 | ENABLE_PORT3)
/linux-4.4.14/arch/arm/mach-pxa/
Dcolibri-evalboard.c75 .flags = ENABLE_PORT1 |
Dcolibri-pxa270-income.c73 .flags = ENABLE_PORT1 | POWER_CONTROL_LOW | POWER_SENSE_LOW,
Dcsb726.c139 .flags = ENABLE_PORT1 | NO_OC_PROTECTION,
Dcm-x270.c277 .flags = ENABLE_PORT1 | ENABLE_PORT2 | POWER_CONTROL_LOW,
Dpcm990-baseboard.c380 .flags = ENABLE_PORT1 | POWER_CONTROL_LOW | POWER_SENSE_LOW,
Dzylonite.c395 .flags = ENABLE_PORT1 | ENABLE_PORT2 |
Dpalmtreo.c328 .flags = ENABLE_PORT1 | ENABLE_PORT3,
Dvpac270.c331 .flags = ENABLE_PORT1 | ENABLE_PORT2 |
Dmagician.c761 .flags = ENABLE_PORT1 | ENABLE_PORT2 | POWER_CONTROL_LOW,
Draumfeld.c362 .flags = ENABLE_PORT1,
Dem-x270.c536 .flags = ENABLE_PORT1 | ENABLE_PORT2 | POWER_CONTROL_LOW,
/linux-4.4.14/drivers/usb/host/
Dohci-pxa27x.c226 if (inf->flags & ENABLE_PORT1) in pxa27x_setup_hc()
369 pdata->flags |= ENABLE_PORT1; in ohci_pxa_of_init()
466 if (!(inf->flags & (ENABLE_PORT1 << i))) in usb_hcd_pxa27x_probe()