summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorZhao Qiang <B45475@freescale.com>2014-03-24 10:01:13 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-03-24 20:00:40 (GMT)
commit34ef41dd5ab2376a9e47afbd8d09332866404bb3 (patch)
tree59a7e1e5da5a9588df74823862c5758eb03bde89 /arch/powerpc/include
parentccaed6d4c23e0072f37e97eba160df23734c9e05 (diff)
downloadlinux-fsl-qoriq-34ef41dd5ab2376a9e47afbd8d09332866404bb3.tar.xz
drivers/net: support hdlc function for QE-UCC
The driver add hdlc support for Freescale QUICC Engine. It support NMSI and TSA mode. Signed-off-by: Xie Xiaobo <r63061@freescale.com> Signed-off-by: Zhao Qiang <B45475@freescale.com> Change-Id: Iece969b4934241f0f1cb574c5014600ef63cfb95 Reviewed-on: http://git.am.freescale.net:8181/10113 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Xiaobo Xie <X.Xie@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/ucc_fast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/ucc_fast.h b/arch/powerpc/include/asm/ucc_fast.h
index 74fdd31..561b00b 100644
--- a/arch/powerpc/include/asm/ucc_fast.h
+++ b/arch/powerpc/include/asm/ucc_fast.h
@@ -34,6 +34,7 @@
#define T_W 0x20000000 /* wrap bit */
#define T_I 0x10000000 /* interrupt on completion */
#define T_L 0x08000000 /* last */
+#define T_TC 0x04000000 /* crc */
#define T_CM 0x02000000 /* CM */
/* Rx Data buffer must be 4 bytes aligned in most cases */