Lines Matching refs:BIT
75 #define COMP_ERR BIT(0)
76 #define COMP_FW BIT(1)
77 #define COMP_INIT BIT(2) /*For init/deinit */
78 #define COMP_RECV BIT(3) /*For Rx. */
79 #define COMP_SEND BIT(4) /*For Tx. */
80 #define COMP_MLME BIT(5) /*For MLME. */
81 #define COMP_SCAN BIT(6) /*For Scan. */
82 #define COMP_INTR BIT(7) /*For interrupt Related. */
83 #define COMP_LED BIT(8) /*For LED. */
84 #define COMP_SEC BIT(9) /*For sec. */
85 #define COMP_BEACON BIT(10) /*For beacon. */
86 #define COMP_RATE BIT(11) /*For rate. */
87 #define COMP_RXDESC BIT(12) /*For rx desc. */
88 #define COMP_DIG BIT(13) /*For DIG */
89 #define COMP_TXAGC BIT(14) /*For Tx power */
90 #define COMP_HIPWR BIT(15) /*For High Power Mechanism */
91 #define COMP_POWER BIT(16) /*For lps/ips/aspm. */
92 #define COMP_POWER_TRACKING BIT(17) /*For TX POWER TRACKING */
93 #define COMP_BB_POWERSAVING BIT(18)
94 #define COMP_SWAS BIT(19) /*For SW Antenna Switch */
95 #define COMP_RF BIT(20) /*For RF. */
96 #define COMP_TURBO BIT(21) /*For EDCA TURBO. */
97 #define COMP_RATR BIT(22)
98 #define COMP_CMD BIT(23)
99 #define COMP_EFUSE BIT(24)
100 #define COMP_QOS BIT(25)
101 #define COMP_MAC80211 BIT(26)
102 #define COMP_REGD BIT(27)
103 #define COMP_CHAN BIT(28)
104 #define COMP_USB BIT(29)
106 #define COMP_BT_COEXIST BIT(30)
107 #define COMP_IQK BIT(31)
113 #define EEPROM_W BIT(0)
114 #define EFUSE_PG BIT(1)
115 #define EFUSE_READ_ALL BIT(2)
118 #define INIT_EEPROM BIT(0)
119 #define INIT_TXPOWER BIT(1)
120 #define INIT_IQK BIT(2)
121 #define INIT_RF BIT(3)
124 #define PHY_BBR BIT(0)
125 #define PHY_BBW BIT(1)
126 #define PHY_RFR BIT(2)
127 #define PHY_RFW BIT(3)
128 #define PHY_MACR BIT(4)
129 #define PHY_MACW BIT(5)
130 #define PHY_ALLR BIT(6)
131 #define PHY_ALLW BIT(7)
132 #define PHY_TXPWR BIT(8)
133 #define PHY_PWRDIFF BIT(9)
136 #define WA_IOT BIT(0)
137 #define DM_PWDB BIT(1)
138 #define DM_MONITOR BIT(2)
139 #define DM_DIG BIT(3)
140 #define DM_EDCA_TURBO BIT(4)
142 #define DM_PWDB BIT(1)