Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/arm/mach-pxa/
Dcolibri-evalboard.c93 .flags = ENABLE_PORT1 |
Dcolibri-pxa270-income.c81 .flags = ENABLE_PORT1 | POWER_CONTROL_LOW | POWER_SENSE_LOW,
Dcsb726.c146 .flags = ENABLE_PORT1 | NO_OC_PROTECTION,
Dpcm990-baseboard.c369 .flags = ENABLE_PORT1 | POWER_CONTROL_LOW | POWER_SENSE_LOW,
Dzylonite.c417 .flags = ENABLE_PORT1 | ENABLE_PORT2 |
Dpalmtreo.c324 .flags = ENABLE_PORT1 | ENABLE_PORT3,
Dvpac270.c337 .flags = ENABLE_PORT1 | ENABLE_PORT2 |
Dmagician.c822 .flags = ENABLE_PORT1 | ENABLE_PORT2 | POWER_CONTROL_LOW,
/linux-6.1.9/drivers/usb/host/
Dohci-pxa27x.c224 if (inf->flags & ENABLE_PORT1) in pxa27x_setup_hc()
371 pdata->flags |= ENABLE_PORT1; in ohci_pxa_of_init()
469 if (!(inf->flags & (ENABLE_PORT1 << i))) in ohci_hcd_pxa27x_probe()