aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/hdm-dim2/dim2_reg.h
diff options
context:
space:
mode:
authorAndrey Shvetsov <andrey.shvetsov@k2l.de>2017-05-12 13:00:00 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-15 11:59:10 +0200
commit648377cd21254220f78b6566e137ce1608dd3804 (patch)
treeaecf656eb750c77bd176f777d694fd08c96ab1cf /drivers/staging/most/hdm-dim2/dim2_reg.h
parentstaging: most: allocate private net_dev_context with the alloc_netdev (diff)
downloadlinux-dev-648377cd21254220f78b6566e137ce1608dd3804.tar.xz
linux-dev-648377cd21254220f78b6566e137ce1608dd3804.zip
staging: most: dim2: enable flow control for isoc channels
This patch enables the flow control feature for the isochronous channels of the DIM2 macro. Signed-off-by: Andrey Shvetsov <andrey.shvetsov@k2l.de> Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/most/hdm-dim2/dim2_reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/most/hdm-dim2/dim2_reg.h b/drivers/staging/most/hdm-dim2/dim2_reg.h
index 01fe499411ff..f7d9fbcd29f2 100644
--- a/drivers/staging/most/hdm-dim2/dim2_reg.h
+++ b/drivers/staging/most/hdm-dim2/dim2_reg.h
@@ -141,6 +141,7 @@ enum {
ADT1_CTRL_ASYNC_BD_MASK = DIM2_MASK(11),
ADT1_ISOC_SYNC_BD_MASK = DIM2_MASK(13),
+ CAT_FCE_BIT = 14,
CAT_MFE_BIT = 14,
CAT_MT_BIT = 13,