summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-6.6/330-missing-registers.patch
blob: 74789437ec945f4bc8a8ba3f19bb17e10db9cd90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Christian Lamparter <chunkeey@gmail.com>
Subject: [PATCH] ath79: gmac: add parsers for rxd(v)- and tx(d|en)-delay for

    ath79: gmac: add parsers for rxd(v)- and tx(d|en)-delay for AR9344

    Signed-off-by: Christian Lamparter <chunkeey@gmail.com>

--- a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h
+++ b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h
@@ -1231,6 +1231,10 @@
 #define AR934X_ETH_CFG_RDV_DELAY        BIT(16)
 #define AR934X_ETH_CFG_RDV_DELAY_MASK   0x3
 #define AR934X_ETH_CFG_RDV_DELAY_SHIFT  16
+#define AR934X_ETH_CFG_TXD_DELAY_MASK   0x3
+#define AR934X_ETH_CFG_TXD_DELAY_SHIFT  18
+#define AR934X_ETH_CFG_TXE_DELAY_MASK   0x3
+#define AR934X_ETH_CFG_TXE_DELAY_SHIFT  20
 
 /*
  * QCA953X GMAC Interface