Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-hw.h74 static inline unsigned long GET_BITS(unsigned long val, int bottombit, int topbit) in GET_BITS() argument
76 int total_nr_bits = topbit - bottombit; in GET_BITS()
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_uclo.c497 unsigned int topbit = 1 << 0xF; in qat_uclo_calc_checksum() local
502 if (reg & topbit) in qat_uclo_calc_checksum()