Searched refs:bofs (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | bitops.h | 320 unsigned long bits, qofs, bofs; in ffz() 325 bofs = ffz_b(bits); in ffz() 327 return qofs*8 + bofs; in ffz() 340 unsigned long bits, qofs, bofs; in __ffs() 345 bofs = ffz_b(~bits); in __ffs() 347 return qofs*8 + bofs; in __ffs()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | cyttsp4_core.c | 428 tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data() 445 tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data() 459 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data() 765 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp4_get_touch_axis() argument 775 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis() 776 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis() 802 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_get_touch()
|
D | cyttsp4_core.h | 258 size_t bofs; /* bit offset */ member
|