summaryrefslogtreecommitdiff
path: root/target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-03-12 13:37:40 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-03-12 13:37:40 +0000
commit68022cac6423111f5eaea8f1e8b297f1ed282a28 (patch)
tree506dd49aa00313f5598577da7a06a41eac0e7235 /target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h
parent47dfbb5bc62c74b9685e6f243f31e768cae1a868 (diff)
downloadmtk-20170518-68022cac6423111f5eaea8f1e8b297f1ed282a28.zip
mtk-20170518-68022cac6423111f5eaea8f1e8b297f1ed282a28.tar.gz
mtk-20170518-68022cac6423111f5eaea8f1e8b297f1ed282a28.tar.bz2
various dwc (OTG) driver fixups
Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39892
Diffstat (limited to 'target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h')
-rw-r--r--target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h b/target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h
index 1744a1f..7b9ae57 100644
--- a/target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h
+++ b/target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h
@@ -202,6 +202,7 @@ static inline uint32_t SET_DEBUG_LEVEL( const uint32_t new )
/** When debug level has the DBG_HCD_URB bit set, display enqueued URBs in host
* mode. */
#define DBG_HCD_URB (0x800)
+#define DBG_HCD_FLOOD (0x1)
/** When debug level has any bit set, display debug messages */
#define DBG_ANY (0xFF)