regs.h (6db1b497b04e0e3dff755e0c2a6644c2379d32e2) regs.h (c74df1c067f2af0a3758a5ab02806f501473797c)
1/* SPDX-License-Identifier: ISC */
2/* Copyright (C) 2020 MediaTek Inc. */
3
4#ifndef __MT7921_REGS_H
5#define __MT7921_REGS_H
6
7#include "../mt792x_regs.h"
8

--- 79 unchanged lines hidden (view full) ---

88
89#define MT_WFSYS_SW_RST_B 0x18000140
90#define WFSYS_SW_RST_B BIT(0)
91#define WFSYS_SW_INIT_DONE BIT(4)
92
93#define MT_WTBLON_TOP_WDUCR MT_WTBLON_TOP(0x200)
94#define MT_WTBLON_TOP_WDUCR_GROUP GENMASK(2, 0)
95
1/* SPDX-License-Identifier: ISC */
2/* Copyright (C) 2020 MediaTek Inc. */
3
4#ifndef __MT7921_REGS_H
5#define __MT7921_REGS_H
6
7#include "../mt792x_regs.h"
8

--- 79 unchanged lines hidden (view full) ---

88
89#define MT_WFSYS_SW_RST_B 0x18000140
90#define WFSYS_SW_RST_B BIT(0)
91#define WFSYS_SW_INIT_DONE BIT(4)
92
93#define MT_WTBLON_TOP_WDUCR MT_WTBLON_TOP(0x200)
94#define MT_WTBLON_TOP_WDUCR_GROUP GENMASK(2, 0)
95
96#define MT_WTBL_UPDATE MT_WTBLON_TOP(0x230)
97#define MT_WTBL_UPDATE_WLAN_IDX GENMASK(9, 0)
98#define MT_WTBL_UPDATE_ADM_COUNT_CLEAR BIT(12)
99
96#endif
100#endif