Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a2ac4ca authored by Sunil Paidimarri's avatar Sunil Paidimarri Committed by Gerrit - the friendly Code Review server
Browse files

data-kernel: EMAC: Fix the macro for RX queue config



Fix the macro, do not overwrite RPF bit in RCR.

Change-Id: I1ca2ccbc564022d036fc9aedb323fd74601a1f2e
CRs-Fixed: 2309743
Acked-by: default avatarRahul Kawadgave <rahulak@qti.qualcomm.com>
Signed-off-by: default avatarSunil Paidimarri <hisunil@codeaurora.org>
parent 6791a971
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36863,11 +36863,11 @@
/*#define  DMA_RCR_Mask_28 (ULONG)(~(~0<<(4)))*/
#define  DMA_RCR_MASK_28 (ULONG)(0xf)
#define  DMA_RCR_MASK_28 (ULONG)(0x7)
/*#define DMA_RCR_RES_Wr_Mask_28 (ULONG)(~((~(~0<<(4)))<<(28)))*/
#define DMA_RCR_RES_WR_MASK_28 (ULONG)(0xfffffff)
#define DMA_RCR_RES_WR_MASK_28 (ULONG)(0x8fffffff)
/*#define  DMA_RCR_Mask_22 (ULONG)(~(~0<<(3)))*/