Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvram/
H A Dxlnx-zynqmp-efuse.c196 #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)
[all …]
H A Dxlnx-versal-efuse-ctrl.c167 #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)
[all …]