Lines Matching refs:BIT_POS
167 #define BIT_POS(R_, C_) \ macro
174 #define EFUSE_TBIT_POS(A_) (BIT_POS_OF(A_) >= BIT_POS(0, 28))
180 #define EFUSE_AES_KEY_START BIT_POS(12, 0)
181 #define EFUSE_AES_KEY_END BIT_POS(19, 31)
182 #define EFUSE_USER_KEY_0_START BIT_POS(20, 0)
183 #define EFUSE_USER_KEY_0_END BIT_POS(27, 31)
184 #define EFUSE_USER_KEY_1_START BIT_POS(28, 0)
185 #define EFUSE_USER_KEY_1_END BIT_POS(35, 31)
190 #define EFUSE_GLITCH_DET_WR_LK BIT_POS(4, 31)
191 #define EFUSE_PPK0_WR_LK BIT_POS(43, 6)
192 #define EFUSE_PPK1_WR_LK BIT_POS(43, 7)
193 #define EFUSE_PPK2_WR_LK BIT_POS(43, 8)
194 #define EFUSE_AES_WR_LK BIT_POS(43, 11)
195 #define EFUSE_USER_KEY_0_WR_LK BIT_POS(43, 13)
196 #define EFUSE_USER_KEY_1_WR_LK BIT_POS(43, 15)
197 #define EFUSE_PUF_SYN_LK BIT_POS(43, 16)
198 #define EFUSE_DNA_WR_LK BIT_POS(43, 27)
199 #define EFUSE_BOOT_ENV_WR_LK BIT_POS(43, 28)
201 #define EFUSE_PGM_LOCKED_START BIT_POS(44, 0)
202 #define EFUSE_PGM_LOCKED_END BIT_POS(51, 31)
205 #define EFUSE_PUF_SYN_START BIT_POS(129, 0)
206 #define EFUSE_PUF_SYN_END BIT_POS(255, 27)