aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc/fsl/qe/immap_qe.h
diff options
context:
space:
mode:
authorZhao Qiang <qiang.zhao@nxp.com>2016-06-06 14:30:01 +0800
committerDavid S. Miller <davem@davemloft.net>2016-06-07 15:56:31 -0700
commit35ef1c20fdb26779b6c3c4fd74bbdd5028e70005 (patch)
tree3f321ac6d830bb09031ab17fe9581c2653adfc44 /include/soc/fsl/qe/immap_qe.h
parent19163ac3123e7fef8b1ecb2f1d4223f58ed5e884 (diff)
downloadkernel_replicant_linux-35ef1c20fdb26779b6c3c4fd74bbdd5028e70005.tar.gz
kernel_replicant_linux-35ef1c20fdb26779b6c3c4fd74bbdd5028e70005.tar.bz2
kernel_replicant_linux-35ef1c20fdb26779b6c3c4fd74bbdd5028e70005.zip
fsl/qe: Add QE TDM lib
QE has module to support TDM, some other protocols supported by QE are based on TDM. add a qe-tdm lib, this lib provides functions to the protocols using TDM to configurate QE-TDM. Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/soc/fsl/qe/immap_qe.h')
-rw-r--r--include/soc/fsl/qe/immap_qe.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/soc/fsl/qe/immap_qe.h b/include/soc/fsl/qe/immap_qe.h
index bedbff891423..c76ef30b05ba 100644
--- a/include/soc/fsl/qe/immap_qe.h
+++ b/include/soc/fsl/qe/immap_qe.h
@@ -159,10 +159,7 @@ struct spi {
/* SI */
struct si1 {
- __be16 siamr1; /* SI1 TDMA mode register */
- __be16 sibmr1; /* SI1 TDMB mode register */
- __be16 sicmr1; /* SI1 TDMC mode register */
- __be16 sidmr1; /* SI1 TDMD mode register */
+ __be16 sixmr1[4]; /* SI1 TDMx (x = A B C D) mode register */
u8 siglmr1_h; /* SI1 global mode register high */
u8 res0[0x1];
u8 sicmdr1_h; /* SI1 command register high */