Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/
A Dsparsebit.c344 nodep->idx = idx & -MASK_BITS; in node_add()
386 assert(n1 < MASK_BITS); in node_add()
504 assert(!(idx % MASK_BITS)); in node_split()
651 nodep->idx += MASK_BITS; in node_reduce()
1408 if (n >= MASK_BITS) { in sparsebit_set_num()
1446 assert(n < MASK_BITS); in sparsebit_set_num()
1471 if (n >= MASK_BITS) { in sparsebit_clear_num()
1515 assert(n < MASK_BITS); in sparsebit_clear_num()
1741 if (nodep->idx % MASK_BITS) { in sparsebit_validate_internal()
1832 MASK_BITS); in sparsebit_validate_internal()
[all …]
/linux/drivers/input/touchscreen/
A Dbu21013_ts.c26 #define MASK_BITS 0x03 macro
209 x = data[0] << SHIFT_2 | (data[1] & MASK_BITS); in bu21013_do_touch_report()
210 y = data[2] << SHIFT_2 | (data[3] & MASK_BITS); in bu21013_do_touch_report()

Completed in 9 milliseconds