dm.h (5bd4f692e0eba585674c58f68b8ff62c21468a2f) dm.h (b83faeda028bf361db9c796396e710d5fb1337b0)
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright(c) 2009-2012 Realtek Corporation.*/
3
4#ifndef __RTL92C_DM_H__
5#define __RTL92C_DM_H__
6
7#define HAL_DM_DIG_DISABLE BIT(0)
8#define HAL_DM_HIPWR_DISABLE BIT(1)

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

17#define BW_AUTO_SWITCH_LOW_HIGH 30
18
19#define DM_DIG_FA_UPPER 0x32
20#define DM_DIG_FA_LOWER 0x20
21#define DM_DIG_FA_TH0 0x100
22#define DM_DIG_FA_TH1 0x400
23#define DM_DIG_FA_TH2 0x600
24
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright(c) 2009-2012 Realtek Corporation.*/
3
4#ifndef __RTL92C_DM_H__
5#define __RTL92C_DM_H__
6
7#define HAL_DM_DIG_DISABLE BIT(0)
8#define HAL_DM_HIPWR_DISABLE BIT(1)

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

17#define BW_AUTO_SWITCH_LOW_HIGH 30
18
19#define DM_DIG_FA_UPPER 0x32
20#define DM_DIG_FA_LOWER 0x20
21#define DM_DIG_FA_TH0 0x100
22#define DM_DIG_FA_TH1 0x400
23#define DM_DIG_FA_TH2 0x600
24
25#define RXPATHSELECTION_SS_TH_lOW 30
25#define RXPATHSELECTION_SS_TH_LOW 30
26#define RXPATHSELECTION_DIFF_TH 18
27
28#define DM_RATR_STA_INIT 0
29#define DM_RATR_STA_HIGH 1
30#define DM_RATR_STA_MIDDLE 2
31#define DM_RATR_STA_LOW 3
32
33#define CTS2SELF_THVAL 30

--- 64 unchanged lines hidden ---
26#define RXPATHSELECTION_DIFF_TH 18
27
28#define DM_RATR_STA_INIT 0
29#define DM_RATR_STA_HIGH 1
30#define DM_RATR_STA_MIDDLE 2
31#define DM_RATR_STA_LOW 3
32
33#define CTS2SELF_THVAL 30

--- 64 unchanged lines hidden ---