Home
last modified time | relevance | path

Searched refs:BIT_POS (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/nvram/
H A Dxlnx-zynqmp-efuse.c205 #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)
226 #define EFUSE_TRIM_START BIT_POS(1, 0)
228 #define EFUSE_DNA_START BIT_POS(3, 0)
234 #define EFUSE_IPDIS_START BIT_POS(6, 0)
[all …]
H A Dxlnx-versal-efuse-ctrl.c167 #define BIT_POS(R_, C_) \ macro
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)
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)
[all …]