aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc
diff options
context:
space:
mode:
authorClaudiu Manoil <claudiu.manoil@nxp.com>2016-11-16 16:40:29 +0200
committerScott Wood <oss@buserror.net>2016-11-23 01:23:49 -0600
commit496bfa11de2e6805b63168d45c2f92edbeae54e2 (patch)
tree14cfa18cc5eb54f82ddb2144c91203aa94977e44 /include/soc
parentsoc/qman: Change remaining contextB into context_b (diff)
downloadlinux-dev-496bfa11de2e6805b63168d45c2f92edbeae54e2.tar.xz
linux-dev-496bfa11de2e6805b63168d45c2f92edbeae54e2.zip
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 {
u8 cscn_en; /* boolean, use QM_CGR_EN */
union {
struct {
- u16 cscn_targ_upd_ctrl; /* use QM_CSCN_TARG_UDP_ */
- u16 cscn_targ_dcp_low; /* CSCN_TARG_DCP low-16bits */
+ u16 cscn_targ_upd_ctrl; /* use QM_CGR_TARG_UDP_* */
+ u16 cscn_targ_dcp_low;
};
u32 cscn_targ; /* use QM_CGR_TARG_* */
};