mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
gianfar: Fix bit definitions of IMASK_GRSC and IMASK_GTSC
Signed-off-by: Sandeep Gopalpet <Sandeep.Kumar@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a7f38041b8
commit
7c65ec7958
1 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ extern const char gfar_driver_version[];
|
|||
#define IMASK_BSY 0x20000000
|
||||
#define IMASK_EBERR 0x10000000
|
||||
#define IMASK_MSRO 0x04000000
|
||||
#define IMASK_GRSC 0x02000000
|
||||
#define IMASK_GTSC 0x02000000
|
||||
#define IMASK_BABT 0x01000000
|
||||
#define IMASK_TXC 0x00800000
|
||||
#define IMASK_TXEEN 0x00400000
|
||||
|
@ -344,7 +344,7 @@ extern const char gfar_driver_version[];
|
|||
#define IMASK_XFUN 0x00010000
|
||||
#define IMASK_RXB0 0x00008000
|
||||
#define IMASK_MAG 0x00000800
|
||||
#define IMASK_GTSC 0x00000100
|
||||
#define IMASK_GRSC 0x00000100
|
||||
#define IMASK_RXFEN0 0x00000080
|
||||
#define IMASK_FIR 0x00000008
|
||||
#define IMASK_FIQ 0x00000004
|
||||
|
|
Loading…
Reference in a new issue