Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A 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()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_proximity.c56 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp5_get_touch_axis() argument
65 xy_data[next], xy_data[next], bofs); in cyttsp5_get_touch_axis()
66 *axis = *axis + ((xy_data[next] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
92 si->tch_hdr[hdr].bofs); in cyttsp5_get_touch_hdr()
113 si->tch_abs[abs].bofs); in cyttsp5_get_touch()
H A Dcyttsp5_mt_common.c58 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp5_get_touch_axis() argument
67 xy_data[next], xy_data[next], bofs); in cyttsp5_get_touch_axis()
68 *axis = *axis + ((xy_data[next] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
94 si->tch_hdr[hdr].bofs); in cyttsp5_get_touch_hdr()
124 si->tch_abs[abs].bofs); in cyttsp5_get_touch_record()
H A Dcyttsp5_core.c3234 tch_abs->bofs = field->offset - (tch_abs->ofs << 3); in fill_tch_abs()
3283 (u32)si->tch_abs[i].bofs, in setup_report_descriptor()
3309 (u32)si->tch_hdr[i].bofs, in setup_report_descriptor()
3805 int *axis, int size, int max, u8 *data, int bofs) in cyttsp5_get_touch_axis() argument
3811 *axis = *axis + ((data[next] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
3882 tch->max, si->xy_mode + 3 + tch->ofs, tch->bofs); in move_touch_data()
H A Dcyttsp5_regs.h643 size_t bofs; /* bit offset */ member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfsmap.c473 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()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.c428 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()
H A Dcyttsp4_core.h258 size_t bofs; /* bit offset */ member