Home
last modified time | relevance | path

Searched refs:HIBIT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/cxlflash/
H A Dvlun.h18 #define HIBIT (BITS_PER_LONG - 1) macro
H A Dvlun.c112 for (i = (HIBIT - last_word_underflow + 1); in ba_init()
217 if (bit_pos == HIBIT) in ba_alloc()
/openbmc/qemu/target/hexagon/
H A Dmacros.h205 #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 Dmacros.def91 (fZXTN((HIBIT-LOWBIT+1),32,(INREG >> LOWBIT))),
100 int width=HIBIT-LOWBIT+1;