aboutsummaryrefslogtreecommitdiffstats
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
commit4c7b55c55481fb69ba6143ce31945eabec6610cf (patch)
tree51e950e2d2a4927a311f2a7d4a5c9e4310ce8f39 /target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h
parentc53d81e6baf1c7fe9a0335848c0a0a80808edff4 (diff)
downloadmaster-187ad058-4c7b55c55481fb69ba6143ce31945eabec6610cf.tar.gz
master-187ad058-4c7b55c55481fb69ba6143ce31945eabec6610cf.tar.bz2
master-187ad058-4c7b55c55481fb69ba6143ce31945eabec6610cf.zip
[cns3xxx]: various dwc (OTG) driver fixups
Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39892 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 1744a1fbc8..7b9ae57f59 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)