commit | 68d6a01bdd2a9ebae858271129d0a8d4ae865e93 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Wed Jun 12 21:09:26 2013 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jul 29 13:56:58 2013 +0300 |
tree | caf277cfa788151226366a1711a6b7173079da85 | |
parent | fb49740d72a305f2e4110b4dfb53fdd9130d8878 [diff] |
usb: dwc3: core: introduce and use macros for Event Size register That register has more than just the event buffer size; we can also mask and unmask that particular interrupter on bit 31 of that register. In this patch we introduce the necessary macros and make sure to use the new macros while also making sure we mask interrupts during driver removal. Signed-off-by: Felipe Balbi <balbi@ti.com>