Searched refs:bofs (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/arch/alpha/include/asm/ |
D | bitops.h | 317 unsigned long bits, qofs, bofs; in ffz() 322 bofs = ffz_b(bits); in ffz() 324 return qofs*8 + bofs; in ffz() 337 unsigned long bits, qofs, bofs; in __ffs() 342 bofs = ffz_b(~bits); in __ffs() 344 return qofs*8 + bofs; in __ffs()
|
/Linux-v6.6/drivers/input/touchscreen/ |
D | cyttsp5.c | 162 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()
|
D | cyttsp4_core.c | 442 tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data() 459 tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data() 473 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data() 779 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp4_get_touch_axis() argument 789 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis() 790 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis() 816 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_get_touch()
|
D | cyttsp4_core.h | 244 size_t bofs; /* bit offset */ member
|
/Linux-v6.6/fs/ext4/ |
D | fsmap.c | 473 ext4_fsblk_t bofs; in ext4_getfsmap_datadev() local 481 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev() 485 else if (keys[0].fmr_physical < bofs) in ext4_getfsmap_datadev() 486 keys[0].fmr_physical = bofs; in ext4_getfsmap_datadev()
|