Skip to content

Commit df6d6cc

Browse files
Philipp Hortmanngregkh
authored andcommitted
staging: rtl8723bs: Remove unused macros in HalPwrSeqCmd.h
Remove unused macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/ac52d73666090a70e8c1edc87e511f1ea2c139e4.1720245061.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 551977b commit df6d6cc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
/*---------------------------------------------*/
5050
/* define the base address of each block */
5151
#define PWR_BASEADDR_MAC 0x00
52-
#define PWR_BASEADDR_USB 0x01
53-
#define PWR_BASEADDR_PCIE 0x02
5452
#define PWR_BASEADDR_SDIO 0x03
5553

5654
/*---------------------------------------------*/
@@ -64,21 +62,12 @@
6462
/*---------------------------------------------*/
6563
/* 3 The value of fab_msk: 4 bits */
6664
/*---------------------------------------------*/
67-
#define PWR_FAB_TSMC_MSK BIT(0)
68-
#define PWR_FAB_UMC_MSK BIT(1)
6965
#define PWR_FAB_ALL_MSK (BIT(0)|BIT(1)|BIT(2)|BIT(3))
7066

7167
/*---------------------------------------------*/
7268
/* 3 The value of cut_msk: 8 bits */
7369
/*---------------------------------------------*/
7470
#define PWR_CUT_TESTCHIP_MSK BIT(0)
75-
#define PWR_CUT_A_MSK BIT(1)
76-
#define PWR_CUT_B_MSK BIT(2)
77-
#define PWR_CUT_C_MSK BIT(3)
78-
#define PWR_CUT_D_MSK BIT(4)
79-
#define PWR_CUT_E_MSK BIT(5)
80-
#define PWR_CUT_F_MSK BIT(6)
81-
#define PWR_CUT_G_MSK BIT(7)
8271
#define PWR_CUT_ALL_MSK 0xFF
8372

8473

0 commit comments

Comments
 (0)