aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc
diff options
context:
space:
mode:
authorClaudiu Manoil <claudiu.manoil@nxp.com>2016-11-16 09:40:29 -0500
committerScott Wood <oss@buserror.net>2016-11-23 02:23:49 -0500
commit496bfa11de2e6805b63168d45c2f92edbeae54e2 (patch)
tree14cfa18cc5eb54f82ddb2144c91203aa94977e44 /include/soc
parentefe848cdb724be2d0cc61f6329997f9a7cd7948f (diff)
soc/qman: Clean up CGR CSCN target update operations
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/fsl/qman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/soc/fsl/qman.h b/include/soc/fsl/qman.h
index c80eccac64f6..d01d5a358945 100644
--- a/include/soc/fsl/qman.h
+++ b/include/soc/fsl/qman.h
@@ -553,8 +553,8 @@ struct __qm_mc_cgr {
553 u8 cscn_en; /* boolean, use QM_CGR_EN */ 553 u8 cscn_en; /* boolean, use QM_CGR_EN */
554 union { 554 union {
555 struct { 555 struct {
556 u16 cscn_targ_upd_ctrl; /* use QM_CSCN_TARG_UDP_ */ 556 u16 cscn_targ_upd_ctrl; /* use QM_CGR_TARG_UDP_* */
557 u16 cscn_targ_dcp_low; /* CSCN_TARG_DCP low-16bits */ 557 u16 cscn_targ_dcp_low;
558 }; 558 };
559 u32 cscn_targ; /* use QM_CGR_TARG_* */ 559 u32 cscn_targ; /* use QM_CGR_TARG_* */
560 }; 560 };