diff options
author | Claudiu Manoil <claudiu.manoil@nxp.com> | 2016-11-16 17:40:29 +0300 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-11-23 10:23:49 +0300 |
commit | 496bfa11de2e6805b63168d45c2f92edbeae54e2 (patch) | |
tree | 14cfa18cc5eb54f82ddb2144c91203aa94977e44 /include/soc/fsl | |
parent | efe848cdb724be2d0cc61f6329997f9a7cd7948f (diff) | |
download | linux-496bfa11de2e6805b63168d45c2f92edbeae54e2.tar.xz |
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/fsl')
-rw-r--r-- | include/soc/fsl/qman.h | 4 |
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_* */ }; |