Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dusb-ohci-pxa27x.h12 #define ENABLE_PORT1 (1 << 0) macro
15 #define ENABLE_PORT_ALL (ENABLE_PORT1 | ENABLE_PORT2 | ENABLE_PORT3)
/Linux-v4.19/arch/arm/mach-pxa/
Dcolibri-evalboard.c75 .flags = ENABLE_PORT1 |
Dcolibri-pxa270-income.c74 .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.c384 .flags = ENABLE_PORT1 | ENABLE_PORT2 |
Dpalmtreo.c328 .flags = ENABLE_PORT1 | ENABLE_PORT3,
Dvpac270.c332 .flags = ENABLE_PORT1 | ENABLE_PORT2 |
Dmagician.c792 .flags = ENABLE_PORT1 | ENABLE_PORT2 | POWER_CONTROL_LOW,
Draumfeld.c360 .flags = ENABLE_PORT1,
Dem-x270.c534 .flags = ENABLE_PORT1 | ENABLE_PORT2 | POWER_CONTROL_LOW,
/Linux-v4.19/drivers/usb/host/
Dohci-pxa27x.c227 if (inf->flags & ENABLE_PORT1) in pxa27x_setup_hc()
374 pdata->flags |= ENABLE_PORT1; in ohci_pxa_of_init()
471 if (!(inf->flags & (ENABLE_PORT1 << i))) in ohci_hcd_pxa27x_probe()