debug.h (4f2c0a4acffbec01079c28f839422e64ddeff004) debug.h (65371a3f14e73979958aea0db1e3bb456a296149)
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2/* Copyright(c) 2018-2019 Realtek Corporation
3 */
4
5#ifndef __RTW_DEBUG_H
6#define __RTW_DEBUG_H
7
8enum rtw_debug_mask {

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

19 RTW_DBG_PS = 0x00000400,
20 RTW_DBG_BF = 0x00000800,
21 RTW_DBG_WOW = 0x00001000,
22 RTW_DBG_CFO = 0x00002000,
23 RTW_DBG_PATH_DIV = 0x00004000,
24 RTW_DBG_ADAPTIVITY = 0x00008000,
25 RTW_DBG_HW_SCAN = 0x00010000,
26 RTW_DBG_STATE = 0x00020000,
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2/* Copyright(c) 2018-2019 Realtek Corporation
3 */
4
5#ifndef __RTW_DEBUG_H
6#define __RTW_DEBUG_H
7
8enum rtw_debug_mask {

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

19 RTW_DBG_PS = 0x00000400,
20 RTW_DBG_BF = 0x00000800,
21 RTW_DBG_WOW = 0x00001000,
22 RTW_DBG_CFO = 0x00002000,
23 RTW_DBG_PATH_DIV = 0x00004000,
24 RTW_DBG_ADAPTIVITY = 0x00008000,
25 RTW_DBG_HW_SCAN = 0x00010000,
26 RTW_DBG_STATE = 0x00020000,
27 RTW_DBG_SDIO = 0x00040000,
27
28 RTW_DBG_ALL = 0xffffffff
29};
30
31#ifdef CONFIG_RTW88_DEBUGFS
32
33void rtw_debugfs_init(struct rtw_dev *rtwdev);
34void rtw_debugfs_get_simple_phy_info(struct seq_file *m);

--- 27 unchanged lines hidden ---
28
29 RTW_DBG_ALL = 0xffffffff
30};
31
32#ifdef CONFIG_RTW88_DEBUGFS
33
34void rtw_debugfs_init(struct rtw_dev *rtwdev);
35void rtw_debugfs_get_simple_phy_info(struct seq_file *m);

--- 27 unchanged lines hidden ---