Lines Matching refs:BIT_POS
196 #define BIT_POS(ROW, COLUMN) (ROW * 32 + COLUMN) macro
205 #define EFUSE_AES_RDLK BIT_POS(22, 0)
206 #define EFUSE_AES_WRLK BIT_POS(22, 1)
207 #define EFUSE_ENC_ONLY BIT_POS(22, 2)
208 #define EFUSE_BBRAM_DIS BIT_POS(22, 3)
209 #define EFUSE_ERROR_DIS BIT_POS(22, 4)
210 #define EFUSE_JTAG_DIS BIT_POS(22, 5)
211 #define EFUSE_DFT_DIS BIT_POS(22, 6)
212 #define EFUSE_PROG_GATE_0 BIT_POS(22, 7)
213 #define EFUSE_PROG_GATE_1 BIT_POS(22, 7)
214 #define EFUSE_PROG_GATE_2 BIT_POS(22, 9)
215 #define EFUSE_SEC_LOCK BIT_POS(22, 10)
216 #define EFUSE_RSA_EN BIT_POS(22, 11)
217 #define EFUSE_RSA_EN14 BIT_POS(22, 25)
218 #define EFUSE_PPK0_WRLK BIT_POS(22, 26)
219 #define EFUSE_PPK0_INVLD BIT_POS(22, 27)
220 #define EFUSE_PPK0_INVLD_1 BIT_POS(22, 28)
221 #define EFUSE_PPK1_WRLK BIT_POS(22, 29)
222 #define EFUSE_PPK1_INVLD BIT_POS(22, 30)
223 #define EFUSE_PPK1_INVLD_1 BIT_POS(22, 31)
226 #define EFUSE_TRIM_START BIT_POS(1, 0)
227 #define EFUSE_TRIM_END BIT_POS(1, 30)
228 #define EFUSE_DNA_START BIT_POS(3, 0)
229 #define EFUSE_DNA_END BIT_POS(5, 31)
230 #define EFUSE_AES_START BIT_POS(24, 0)
231 #define EFUSE_AES_END BIT_POS(31, 31)
232 #define EFUSE_ROM_START BIT_POS(17, 0)
233 #define EFUSE_ROM_END BIT_POS(17, 31)
234 #define EFUSE_IPDIS_START BIT_POS(6, 0)
235 #define EFUSE_IPDIS_END BIT_POS(6, 31)
236 #define EFUSE_USER_START BIT_POS(8, 0)
237 #define EFUSE_USER_END BIT_POS(15, 31)
238 #define EFUSE_BISR_START BIT_POS(32, 0)
239 #define EFUSE_BISR_END BIT_POS(39, 31)
241 #define EFUSE_USER_CTRL_START BIT_POS(16, 0)
242 #define EFUSE_USER_CTRL_END BIT_POS(16, 16)
245 #define EFUSE_PUF_CHASH_START BIT_POS(20, 0)
246 #define EFUSE_PUF_CHASH_END BIT_POS(20, 31)
247 #define EFUSE_PUF_MISC_START BIT_POS(21, 0)
248 #define EFUSE_PUF_MISC_END BIT_POS(21, 31)
249 #define EFUSE_PUF_SYN_WRLK BIT_POS(21, 30)
251 #define EFUSE_SPK_START BIT_POS(23, 0)
252 #define EFUSE_SPK_END BIT_POS(23, 31)
254 #define EFUSE_PPK0_START BIT_POS(40, 0)
255 #define EFUSE_PPK0_END BIT_POS(51, 31)
256 #define EFUSE_PPK1_START BIT_POS(52, 0)
257 #define EFUSE_PPK1_END BIT_POS(63, 31)