~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise-security

« back to all changes in this revision

Viewing changes to drivers/usb/host/xhci-ext-caps.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
/* bits 1:2, 5:12, and 17:19 need to be preserved; bits 21:28 should be zero */
66
66
#define XHCI_LEGACY_DISABLE_SMI         ((0x3 << 1) + (0xff << 5) + (0x7 << 17))
67
67
 
 
68
/* USB 2.0 xHCI 0.96 L1C capability - section 7.2.2.1.3.2 */
 
69
#define XHCI_L1C               (1 << 16)
 
70
 
 
71
/* USB 2.0 xHCI 1.0 hardware LMP capability - section 7.2.2.1.3.2 */
 
72
#define XHCI_HLC               (1 << 19)
 
73
 
68
74
/* command register values to disable interrupts and halt the HC */
69
75
/* start/stop HC execution - do not write unless HC is halted*/
70
76
#define XHCI_CMD_RUN            (1 << 0)