Searched refs:HIBIT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | vlun.h | 18 #define HIBIT (BITS_PER_LONG - 1) macro
|
H A D | vlun.c | 112 for (i = (HIBIT - last_word_underflow + 1); in ba_init() 217 if (bit_pos == HIBIT) in ba_alloc()
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 205 #define fEXTRACTU_RANGE(INREG, HIBIT, LOWBIT) \ argument 206 (((HIBIT) - (LOWBIT) + 1) ? \ 207 extract64((INREG), (LOWBIT), ((HIBIT) - (LOWBIT) + 1)) : \ 209 #define fINSERT_RANGE(INREG, HIBIT, LOWBIT, INVAL) \ argument 211 int width = ((HIBIT) - (LOWBIT) + 1); \
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | macros.def | 91 (fZXTN((HIBIT-LOWBIT+1),32,(INREG >> LOWBIT))), 100 int width=HIBIT-LOWBIT+1;
|