File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
drivers/staging/rtl8723bs/include Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 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/*---------------------------------------------*/
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
You can’t perform that action at this time.
0 commit comments