We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85bf19 commit f478d68Copy full SHA for f478d68
drivers/net/ethernet/airoha/airoha_regs.h
@@ -614,8 +614,9 @@
614
RX19_DONE_INT_MASK | RX18_DONE_INT_MASK | \
615
RX17_DONE_INT_MASK | RX16_DONE_INT_MASK)
616
617
-#define RX_DONE_INT_MASK (RX_DONE_HIGH_INT_MASK | RX_DONE_LOW_INT_MASK)
618
#define RX_DONE_HIGH_OFFSET fls(RX_DONE_HIGH_INT_MASK)
+#define RX_DONE_INT_MASK \
619
+ ((RX_DONE_HIGH_INT_MASK << RX_DONE_HIGH_OFFSET) | RX_DONE_LOW_INT_MASK)
620
621
#define INT_RX2_MASK(_n) \
622
((RX_NO_CPU_DSCP_HIGH_INT_MASK & (_n)) | \
0 commit comments