Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/include/asm/
Dbitops.h320 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()
/Linux-v4.19/fs/ext4/
Dfsmap.c470 ext4_fsblk_t bofs; in ext4_getfsmap_datadev() local
478 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev()
482 else if (keys[0].fmr_physical < bofs) in ext4_getfsmap_datadev()
483 keys[0].fmr_physical = bofs; in ext4_getfsmap_datadev()
/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp4_core.c438 tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data()
455 tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data()
469 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data()
776 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp4_get_touch_axis() argument
786 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis()
787 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis()
813 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_get_touch()
Dcyttsp4_core.h268 size_t bofs; /* bit offset */ member