Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/arm/mach-pxa/
Dcolibri-evalboard.c94 .flags = ENABLE_PORT1 |
Dcolibri-pxa270-income.c82 .flags = ENABLE_PORT1 | POWER_CONTROL_LOW | POWER_SENSE_LOW,
Dcsb726.c145 .flags = ENABLE_PORT1 | NO_OC_PROTECTION,
Dcm-x270.c275 .flags = ENABLE_PORT1 | ENABLE_PORT2 | POWER_CONTROL_LOW,
Dpcm990-baseboard.c374 .flags = ENABLE_PORT1 | POWER_CONTROL_LOW | POWER_SENSE_LOW,
Dzylonite.c416 .flags = ENABLE_PORT1 | ENABLE_PORT2 |
Dpalmtreo.c324 .flags = ENABLE_PORT1 | ENABLE_PORT3,
Dvpac270.c338 .flags = ENABLE_PORT1 | ENABLE_PORT2 |
Dmagician.c815 .flags = ENABLE_PORT1 | ENABLE_PORT2 | POWER_CONTROL_LOW,
Dem-x270.c530 .flags = ENABLE_PORT1 | ENABLE_PORT2 | POWER_CONTROL_LOW,
/Linux-v5.4/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()