Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dchipidea.h30 #define CI_HDRC_FORCE_FULLSPEED BIT(6) macro
/linux-4.1.27/drivers/usb/chipidea/
Dci_hdrc_zevio.c21 .flags = CI_HDRC_REGS_SHARED | CI_HDRC_FORCE_FULLSPEED,
Dhost.c147 if (ci->platdata->flags & CI_HDRC_FORCE_FULLSPEED) in host_start()
Dcore.c453 if (ci->platdata->flags & CI_HDRC_FORCE_FULLSPEED) { in hw_device_reset()
592 platdata->flags |= CI_HDRC_FORCE_FULLSPEED; in ci_get_platdata()