Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
H A Dbitops.h337 unsigned long bits, qofs, bofs; in ffz()
342 bofs = ffz_b(bits); in ffz()
344 return qofs*8 + bofs; in ffz()
357 unsigned long bits, qofs, bofs; in __ffs()
362 bofs = ffz_b(~bits); in __ffs()
364 return qofs*8 + bofs; in __ffs()
/linux/drivers/input/touchscreen/
H A Dcyttsp5.c162 size_t bofs; /* bit offset */ member
267 int bofs) in cyttsp5_get_touch_axis() argument
272 *axis += ((xy_data[nbyte] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
288 si->tch_abs[abs].bofs); in cyttsp5_get_touch_record()
355 si->tch_hdr.bofs); in cyttsp5_mt_attention()
691 tch_abs->bofs = offset - (tch_abs->ofs << 3); in fill_tch_abs()