xhci.h 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293
  1. /*
  2. * USB HOST XHCI Controller
  3. *
  4. * Based on xHCI host controller driver in linux-kernel
  5. * by Sarah Sharp.
  6. *
  7. * Copyright (C) 2008 Intel Corp.
  8. * Author: Sarah Sharp
  9. *
  10. * Copyright (C) 2013 Samsung Electronics Co.Ltd
  11. * Authors: Vivek Gautam <gautam.vivek@samsung.com>
  12. * Vikas Sajjan <vikas.sajjan@samsung.com>
  13. *
  14. * SPDX-License-Identifier: GPL-2.0+
  15. */
  16. #ifndef HOST_XHCI_H_
  17. #define HOST_XHCI_H_
  18. #include <asm/types.h>
  19. #include <asm/cache.h>
  20. #include <asm/io.h>
  21. #include <linux/list.h>
  22. #include <linux/compat.h>
  23. #define MAX_EP_CTX_NUM 31
  24. #define XHCI_ALIGNMENT 64
  25. /* Generic timeout for XHCI events */
  26. #define XHCI_TIMEOUT 5000
  27. /* Max number of USB devices for any host controller - limit in section 6.1 */
  28. #define MAX_HC_SLOTS 256
  29. /* Section 5.3.3 - MaxPorts */
  30. #define MAX_HC_PORTS 255
  31. /* Up to 16 ms to halt an HC */
  32. #define XHCI_MAX_HALT_USEC (16*1000)
  33. #define XHCI_MAX_RESET_USEC (250*1000)
  34. /*
  35. * These bits are Read Only (RO) and should be saved and written to the
  36. * registers: 0, 3, 10:13, 30
  37. * connect status, over-current status, port speed, and device removable.
  38. * connect status and port speed are also sticky - meaning they're in
  39. * the AUX well and they aren't changed by a hot, warm, or cold reset.
  40. */
  41. #define XHCI_PORT_RO ((1 << 0) | (1 << 3) | (0xf << 10) | (1 << 30))
  42. /*
  43. * These bits are RW; writing a 0 clears the bit, writing a 1 sets the bit:
  44. * bits 5:8, 9, 14:15, 25:27
  45. * link state, port power, port indicator state, "wake on" enable state
  46. */
  47. #define XHCI_PORT_RWS ((0xf << 5) | (1 << 9) | (0x3 << 14) | (0x7 << 25))
  48. /*
  49. * These bits are RW; writing a 1 sets the bit, writing a 0 has no effect:
  50. * bit 4 (port reset)
  51. */
  52. #define XHCI_PORT_RW1S ((1 << 4))
  53. /*
  54. * These bits are RW; writing a 1 clears the bit, writing a 0 has no effect:
  55. * bits 1, 17, 18, 19, 20, 21, 22, 23
  56. * port enable/disable, and
  57. * change bits: connect, PED,
  58. * warm port reset changed (reserved zero for USB 2.0 ports),
  59. * over-current, reset, link state, and L1 change
  60. */
  61. #define XHCI_PORT_RW1CS ((1 << 1) | (0x7f << 17))
  62. /*
  63. * Bit 16 is RW, and writing a '1' to it causes the link state control to be
  64. * latched in
  65. */
  66. #define XHCI_PORT_RW ((1 << 16))
  67. /*
  68. * These bits are Reserved Zero (RsvdZ) and zero should be written to them:
  69. * bits 2, 24, 28:31
  70. */
  71. #define XHCI_PORT_RZ ((1 << 2) | (1 << 24) | (0xf << 28))
  72. /*
  73. * XHCI Register Space.
  74. */
  75. struct xhci_hccr {
  76. uint32_t cr_capbase;
  77. uint32_t cr_hcsparams1;
  78. uint32_t cr_hcsparams2;
  79. uint32_t cr_hcsparams3;
  80. uint32_t cr_hccparams;
  81. uint32_t cr_dboff;
  82. uint32_t cr_rtsoff;
  83. /* hc_capbase bitmasks */
  84. /* bits 7:0 - how long is the Capabilities register */
  85. #define HC_LENGTH(p) XHCI_HC_LENGTH(p)
  86. /* bits 31:16 */
  87. #define HC_VERSION(p) (((p) >> 16) & 0xffff)
  88. /* HCSPARAMS1 - hcs_params1 - bitmasks */
  89. /* bits 0:7, Max Device Slots */
  90. #define HCS_MAX_SLOTS(p) (((p) >> 0) & 0xff)
  91. #define HCS_SLOTS_MASK 0xff
  92. /* bits 8:18, Max Interrupters */
  93. #define HCS_MAX_INTRS(p) (((p) >> 8) & 0x7ff)
  94. /* bits 24:31, Max Ports - max value is 0x7F = 127 ports */
  95. #define HCS_MAX_PORTS_SHIFT 24
  96. #define HCS_MAX_PORTS_MASK (0xff << HCS_MAX_PORTS_SHIFT)
  97. #define HCS_MAX_PORTS(p) (((p) >> 24) & 0xff)
  98. /* HCSPARAMS2 - hcs_params2 - bitmasks */
  99. /* bits 0:3, frames or uframes that SW needs to queue transactions
  100. * ahead of the HW to meet periodic deadlines */
  101. #define HCS_IST(p) (((p) >> 0) & 0xf)
  102. /* bits 4:7, max number of Event Ring segments */
  103. #define HCS_ERST_MAX(p) (((p) >> 4) & 0xf)
  104. /* bits 21:25 Hi 5 bits of Scratchpad buffers SW must allocate for the HW */
  105. /* bit 26 Scratchpad restore - for save/restore HW state - not used yet */
  106. /* bits 27:31 Lo 5 bits of Scratchpad buffers SW must allocate for the HW */
  107. #define HCS_MAX_SCRATCHPAD(p) ((((p) >> 16) & 0x3e0) | (((p) >> 27) & 0x1f))
  108. /* HCSPARAMS3 - hcs_params3 - bitmasks */
  109. /* bits 0:7, Max U1 to U0 latency for the roothub ports */
  110. #define HCS_U1_LATENCY(p) (((p) >> 0) & 0xff)
  111. /* bits 16:31, Max U2 to U0 latency for the roothub ports */
  112. #define HCS_U2_LATENCY(p) (((p) >> 16) & 0xffff)
  113. /* HCCPARAMS - hcc_params - bitmasks */
  114. /* true: HC can use 64-bit address pointers */
  115. #define HCC_64BIT_ADDR(p) ((p) & (1 << 0))
  116. /* true: HC can do bandwidth negotiation */
  117. #define HCC_BANDWIDTH_NEG(p) ((p) & (1 << 1))
  118. /* true: HC uses 64-byte Device Context structures
  119. * FIXME 64-byte context structures aren't supported yet.
  120. */
  121. #define HCC_64BYTE_CONTEXT(p) ((p) & (1 << 2))
  122. /* true: HC has port power switches */
  123. #define HCC_PPC(p) ((p) & (1 << 3))
  124. /* true: HC has port indicators */
  125. #define HCS_INDICATOR(p) ((p) & (1 << 4))
  126. /* true: HC has Light HC Reset Capability */
  127. #define HCC_LIGHT_RESET(p) ((p) & (1 << 5))
  128. /* true: HC supports latency tolerance messaging */
  129. #define HCC_LTC(p) ((p) & (1 << 6))
  130. /* true: no secondary Stream ID Support */
  131. #define HCC_NSS(p) ((p) & (1 << 7))
  132. /* Max size for Primary Stream Arrays - 2^(n+1), where n is bits 12:15 */
  133. #define HCC_MAX_PSA(p) (1 << ((((p) >> 12) & 0xf) + 1))
  134. /* Extended Capabilities pointer from PCI base - section 5.3.6 */
  135. #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p)
  136. /* db_off bitmask - bits 0:1 reserved */
  137. #define DBOFF_MASK (~0x3)
  138. /* run_regs_off bitmask - bits 0:4 reserved */
  139. #define RTSOFF_MASK (~0x1f)
  140. };
  141. struct xhci_hcor_port_regs {
  142. volatile uint32_t or_portsc;
  143. volatile uint32_t or_portpmsc;
  144. volatile uint32_t or_portli;
  145. volatile uint32_t reserved_3;
  146. };
  147. struct xhci_hcor {
  148. volatile uint32_t or_usbcmd;
  149. volatile uint32_t or_usbsts;
  150. volatile uint32_t or_pagesize;
  151. volatile uint32_t reserved_0[2];
  152. volatile uint32_t or_dnctrl;
  153. volatile uint64_t or_crcr;
  154. volatile uint32_t reserved_1[4];
  155. volatile uint64_t or_dcbaap;
  156. volatile uint32_t or_config;
  157. volatile uint32_t reserved_2[241];
  158. struct xhci_hcor_port_regs portregs[MAX_HC_PORTS];
  159. };
  160. /* USBCMD - USB command - command bitmasks */
  161. /* start/stop HC execution - do not write unless HC is halted*/
  162. #define CMD_RUN XHCI_CMD_RUN
  163. /* Reset HC - resets internal HC state machine and all registers (except
  164. * PCI config regs). HC does NOT drive a USB reset on the downstream ports.
  165. * The xHCI driver must reinitialize the xHC after setting this bit.
  166. */
  167. #define CMD_RESET (1 << 1)
  168. /* Event Interrupt Enable - a '1' allows interrupts from the host controller */
  169. #define CMD_EIE XHCI_CMD_EIE
  170. /* Host System Error Interrupt Enable - get out-of-band signal for HC errors */
  171. #define CMD_HSEIE XHCI_CMD_HSEIE
  172. /* bits 4:6 are reserved (and should be preserved on writes). */
  173. /* light reset (port status stays unchanged) - reset completed when this is 0 */
  174. #define CMD_LRESET (1 << 7)
  175. /* host controller save/restore state. */
  176. #define CMD_CSS (1 << 8)
  177. #define CMD_CRS (1 << 9)
  178. /* Enable Wrap Event - '1' means xHC generates an event when MFINDEX wraps. */
  179. #define CMD_EWE XHCI_CMD_EWE
  180. /* MFINDEX power management - '1' means xHC can stop MFINDEX counter if all root
  181. * hubs are in U3 (selective suspend), disconnect, disabled, or powered-off.
  182. * '0' means the xHC can power it off if all ports are in the disconnect,
  183. * disabled, or powered-off state.
  184. */
  185. #define CMD_PM_INDEX (1 << 11)
  186. /* bits 12:31 are reserved (and should be preserved on writes). */
  187. /* USBSTS - USB status - status bitmasks */
  188. /* HC not running - set to 1 when run/stop bit is cleared. */
  189. #define STS_HALT XHCI_STS_HALT
  190. /* serious error, e.g. PCI parity error. The HC will clear the run/stop bit. */
  191. #define STS_FATAL (1 << 2)
  192. /* event interrupt - clear this prior to clearing any IP flags in IR set*/
  193. #define STS_EINT (1 << 3)
  194. /* port change detect */
  195. #define STS_PORT (1 << 4)
  196. /* bits 5:7 reserved and zeroed */
  197. /* save state status - '1' means xHC is saving state */
  198. #define STS_SAVE (1 << 8)
  199. /* restore state status - '1' means xHC is restoring state */
  200. #define STS_RESTORE (1 << 9)
  201. /* true: save or restore error */
  202. #define STS_SRE (1 << 10)
  203. /* true: Controller Not Ready to accept doorbell or op reg writes after reset */
  204. #define STS_CNR XHCI_STS_CNR
  205. /* true: internal Host Controller Error - SW needs to reset and reinitialize */
  206. #define STS_HCE (1 << 12)
  207. /* bits 13:31 reserved and should be preserved */
  208. /*
  209. * DNCTRL - Device Notification Control Register - dev_notification bitmasks
  210. * Generate a device notification event when the HC sees a transaction with a
  211. * notification type that matches a bit set in this bit field.
  212. */
  213. #define DEV_NOTE_MASK (0xffff)
  214. #define ENABLE_DEV_NOTE(x) (1 << (x))
  215. /* Most of the device notification types should only be used for debug.
  216. * SW does need to pay attention to function wake notifications.
  217. */
  218. #define DEV_NOTE_FWAKE ENABLE_DEV_NOTE(1)
  219. /* CRCR - Command Ring Control Register - cmd_ring bitmasks */
  220. /* bit 0 is the command ring cycle state */
  221. /* stop ring operation after completion of the currently executing command */
  222. #define CMD_RING_PAUSE (1 << 1)
  223. /* stop ring immediately - abort the currently executing command */
  224. #define CMD_RING_ABORT (1 << 2)
  225. /* true: command ring is running */
  226. #define CMD_RING_RUNNING (1 << 3)
  227. /* bits 4:5 reserved and should be preserved */
  228. /* Command Ring pointer - bit mask for the lower 32 bits. */
  229. #define CMD_RING_RSVD_BITS (0x3f)
  230. /* CONFIG - Configure Register - config_reg bitmasks */
  231. /* bits 0:7 - maximum number of device slots enabled (NumSlotsEn) */
  232. #define MAX_DEVS(p) ((p) & 0xff)
  233. /* bits 8:31 - reserved and should be preserved */
  234. /* PORTSC - Port Status and Control Register - port_status_base bitmasks */
  235. /* true: device connected */
  236. #define PORT_CONNECT (1 << 0)
  237. /* true: port enabled */
  238. #define PORT_PE (1 << 1)
  239. /* bit 2 reserved and zeroed */
  240. /* true: port has an over-current condition */
  241. #define PORT_OC (1 << 3)
  242. /* true: port reset signaling asserted */
  243. #define PORT_RESET (1 << 4)
  244. /* Port Link State - bits 5:8
  245. * A read gives the current link PM state of the port,
  246. * a write with Link State Write Strobe set sets the link state.
  247. */
  248. #define PORT_PLS_MASK (0xf << 5)
  249. #define XDEV_U0 (0x0 << 5)
  250. #define XDEV_U2 (0x2 << 5)
  251. #define XDEV_U3 (0x3 << 5)
  252. #define XDEV_RESUME (0xf << 5)
  253. /* true: port has power (see HCC_PPC) */
  254. #define PORT_POWER (1 << 9)
  255. /* bits 10:13 indicate device speed:
  256. * 0 - undefined speed - port hasn't be initialized by a reset yet
  257. * 1 - full speed
  258. * 2 - low speed
  259. * 3 - high speed
  260. * 4 - super speed
  261. * 5-15 reserved
  262. */
  263. #define DEV_SPEED_MASK (0xf << 10)
  264. #define XDEV_FS (0x1 << 10)
  265. #define XDEV_LS (0x2 << 10)
  266. #define XDEV_HS (0x3 << 10)
  267. #define XDEV_SS (0x4 << 10)
  268. #define DEV_UNDEFSPEED(p) (((p) & DEV_SPEED_MASK) == (0x0<<10))
  269. #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS)
  270. #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS)
  271. #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS)
  272. #define DEV_SUPERSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_SS)
  273. /* Bits 20:23 in the Slot Context are the speed for the device */
  274. #define SLOT_SPEED_FS (XDEV_FS << 10)
  275. #define SLOT_SPEED_LS (XDEV_LS << 10)
  276. #define SLOT_SPEED_HS (XDEV_HS << 10)
  277. #define SLOT_SPEED_SS (XDEV_SS << 10)
  278. /* Port Indicator Control */
  279. #define PORT_LED_OFF (0 << 14)
  280. #define PORT_LED_AMBER (1 << 14)
  281. #define PORT_LED_GREEN (2 << 14)
  282. #define PORT_LED_MASK (3 << 14)
  283. /* Port Link State Write Strobe - set this when changing link state */
  284. #define PORT_LINK_STROBE (1 << 16)
  285. /* true: connect status change */
  286. #define PORT_CSC (1 << 17)
  287. /* true: port enable change */
  288. #define PORT_PEC (1 << 18)
  289. /* true: warm reset for a USB 3.0 device is done. A "hot" reset puts the port
  290. * into an enabled state, and the device into the default state. A "warm" reset
  291. * also resets the link, forcing the device through the link training sequence.
  292. * SW can also look at the Port Reset register to see when warm reset is done.
  293. */
  294. #define PORT_WRC (1 << 19)
  295. /* true: over-current change */
  296. #define PORT_OCC (1 << 20)
  297. /* true: reset change - 1 to 0 transition of PORT_RESET */
  298. #define PORT_RC (1 << 21)
  299. /* port link status change - set on some port link state transitions:
  300. * Transition Reason
  301. * --------------------------------------------------------------------------
  302. * - U3 to Resume Wakeup signaling from a device
  303. * - Resume to Recovery to U0 USB 3.0 device resume
  304. * - Resume to U0 USB 2.0 device resume
  305. * - U3 to Recovery to U0 Software resume of USB 3.0 device complete
  306. * - U3 to U0 Software resume of USB 2.0 device complete
  307. * - U2 to U0 L1 resume of USB 2.1 device complete
  308. * - U0 to U0 (???) L1 entry rejection by USB 2.1 device
  309. * - U0 to disabled L1 entry error with USB 2.1 device
  310. * - Any state to inactive Error on USB 3.0 port
  311. */
  312. #define PORT_PLC (1 << 22)
  313. /* port configure error change - port failed to configure its link partner */
  314. #define PORT_CEC (1 << 23)
  315. /* bit 24 reserved */
  316. /* wake on connect (enable) */
  317. #define PORT_WKCONN_E (1 << 25)
  318. /* wake on disconnect (enable) */
  319. #define PORT_WKDISC_E (1 << 26)
  320. /* wake on over-current (enable) */
  321. #define PORT_WKOC_E (1 << 27)
  322. /* bits 28:29 reserved */
  323. /* true: device is removable - for USB 3.0 roothub emulation */
  324. #define PORT_DEV_REMOVE (1 << 30)
  325. /* Initiate a warm port reset - complete when PORT_WRC is '1' */
  326. #define PORT_WR (1 << 31)
  327. /* We mark duplicate entries with -1 */
  328. #define DUPLICATE_ENTRY ((u8)(-1))
  329. /* Port Power Management Status and Control - port_power_base bitmasks */
  330. /* Inactivity timer value for transitions into U1, in microseconds.
  331. * Timeout can be up to 127us. 0xFF means an infinite timeout.
  332. */
  333. #define PORT_U1_TIMEOUT(p) ((p) & 0xff)
  334. /* Inactivity timer value for transitions into U2 */
  335. #define PORT_U2_TIMEOUT(p) (((p) & 0xff) << 8)
  336. /* Bits 24:31 for port testing */
  337. /* USB2 Protocol PORTSPMSC */
  338. #define PORT_L1S_MASK 7
  339. #define PORT_L1S_SUCCESS 1
  340. #define PORT_RWE (1 << 3)
  341. #define PORT_HIRD(p) (((p) & 0xf) << 4)
  342. #define PORT_HIRD_MASK (0xf << 4)
  343. #define PORT_L1DS(p) (((p) & 0xff) << 8)
  344. #define PORT_HLE (1 << 16)
  345. /**
  346. * struct xhci_intr_reg - Interrupt Register Set
  347. * @irq_pending: IMAN - Interrupt Management Register. Used to enable
  348. * interrupts and check for pending interrupts.
  349. * @irq_control: IMOD - Interrupt Moderation Register.
  350. * Used to throttle interrupts.
  351. * @erst_size: Number of segments in the
  352. Event Ring Segment Table (ERST).
  353. * @erst_base: ERST base address.
  354. * @erst_dequeue: Event ring dequeue pointer.
  355. *
  356. * Each interrupter (defined by a MSI-X vector) has an event ring and an Event
  357. * Ring Segment Table (ERST) associated with it.
  358. * The event ring is comprised of multiple segments of the same size.
  359. * The HC places events on the ring and "updates the Cycle bit in the TRBs to
  360. * indicate to software the current position of the Enqueue Pointer."
  361. * The HCD (Linux) processes those events and updates the dequeue pointer.
  362. */
  363. struct xhci_intr_reg {
  364. volatile __le32 irq_pending;
  365. volatile __le32 irq_control;
  366. volatile __le32 erst_size;
  367. volatile __le32 rsvd;
  368. volatile __le64 erst_base;
  369. volatile __le64 erst_dequeue;
  370. };
  371. /* irq_pending bitmasks */
  372. #define ER_IRQ_PENDING(p) ((p) & 0x1)
  373. /* bits 2:31 need to be preserved */
  374. /* THIS IS BUGGY - FIXME - IP IS WRITE 1 TO CLEAR */
  375. #define ER_IRQ_CLEAR(p) ((p) & 0xfffffffe)
  376. #define ER_IRQ_ENABLE(p) ((ER_IRQ_CLEAR(p)) | 0x2)
  377. #define ER_IRQ_DISABLE(p) ((ER_IRQ_CLEAR(p)) & ~(0x2))
  378. /* irq_control bitmasks */
  379. /* Minimum interval between interrupts (in 250ns intervals). The interval
  380. * between interrupts will be longer if there are no events on the event ring.
  381. * Default is 4000 (1 ms).
  382. */
  383. #define ER_IRQ_INTERVAL_MASK (0xffff)
  384. /* Counter used to count down the time to the next interrupt - HW use only */
  385. #define ER_IRQ_COUNTER_MASK (0xffff << 16)
  386. /* erst_size bitmasks */
  387. /* Preserve bits 16:31 of erst_size */
  388. #define ERST_SIZE_MASK (0xffff << 16)
  389. /* erst_dequeue bitmasks */
  390. /* Dequeue ERST Segment Index (DESI) - Segment number (or alias)
  391. * where the current dequeue pointer lies. This is an optional HW hint.
  392. */
  393. #define ERST_DESI_MASK (0x7)
  394. /* Event Handler Busy (EHB) - is the event ring scheduled to be serviced by
  395. * a work queue (or delayed service routine)?
  396. */
  397. #define ERST_EHB (1 << 3)
  398. #define ERST_PTR_MASK (0xf)
  399. /**
  400. * struct xhci_run_regs
  401. * @microframe_index: MFINDEX - current microframe number
  402. *
  403. * Section 5.5 Host Controller Runtime Registers:
  404. * "Software should read and write these registers using only Dword (32 bit)
  405. * or larger accesses"
  406. */
  407. struct xhci_run_regs {
  408. __le32 microframe_index;
  409. __le32 rsvd[7];
  410. struct xhci_intr_reg ir_set[128];
  411. };
  412. /**
  413. * struct doorbell_array
  414. *
  415. * Bits 0 - 7: Endpoint target
  416. * Bits 8 - 15: RsvdZ
  417. * Bits 16 - 31: Stream ID
  418. *
  419. * Section 5.6
  420. */
  421. struct xhci_doorbell_array {
  422. volatile __le32 doorbell[256];
  423. };
  424. #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16))
  425. #define DB_VALUE_HOST 0x00000000
  426. /**
  427. * struct xhci_protocol_caps
  428. * @revision: major revision, minor revision, capability ID,
  429. * and next capability pointer.
  430. * @name_string: Four ASCII characters to say which spec this xHC
  431. * follows, typically "USB ".
  432. * @port_info: Port offset, count, and protocol-defined information.
  433. */
  434. struct xhci_protocol_caps {
  435. u32 revision;
  436. u32 name_string;
  437. u32 port_info;
  438. };
  439. #define XHCI_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff)
  440. #define XHCI_EXT_PORT_OFF(x) ((x) & 0xff)
  441. #define XHCI_EXT_PORT_COUNT(x) (((x) >> 8) & 0xff)
  442. /**
  443. * struct xhci_container_ctx
  444. * @type: Type of context. Used to calculated offsets to contained contexts.
  445. * @size: Size of the context data
  446. * @bytes: The raw context data given to HW
  447. *
  448. * Represents either a Device or Input context. Holds a pointer to the raw
  449. * memory used for the context (bytes).
  450. */
  451. struct xhci_container_ctx {
  452. unsigned type;
  453. #define XHCI_CTX_TYPE_DEVICE 0x1
  454. #define XHCI_CTX_TYPE_INPUT 0x2
  455. int size;
  456. u8 *bytes;
  457. };
  458. /**
  459. * struct xhci_slot_ctx
  460. * @dev_info: Route string, device speed, hub info, and last valid endpoint
  461. * @dev_info2: Max exit latency for device number, root hub port number
  462. * @tt_info: tt_info is used to construct split transaction tokens
  463. * @dev_state: slot state and device address
  464. *
  465. * Slot Context - section 6.2.1.1. This assumes the HC uses 32-byte context
  466. * structures. If the HC uses 64-byte contexts, there is an additional 32 bytes
  467. * reserved at the end of the slot context for HC internal use.
  468. */
  469. struct xhci_slot_ctx {
  470. __le32 dev_info;
  471. __le32 dev_info2;
  472. __le32 tt_info;
  473. __le32 dev_state;
  474. /* offset 0x10 to 0x1f reserved for HC internal use */
  475. __le32 reserved[4];
  476. };
  477. /* dev_info bitmasks */
  478. /* Route String - 0:19 */
  479. #define ROUTE_STRING_MASK (0xfffff)
  480. /* Device speed - values defined by PORTSC Device Speed field - 20:23 */
  481. #define DEV_SPEED (0xf << 20)
  482. /* bit 24 reserved */
  483. /* Is this LS/FS device connected through a HS hub? - bit 25 */
  484. #define DEV_MTT (0x1 << 25)
  485. /* Set if the device is a hub - bit 26 */
  486. #define DEV_HUB (0x1 << 26)
  487. /* Index of the last valid endpoint context in this device context - 27:31 */
  488. #define LAST_CTX_MASK (0x1f << 27)
  489. #define LAST_CTX(p) ((p) << 27)
  490. #define LAST_CTX_TO_EP_NUM(p) (((p) >> 27) - 1)
  491. #define SLOT_FLAG (1 << 0)
  492. #define EP0_FLAG (1 << 1)
  493. /* dev_info2 bitmasks */
  494. /* Max Exit Latency (ms) - worst case time to wake up all links in dev path */
  495. #define MAX_EXIT (0xffff)
  496. /* Root hub port number that is needed to access the USB device */
  497. #define ROOT_HUB_PORT(p) (((p) & 0xff) << 16)
  498. #define ROOT_HUB_PORT_MASK (0xff)
  499. #define ROOT_HUB_PORT_SHIFT (16)
  500. #define DEVINFO_TO_ROOT_HUB_PORT(p) (((p) >> 16) & 0xff)
  501. /* Maximum number of ports under a hub device */
  502. #define XHCI_MAX_PORTS(p) (((p) & 0xff) << 24)
  503. /* tt_info bitmasks */
  504. /*
  505. * TT Hub Slot ID - for low or full speed devices attached to a high-speed hub
  506. * The Slot ID of the hub that isolates the high speed signaling from
  507. * this low or full-speed device. '0' if attached to root hub port.
  508. */
  509. #define TT_SLOT(p) (((p) & 0xff) << 0)
  510. /*
  511. * The number of the downstream facing port of the high-speed hub
  512. * '0' if the device is not low or full speed.
  513. */
  514. #define TT_PORT(p) (((p) & 0xff) << 8)
  515. #define TT_THINK_TIME(p) (((p) & 0x3) << 16)
  516. /* dev_state bitmasks */
  517. /* USB device address - assigned by the HC */
  518. #define DEV_ADDR_MASK (0xff)
  519. /* bits 8:26 reserved */
  520. /* Slot state */
  521. #define SLOT_STATE (0x1f << 27)
  522. #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27)
  523. #define SLOT_STATE_DISABLED 0
  524. #define SLOT_STATE_ENABLED SLOT_STATE_DISABLED
  525. #define SLOT_STATE_DEFAULT 1
  526. #define SLOT_STATE_ADDRESSED 2
  527. #define SLOT_STATE_CONFIGURED 3
  528. /**
  529. * struct xhci_ep_ctx
  530. * @ep_info: endpoint state, streams, mult, and interval information.
  531. * @ep_info2: information on endpoint type, max packet size, max burst size,
  532. * error count, and whether the HC will force an event for all
  533. * transactions.
  534. * @deq: 64-bit ring dequeue pointer address. If the endpoint only
  535. * defines one stream, this points to the endpoint transfer ring.
  536. * Otherwise, it points to a stream context array, which has a
  537. * ring pointer for each flow.
  538. * @tx_info:
  539. * Average TRB lengths for the endpoint ring and
  540. * max payload within an Endpoint Service Interval Time (ESIT).
  541. *
  542. * Endpoint Context - section 6.2.1.2.This assumes the HC uses 32-byte context
  543. * structures.If the HC uses 64-byte contexts, there is an additional 32 bytes
  544. * reserved at the end of the endpoint context for HC internal use.
  545. */
  546. struct xhci_ep_ctx {
  547. __le32 ep_info;
  548. __le32 ep_info2;
  549. __le64 deq;
  550. __le32 tx_info;
  551. /* offset 0x14 - 0x1f reserved for HC internal use */
  552. __le32 reserved[3];
  553. };
  554. /* ep_info bitmasks */
  555. /*
  556. * Endpoint State - bits 0:2
  557. * 0 - disabled
  558. * 1 - running
  559. * 2 - halted due to halt condition - ok to manipulate endpoint ring
  560. * 3 - stopped
  561. * 4 - TRB error
  562. * 5-7 - reserved
  563. */
  564. #define EP_STATE_MASK (0xf)
  565. #define EP_STATE_DISABLED 0
  566. #define EP_STATE_RUNNING 1
  567. #define EP_STATE_HALTED 2
  568. #define EP_STATE_STOPPED 3
  569. #define EP_STATE_ERROR 4
  570. /* Mult - Max number of burtst within an interval, in EP companion desc. */
  571. #define EP_MULT(p) (((p) & 0x3) << 8)
  572. #define CTX_TO_EP_MULT(p) (((p) >> 8) & 0x3)
  573. /* bits 10:14 are Max Primary Streams */
  574. /* bit 15 is Linear Stream Array */
  575. /* Interval - period between requests to an endpoint - 125u increments. */
  576. #define EP_INTERVAL(p) (((p) & 0xff) << 16)
  577. #define EP_INTERVAL_TO_UFRAMES(p) (1 << (((p) >> 16) & 0xff))
  578. #define CTX_TO_EP_INTERVAL(p) (((p) >> 16) & 0xff)
  579. #define EP_MAXPSTREAMS_MASK (0x1f << 10)
  580. #define EP_MAXPSTREAMS(p) (((p) << 10) & EP_MAXPSTREAMS_MASK)
  581. /* Endpoint is set up with a Linear Stream Array (vs. Secondary Stream Array) */
  582. #define EP_HAS_LSA (1 << 15)
  583. /* ep_info2 bitmasks */
  584. /*
  585. * Force Event - generate transfer events for all TRBs for this endpoint
  586. * This will tell the HC to ignore the IOC and ISP flags (for debugging only).
  587. */
  588. #define FORCE_EVENT (0x1)
  589. #define ERROR_COUNT(p) (((p) & 0x3) << 1)
  590. #define ERROR_COUNT_SHIFT (1)
  591. #define ERROR_COUNT_MASK (0x3)
  592. #define CTX_TO_EP_TYPE(p) (((p) >> 3) & 0x7)
  593. #define EP_TYPE(p) ((p) << 3)
  594. #define EP_TYPE_SHIFT (3)
  595. #define ISOC_OUT_EP 1
  596. #define BULK_OUT_EP 2
  597. #define INT_OUT_EP 3
  598. #define CTRL_EP 4
  599. #define ISOC_IN_EP 5
  600. #define BULK_IN_EP 6
  601. #define INT_IN_EP 7
  602. /* bit 6 reserved */
  603. /* bit 7 is Host Initiate Disable - for disabling stream selection */
  604. #define MAX_BURST(p) (((p)&0xff) << 8)
  605. #define MAX_BURST_MASK (0xff)
  606. #define MAX_BURST_SHIFT (8)
  607. #define CTX_TO_MAX_BURST(p) (((p) >> 8) & 0xff)
  608. #define MAX_PACKET(p) (((p)&0xffff) << 16)
  609. #define MAX_PACKET_MASK (0xffff)
  610. #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff)
  611. #define MAX_PACKET_SHIFT (16)
  612. /* Get max packet size from ep desc. Bit 10..0 specify the max packet size.
  613. * USB2.0 spec 9.6.6.
  614. */
  615. #define GET_MAX_PACKET(p) ((p) & 0x7ff)
  616. /* tx_info bitmasks */
  617. #define EP_AVG_TRB_LENGTH(p) ((p) & 0xffff)
  618. #define EP_MAX_ESIT_PAYLOAD_LO(p) (((p) & 0xffff) << 16)
  619. #define EP_MAX_ESIT_PAYLOAD_HI(p) ((((p) >> 16) & 0xff) << 24)
  620. #define CTX_TO_MAX_ESIT_PAYLOAD(p) (((p) >> 16) & 0xffff)
  621. /* deq bitmasks */
  622. #define EP_CTX_CYCLE_MASK (1 << 0)
  623. /**
  624. * struct xhci_input_control_context
  625. * Input control context; see section 6.2.5.
  626. *
  627. * @drop_context: set the bit of the endpoint context you want to disable
  628. * @add_context: set the bit of the endpoint context you want to enable
  629. */
  630. struct xhci_input_control_ctx {
  631. volatile __le32 drop_flags;
  632. volatile __le32 add_flags;
  633. __le32 rsvd2[6];
  634. };
  635. /**
  636. * struct xhci_device_context_array
  637. * @dev_context_ptr array of 64-bit DMA addresses for device contexts
  638. */
  639. struct xhci_device_context_array {
  640. /* 64-bit device addresses; we only write 32-bit addresses */
  641. __le64 dev_context_ptrs[MAX_HC_SLOTS];
  642. };
  643. /* TODO: write function to set the 64-bit device DMA address */
  644. /*
  645. * TODO: change this to be dynamically sized at HC mem init time since the HC
  646. * might not be able to handle the maximum number of devices possible.
  647. */
  648. struct xhci_transfer_event {
  649. /* 64-bit buffer address, or immediate data */
  650. __le64 buffer;
  651. __le32 transfer_len;
  652. /* This field is interpreted differently based on the type of TRB */
  653. volatile __le32 flags;
  654. };
  655. /* Transfer event TRB length bit mask */
  656. /* bits 0:23 */
  657. #define EVENT_TRB_LEN(p) ((p) & 0xffffff)
  658. /** Transfer Event bit fields **/
  659. #define TRB_TO_EP_ID(p) (((p) >> 16) & 0x1f)
  660. /* Completion Code - only applicable for some types of TRBs */
  661. #define COMP_CODE_MASK (0xff << 24)
  662. #define COMP_CODE_SHIFT (24)
  663. #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24)
  664. typedef enum {
  665. COMP_SUCCESS = 1,
  666. /* Data Buffer Error */
  667. COMP_DB_ERR, /* 2 */
  668. /* Babble Detected Error */
  669. COMP_BABBLE, /* 3 */
  670. /* USB Transaction Error */
  671. COMP_TX_ERR, /* 4 */
  672. /* TRB Error - some TRB field is invalid */
  673. COMP_TRB_ERR, /* 5 */
  674. /* Stall Error - USB device is stalled */
  675. COMP_STALL, /* 6 */
  676. /* Resource Error - HC doesn't have memory for that device configuration */
  677. COMP_ENOMEM, /* 7 */
  678. /* Bandwidth Error - not enough room in schedule for this dev config */
  679. COMP_BW_ERR, /* 8 */
  680. /* No Slots Available Error - HC ran out of device slots */
  681. COMP_ENOSLOTS, /* 9 */
  682. /* Invalid Stream Type Error */
  683. COMP_STREAM_ERR, /* 10 */
  684. /* Slot Not Enabled Error - doorbell rung for disabled device slot */
  685. COMP_EBADSLT, /* 11 */
  686. /* Endpoint Not Enabled Error */
  687. COMP_EBADEP,/* 12 */
  688. /* Short Packet */
  689. COMP_SHORT_TX, /* 13 */
  690. /* Ring Underrun - doorbell rung for an empty isoc OUT ep ring */
  691. COMP_UNDERRUN, /* 14 */
  692. /* Ring Overrun - isoc IN ep ring is empty when ep is scheduled to RX */
  693. COMP_OVERRUN, /* 15 */
  694. /* Virtual Function Event Ring Full Error */
  695. COMP_VF_FULL, /* 16 */
  696. /* Parameter Error - Context parameter is invalid */
  697. COMP_EINVAL, /* 17 */
  698. /* Bandwidth Overrun Error - isoc ep exceeded its allocated bandwidth */
  699. COMP_BW_OVER,/* 18 */
  700. /* Context State Error - illegal context state transition requested */
  701. COMP_CTX_STATE,/* 19 */
  702. /* No Ping Response Error - HC didn't get PING_RESPONSE in time to TX */
  703. COMP_PING_ERR,/* 20 */
  704. /* Event Ring is full */
  705. COMP_ER_FULL,/* 21 */
  706. /* Incompatible Device Error */
  707. COMP_DEV_ERR,/* 22 */
  708. /* Missed Service Error - HC couldn't service an isoc ep within interval */
  709. COMP_MISSED_INT,/* 23 */
  710. /* Successfully stopped command ring */
  711. COMP_CMD_STOP, /* 24 */
  712. /* Successfully aborted current command and stopped command ring */
  713. COMP_CMD_ABORT, /* 25 */
  714. /* Stopped - transfer was terminated by a stop endpoint command */
  715. COMP_STOP,/* 26 */
  716. /* Same as COMP_EP_STOPPED, but the transferred length in the event
  717. * is invalid */
  718. COMP_STOP_INVAL, /* 27*/
  719. /* Control Abort Error - Debug Capability - control pipe aborted */
  720. COMP_DBG_ABORT, /* 28 */
  721. /* Max Exit Latency Too Large Error */
  722. COMP_MEL_ERR,/* 29 */
  723. /* TRB type 30 reserved */
  724. /* Isoc Buffer Overrun - an isoc IN ep sent more data than could fit in TD */
  725. COMP_BUFF_OVER = 31,
  726. /* Event Lost Error - xHC has an "internal event overrun condition" */
  727. COMP_ISSUES, /* 32 */
  728. /* Undefined Error - reported when other error codes don't apply */
  729. COMP_UNKNOWN, /* 33 */
  730. /* Invalid Stream ID Error */
  731. COMP_STRID_ERR, /* 34 */
  732. /* Secondary Bandwidth Error - may be returned by a Configure Endpoint cmd */
  733. COMP_2ND_BW_ERR, /* 35 */
  734. /* Split Transaction Error */
  735. COMP_SPLIT_ERR /* 36 */
  736. } xhci_comp_code;
  737. struct xhci_link_trb {
  738. /* 64-bit segment pointer*/
  739. volatile __le64 segment_ptr;
  740. volatile __le32 intr_target;
  741. volatile __le32 control;
  742. };
  743. /* control bitfields */
  744. #define LINK_TOGGLE (0x1 << 1)
  745. /* Command completion event TRB */
  746. struct xhci_event_cmd {
  747. /* Pointer to command TRB, or the value passed by the event data trb */
  748. volatile __le64 cmd_trb;
  749. volatile __le32 status;
  750. volatile __le32 flags;
  751. };
  752. /* flags bitmasks */
  753. /* bits 16:23 are the virtual function ID */
  754. /* bits 24:31 are the slot ID */
  755. #define TRB_TO_SLOT_ID(p) (((p) & (0xff << 24)) >> 24)
  756. #define TRB_TO_SLOT_ID_SHIFT (24)
  757. #define TRB_TO_SLOT_ID_MASK (0xff << TRB_TO_SLOT_ID_SHIFT)
  758. #define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24)
  759. #define SLOT_ID_FOR_TRB_MASK (0xff)
  760. #define SLOT_ID_FOR_TRB_SHIFT (24)
  761. /* Stop Endpoint TRB - ep_index to endpoint ID for this TRB */
  762. #define TRB_TO_EP_INDEX(p) ((((p) & (0x1f << 16)) >> 16) - 1)
  763. #define EP_ID_FOR_TRB(p) ((((p) + 1) & 0x1f) << 16)
  764. #define SUSPEND_PORT_FOR_TRB(p) (((p) & 1) << 23)
  765. #define TRB_TO_SUSPEND_PORT(p) (((p) & (1 << 23)) >> 23)
  766. #define LAST_EP_INDEX 30
  767. /* Set TR Dequeue Pointer command TRB fields */
  768. #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16))
  769. #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16)
  770. /* Port Status Change Event TRB fields */
  771. /* Port ID - bits 31:24 */
  772. #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24)
  773. #define PORT_ID_SHIFT (24)
  774. #define PORT_ID_MASK (0xff << PORT_ID_SHIFT)
  775. /* Normal TRB fields */
  776. /* transfer_len bitmasks - bits 0:16 */
  777. #define TRB_LEN(p) ((p) & 0x1ffff)
  778. #define TRB_LEN_MASK (0x1ffff)
  779. /* Interrupter Target - which MSI-X vector to target the completion event at */
  780. #define TRB_INTR_TARGET_SHIFT (22)
  781. #define TRB_INTR_TARGET_MASK (0x3ff)
  782. #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22)
  783. #define GET_INTR_TARGET(p) (((p) >> 22) & 0x3ff)
  784. #define TRB_TBC(p) (((p) & 0x3) << 7)
  785. #define TRB_TLBPC(p) (((p) & 0xf) << 16)
  786. /* Cycle bit - indicates TRB ownership by HC or HCD */
  787. #define TRB_CYCLE (1<<0)
  788. /*
  789. * Force next event data TRB to be evaluated before task switch.
  790. * Used to pass OS data back after a TD completes.
  791. */
  792. #define TRB_ENT (1<<1)
  793. /* Interrupt on short packet */
  794. #define TRB_ISP (1<<2)
  795. /* Set PCIe no snoop attribute */
  796. #define TRB_NO_SNOOP (1<<3)
  797. /* Chain multiple TRBs into a TD */
  798. #define TRB_CHAIN (1<<4)
  799. /* Interrupt on completion */
  800. #define TRB_IOC (1<<5)
  801. /* The buffer pointer contains immediate data */
  802. #define TRB_IDT (1<<6)
  803. /* Block Event Interrupt */
  804. #define TRB_BEI (1<<9)
  805. /* Control transfer TRB specific fields */
  806. #define TRB_DIR_IN (1<<16)
  807. #define TRB_TX_TYPE(p) ((p) << 16)
  808. #define TRB_TX_TYPE_SHIFT (16)
  809. #define TRB_DATA_OUT 2
  810. #define TRB_DATA_IN 3
  811. /* Isochronous TRB specific fields */
  812. #define TRB_SIA (1 << 31)
  813. struct xhci_generic_trb {
  814. volatile __le32 field[4];
  815. };
  816. union xhci_trb {
  817. struct xhci_link_trb link;
  818. struct xhci_transfer_event trans_event;
  819. struct xhci_event_cmd event_cmd;
  820. struct xhci_generic_trb generic;
  821. };
  822. /* TRB bit mask */
  823. #define TRB_TYPE_BITMASK (0xfc00)
  824. #define TRB_TYPE(p) ((p) << 10)
  825. #define TRB_TYPE_SHIFT (10)
  826. #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10)
  827. /* TRB type IDs */
  828. typedef enum {
  829. /* bulk, interrupt, isoc scatter/gather, and control data stage */
  830. TRB_NORMAL = 1,
  831. /* setup stage for control transfers */
  832. TRB_SETUP, /* 2 */
  833. /* data stage for control transfers */
  834. TRB_DATA, /* 3 */
  835. /* status stage for control transfers */
  836. TRB_STATUS, /* 4 */
  837. /* isoc transfers */
  838. TRB_ISOC, /* 5 */
  839. /* TRB for linking ring segments */
  840. TRB_LINK, /* 6 */
  841. /* TRB for EVENT DATA */
  842. TRB_EVENT_DATA, /* 7 */
  843. /* Transfer Ring No-op (not for the command ring) */
  844. TRB_TR_NOOP, /* 8 */
  845. /* Command TRBs */
  846. /* Enable Slot Command */
  847. TRB_ENABLE_SLOT, /* 9 */
  848. /* Disable Slot Command */
  849. TRB_DISABLE_SLOT, /* 10 */
  850. /* Address Device Command */
  851. TRB_ADDR_DEV, /* 11 */
  852. /* Configure Endpoint Command */
  853. TRB_CONFIG_EP, /* 12 */
  854. /* Evaluate Context Command */
  855. TRB_EVAL_CONTEXT, /* 13 */
  856. /* Reset Endpoint Command */
  857. TRB_RESET_EP, /* 14 */
  858. /* Stop Transfer Ring Command */
  859. TRB_STOP_RING, /* 15 */
  860. /* Set Transfer Ring Dequeue Pointer Command */
  861. TRB_SET_DEQ, /* 16 */
  862. /* Reset Device Command */
  863. TRB_RESET_DEV, /* 17 */
  864. /* Force Event Command (opt) */
  865. TRB_FORCE_EVENT, /* 18 */
  866. /* Negotiate Bandwidth Command (opt) */
  867. TRB_NEG_BANDWIDTH, /* 19 */
  868. /* Set Latency Tolerance Value Command (opt) */
  869. TRB_SET_LT, /* 20 */
  870. /* Get port bandwidth Command */
  871. TRB_GET_BW, /* 21 */
  872. /* Force Header Command - generate a transaction or link management packet */
  873. TRB_FORCE_HEADER, /* 22 */
  874. /* No-op Command - not for transfer rings */
  875. TRB_CMD_NOOP, /* 23 */
  876. /* TRB IDs 24-31 reserved */
  877. /* Event TRBS */
  878. /* Transfer Event */
  879. TRB_TRANSFER = 32,
  880. /* Command Completion Event */
  881. TRB_COMPLETION, /* 33 */
  882. /* Port Status Change Event */
  883. TRB_PORT_STATUS, /* 34 */
  884. /* Bandwidth Request Event (opt) */
  885. TRB_BANDWIDTH_EVENT, /* 35 */
  886. /* Doorbell Event (opt) */
  887. TRB_DOORBELL, /* 36 */
  888. /* Host Controller Event */
  889. TRB_HC_EVENT, /* 37 */
  890. /* Device Notification Event - device sent function wake notification */
  891. TRB_DEV_NOTE, /* 38 */
  892. /* MFINDEX Wrap Event - microframe counter wrapped */
  893. TRB_MFINDEX_WRAP, /* 39 */
  894. /* TRB IDs 40-47 reserved, 48-63 is vendor-defined */
  895. /* Nec vendor-specific command completion event. */
  896. TRB_NEC_CMD_COMP = 48, /* 48 */
  897. /* Get NEC firmware revision. */
  898. TRB_NEC_GET_FW, /* 49 */
  899. } trb_type;
  900. #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
  901. /* Above, but for __le32 types -- can avoid work by swapping constants: */
  902. #define TRB_TYPE_LINK_LE32(x) (((x) & cpu_to_le32(TRB_TYPE_BITMASK)) == \
  903. cpu_to_le32(TRB_TYPE(TRB_LINK)))
  904. #define TRB_TYPE_NOOP_LE32(x) (((x) & cpu_to_le32(TRB_TYPE_BITMASK)) == \
  905. cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
  906. /*
  907. * TRBS_PER_SEGMENT must be a multiple of 4,
  908. * since the command ring is 64-byte aligned.
  909. * It must also be greater than 16.
  910. */
  911. #define TRBS_PER_SEGMENT 64
  912. /* Allow two commands + a link TRB, along with any reserved command TRBs */
  913. #define MAX_RSVD_CMD_TRBS (TRBS_PER_SEGMENT - 3)
  914. #define SEGMENT_SIZE (TRBS_PER_SEGMENT*16)
  915. /* SEGMENT_SHIFT should be log2(SEGMENT_SIZE).
  916. * Change this if you change TRBS_PER_SEGMENT!
  917. */
  918. #define SEGMENT_SHIFT 10
  919. /* TRB buffer pointers can't cross 64KB boundaries */
  920. #define TRB_MAX_BUFF_SHIFT 16
  921. #define TRB_MAX_BUFF_SIZE (1 << TRB_MAX_BUFF_SHIFT)
  922. struct xhci_segment {
  923. union xhci_trb *trbs;
  924. /* private to HCD */
  925. struct xhci_segment *next;
  926. };
  927. struct xhci_ring {
  928. struct xhci_segment *first_seg;
  929. union xhci_trb *enqueue;
  930. struct xhci_segment *enq_seg;
  931. union xhci_trb *dequeue;
  932. struct xhci_segment *deq_seg;
  933. /*
  934. * Write the cycle state into the TRB cycle field to give ownership of
  935. * the TRB to the host controller (if we are the producer), or to check
  936. * if we own the TRB (if we are the consumer). See section 4.9.1.
  937. */
  938. volatile u32 cycle_state;
  939. unsigned int num_segs;
  940. };
  941. struct xhci_erst_entry {
  942. /* 64-bit event ring segment address */
  943. __le64 seg_addr;
  944. __le32 seg_size;
  945. /* Set to zero */
  946. __le32 rsvd;
  947. };
  948. struct xhci_erst {
  949. struct xhci_erst_entry *entries;
  950. unsigned int num_entries;
  951. /* Num entries the ERST can contain */
  952. unsigned int erst_size;
  953. };
  954. struct xhci_scratchpad {
  955. u64 *sp_array;
  956. };
  957. /*
  958. * Each segment table entry is 4*32bits long. 1K seems like an ok size:
  959. * (1K bytes * 8bytes/bit) / (4*32 bits) = 64 segment entries in the table,
  960. * meaning 64 ring segments.
  961. * Initial allocated size of the ERST, in number of entries */
  962. #define ERST_NUM_SEGS 1
  963. /* Initial number of event segment rings allocated */
  964. #define ERST_ENTRIES 1
  965. /* Initial allocated size of the ERST, in number of entries */
  966. #define ERST_SIZE 64
  967. /* Poll every 60 seconds */
  968. #define POLL_TIMEOUT 60
  969. /* Stop endpoint command timeout (secs) for URB cancellation watchdog timer */
  970. #define XHCI_STOP_EP_CMD_TIMEOUT 5
  971. /* XXX: Make these module parameters */
  972. struct xhci_virt_ep {
  973. struct xhci_ring *ring;
  974. unsigned int ep_state;
  975. #define SET_DEQ_PENDING (1 << 0)
  976. #define EP_HALTED (1 << 1) /* For stall handling */
  977. #define EP_HALT_PENDING (1 << 2) /* For URB cancellation */
  978. /* Transitioning the endpoint to using streams, don't enqueue URBs */
  979. #define EP_GETTING_STREAMS (1 << 3)
  980. #define EP_HAS_STREAMS (1 << 4)
  981. /* Transitioning the endpoint to not using streams, don't enqueue URBs */
  982. #define EP_GETTING_NO_STREAMS (1 << 5)
  983. };
  984. #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32)
  985. struct xhci_virt_device {
  986. struct usb_device *udev;
  987. /*
  988. * Commands to the hardware are passed an "input context" that
  989. * tells the hardware what to change in its data structures.
  990. * The hardware will return changes in an "output context" that
  991. * software must allocate for the hardware. We need to keep
  992. * track of input and output contexts separately because
  993. * these commands might fail and we don't trust the hardware.
  994. */
  995. struct xhci_container_ctx *out_ctx;
  996. /* Used for addressing devices and configuration changes */
  997. struct xhci_container_ctx *in_ctx;
  998. /* Rings saved to ensure old alt settings can be re-instated */
  999. #define XHCI_MAX_RINGS_CACHED 31
  1000. struct xhci_virt_ep eps[31];
  1001. };
  1002. /* TODO: copied from ehci.h - can be refactored? */
  1003. /* xHCI spec says all registers are little endian */
  1004. static inline unsigned int xhci_readl(uint32_t volatile *regs)
  1005. {
  1006. return readl(regs);
  1007. }
  1008. static inline void xhci_writel(uint32_t volatile *regs, const unsigned int val)
  1009. {
  1010. writel(val, regs);
  1011. }
  1012. /*
  1013. * Registers should always be accessed with double word or quad word accesses.
  1014. * Some xHCI implementations may support 64-bit address pointers. Registers
  1015. * with 64-bit address pointers should be written to with dword accesses by
  1016. * writing the low dword first (ptr[0]), then the high dword (ptr[1]) second.
  1017. * xHCI implementations that do not support 64-bit address pointers will ignore
  1018. * the high dword, and write order is irrelevant.
  1019. */
  1020. static inline u64 xhci_readq(__le64 volatile *regs)
  1021. {
  1022. #if BITS_PER_LONG == 64
  1023. return readq(regs);
  1024. #else
  1025. __u32 *ptr = (__u32 *)regs;
  1026. u64 val_lo = readl(ptr);
  1027. u64 val_hi = readl(ptr + 1);
  1028. return val_lo + (val_hi << 32);
  1029. #endif
  1030. }
  1031. static inline void xhci_writeq(__le64 volatile *regs, const u64 val)
  1032. {
  1033. #if BITS_PER_LONG == 64
  1034. writeq(val, regs);
  1035. #else
  1036. __u32 *ptr = (__u32 *)regs;
  1037. u32 val_lo = lower_32_bits(val);
  1038. /* FIXME */
  1039. u32 val_hi = upper_32_bits(val);
  1040. writel(val_lo, ptr);
  1041. writel(val_hi, ptr + 1);
  1042. #endif
  1043. }
  1044. int xhci_hcd_init(int index, struct xhci_hccr **ret_hccr,
  1045. struct xhci_hcor **ret_hcor);
  1046. void xhci_hcd_stop(int index);
  1047. /*************************************************************
  1048. EXTENDED CAPABILITY DEFINITIONS
  1049. *************************************************************/
  1050. /* Up to 16 ms to halt an HC */
  1051. #define XHCI_MAX_HALT_USEC (16*1000)
  1052. /* HC not running - set to 1 when run/stop bit is cleared. */
  1053. #define XHCI_STS_HALT (1 << 0)
  1054. /* HCCPARAMS offset from PCI base address */
  1055. #define XHCI_HCC_PARAMS_OFFSET 0x10
  1056. /* HCCPARAMS contains the first extended capability pointer */
  1057. #define XHCI_HCC_EXT_CAPS(p) (((p)>>16)&0xffff)
  1058. /* Command and Status registers offset from the Operational Registers address */
  1059. #define XHCI_CMD_OFFSET 0x00
  1060. #define XHCI_STS_OFFSET 0x04
  1061. #define XHCI_MAX_EXT_CAPS 50
  1062. /* Capability Register */
  1063. /* bits 7:0 - how long is the Capabilities register */
  1064. #define XHCI_HC_LENGTH(p) (((p) >> 00) & 0x00ff)
  1065. /* Extended capability register fields */
  1066. #define XHCI_EXT_CAPS_ID(p) (((p) >> 0) & 0xff)
  1067. #define XHCI_EXT_CAPS_NEXT(p) (((p) >> 8) & 0xff)
  1068. #define XHCI_EXT_CAPS_VAL(p) ((p) >> 16)
  1069. /* Extended capability IDs - ID 0 reserved */
  1070. #define XHCI_EXT_CAPS_LEGACY 1
  1071. #define XHCI_EXT_CAPS_PROTOCOL 2
  1072. #define XHCI_EXT_CAPS_PM 3
  1073. #define XHCI_EXT_CAPS_VIRT 4
  1074. #define XHCI_EXT_CAPS_ROUTE 5
  1075. /* IDs 6-9 reserved */
  1076. #define XHCI_EXT_CAPS_DEBUG 10
  1077. /* USB Legacy Support Capability - section 7.1.1 */
  1078. #define XHCI_HC_BIOS_OWNED (1 << 16)
  1079. #define XHCI_HC_OS_OWNED (1 << 24)
  1080. /* USB Legacy Support Capability - section 7.1.1 */
  1081. /* Add this offset, plus the value of xECP in HCCPARAMS to the base address */
  1082. #define XHCI_LEGACY_SUPPORT_OFFSET (0x00)
  1083. /* USB Legacy Support Control and Status Register - section 7.1.2 */
  1084. /* Add this offset, plus the value of xECP in HCCPARAMS to the base address */
  1085. #define XHCI_LEGACY_CONTROL_OFFSET (0x04)
  1086. /* bits 1:2, 5:12, and 17:19 need to be preserved; bits 21:28 should be zero */
  1087. #define XHCI_LEGACY_DISABLE_SMI ((0x3 << 1) + (0xff << 5) + (0x7 << 17))
  1088. /* USB 2.0 xHCI 0.96 L1C capability - section 7.2.2.1.3.2 */
  1089. #define XHCI_L1C (1 << 16)
  1090. /* USB 2.0 xHCI 1.0 hardware LMP capability - section 7.2.2.1.3.2 */
  1091. #define XHCI_HLC (1 << 19)
  1092. /* command register values to disable interrupts and halt the HC */
  1093. /* start/stop HC execution - do not write unless HC is halted*/
  1094. #define XHCI_CMD_RUN (1 << 0)
  1095. /* Event Interrupt Enable - get irq when EINT bit is set in USBSTS register */
  1096. #define XHCI_CMD_EIE (1 << 2)
  1097. /* Host System Error Interrupt Enable - get irq when HSEIE bit set in USBSTS */
  1098. #define XHCI_CMD_HSEIE (1 << 3)
  1099. /* Enable Wrap Event - '1' means xHC generates an event when MFINDEX wraps. */
  1100. #define XHCI_CMD_EWE (1 << 10)
  1101. #define XHCI_IRQS (XHCI_CMD_EIE | XHCI_CMD_HSEIE | XHCI_CMD_EWE)
  1102. /* true: Controller Not Ready to accept doorbell or op reg writes after reset */
  1103. #define XHCI_STS_CNR (1 << 11)
  1104. struct xhci_ctrl {
  1105. #ifdef CONFIG_DM_USB
  1106. struct udevice *dev;
  1107. #endif
  1108. struct xhci_hccr *hccr; /* R/O registers, not need for volatile */
  1109. struct xhci_hcor *hcor;
  1110. struct xhci_doorbell_array *dba;
  1111. struct xhci_run_regs *run_regs;
  1112. struct xhci_device_context_array *dcbaa \
  1113. __attribute__ ((aligned(ARCH_DMA_MINALIGN)));
  1114. struct xhci_ring *event_ring;
  1115. struct xhci_ring *cmd_ring;
  1116. struct xhci_ring *transfer_ring;
  1117. struct xhci_segment *seg;
  1118. struct xhci_intr_reg *ir_set;
  1119. struct xhci_erst erst;
  1120. struct xhci_erst_entry entry[ERST_NUM_SEGS];
  1121. struct xhci_scratchpad *scratchpad;
  1122. struct xhci_virt_device *devs[MAX_HC_SLOTS];
  1123. int rootdev;
  1124. };
  1125. unsigned long trb_addr(struct xhci_segment *seg, union xhci_trb *trb);
  1126. struct xhci_input_control_ctx
  1127. *xhci_get_input_control_ctx(struct xhci_container_ctx *ctx);
  1128. struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_ctrl *ctrl,
  1129. struct xhci_container_ctx *ctx);
  1130. struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_ctrl *ctrl,
  1131. struct xhci_container_ctx *ctx,
  1132. unsigned int ep_index);
  1133. void xhci_endpoint_copy(struct xhci_ctrl *ctrl,
  1134. struct xhci_container_ctx *in_ctx,
  1135. struct xhci_container_ctx *out_ctx,
  1136. unsigned int ep_index);
  1137. void xhci_slot_copy(struct xhci_ctrl *ctrl,
  1138. struct xhci_container_ctx *in_ctx,
  1139. struct xhci_container_ctx *out_ctx);
  1140. void xhci_setup_addressable_virt_dev(struct xhci_ctrl *ctrl,
  1141. struct usb_device *udev, int hop_portnr);
  1142. void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr,
  1143. u32 slot_id, u32 ep_index, trb_type cmd);
  1144. void xhci_acknowledge_event(struct xhci_ctrl *ctrl);
  1145. union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected);
  1146. int xhci_bulk_tx(struct usb_device *udev, unsigned long pipe,
  1147. int length, void *buffer);
  1148. int xhci_ctrl_tx(struct usb_device *udev, unsigned long pipe,
  1149. struct devrequest *req, int length, void *buffer);
  1150. int xhci_check_maxpacket(struct usb_device *udev);
  1151. void xhci_flush_cache(uintptr_t addr, u32 type_len);
  1152. void xhci_inval_cache(uintptr_t addr, u32 type_len);
  1153. void xhci_cleanup(struct xhci_ctrl *ctrl);
  1154. struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);
  1155. int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id);
  1156. int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr,
  1157. struct xhci_hcor *hcor);
  1158. /**
  1159. * xhci_deregister() - Unregister an XHCI controller
  1160. *
  1161. * @dev: Controller device
  1162. * @return 0 if registered, -ve on error
  1163. */
  1164. int xhci_deregister(struct udevice *dev);
  1165. /**
  1166. * xhci_register() - Register a new XHCI controller
  1167. *
  1168. * @dev: Controller device
  1169. * @hccr: Host controller control registers
  1170. * @hcor: Not sure what this means
  1171. * @return 0 if registered, -ve on error
  1172. */
  1173. int xhci_register(struct udevice *dev, struct xhci_hccr *hccr,
  1174. struct xhci_hcor *hcor);
  1175. extern struct dm_usb_ops xhci_usb_ops;
  1176. struct xhci_ctrl *xhci_get_ctrl(struct usb_device *udev);
  1177. #endif /* HOST_XHCI_H_ */