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 49
49
/*---------------------------------------------*/
50
50
/* define the base address of each block */
51
51
#define PWR_BASEADDR_MAC 0x00
52
- #define PWR_BASEADDR_USB 0x01
53
- #define PWR_BASEADDR_PCIE 0x02
54
52
#define PWR_BASEADDR_SDIO 0x03
55
53
56
54
/*---------------------------------------------*/
64
62
/*---------------------------------------------*/
65
63
/* 3 The value of fab_msk: 4 bits */
66
64
/*---------------------------------------------*/
67
- #define PWR_FAB_TSMC_MSK BIT(0)
68
- #define PWR_FAB_UMC_MSK BIT(1)
69
65
#define PWR_FAB_ALL_MSK (BIT(0)|BIT(1)|BIT(2)|BIT(3))
70
66
71
67
/*---------------------------------------------*/
72
68
/* 3 The value of cut_msk: 8 bits */
73
69
/*---------------------------------------------*/
74
70
#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)
82
71
#define PWR_CUT_ALL_MSK 0xFF
83
72
84
73
You can’t perform that action at this time.
0 commit comments