dwc3-omap.h 377 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /* include/linux/usb/dwc3-omap.h
  3. *
  4. * Copyright (c) 2014 Texas Instruments Incorporated - http://www.ti.com
  5. *
  6. * Designware SuperSpeed Glue
  7. */
  8. #ifndef __DWC3_OMAP_H_
  9. #define __DWC3_OMAP_H_
  10. enum dwc3_omap_utmi_mode {
  11. DWC3_OMAP_UTMI_MODE_UNKNOWN = 0,
  12. DWC3_OMAP_UTMI_MODE_HW,
  13. DWC3_OMAP_UTMI_MODE_SW,
  14. };
  15. #endif /* __DWC3_OMAP_H_ */