bofs              320 arch/alpha/include/asm/bitops.h 	unsigned long bits, qofs, bofs;
bofs              325 arch/alpha/include/asm/bitops.h 	bofs = ffz_b(bits);
bofs              327 arch/alpha/include/asm/bitops.h 	return qofs*8 + bofs;
bofs              340 arch/alpha/include/asm/bitops.h 	unsigned long bits, qofs, bofs;
bofs              345 arch/alpha/include/asm/bitops.h 	bofs = ffz_b(~bits);
bofs              347 arch/alpha/include/asm/bitops.h 	return qofs*8 + bofs;
bofs              428 drivers/input/touchscreen/cyttsp4_core.c 		tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT;
bofs              445 drivers/input/touchscreen/cyttsp4_core.c 			tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT;
bofs              459 drivers/input/touchscreen/cyttsp4_core.c 			si->si_ofs.tch_abs[abs].bofs);
bofs              766 drivers/input/touchscreen/cyttsp4_core.c 	int *axis, int size, int max, u8 *xy_data, int bofs)
bofs              776 drivers/input/touchscreen/cyttsp4_core.c 			xy_data[next], xy_data[next], bofs);
bofs              777 drivers/input/touchscreen/cyttsp4_core.c 		*axis = (*axis * 256) + (xy_data[next] >> bofs);
bofs              803 drivers/input/touchscreen/cyttsp4_core.c 			si->si_ofs.tch_abs[abs].bofs);
bofs              258 drivers/input/touchscreen/cyttsp4_core.h 	size_t bofs;	/* bit offset */
bofs              470 fs/ext4/fsmap.c 	ext4_fsblk_t bofs;
bofs              478 fs/ext4/fsmap.c 	bofs = le32_to_cpu(sbi->s_es->s_first_data_block);
bofs              482 fs/ext4/fsmap.c 	else if (keys[0].fmr_physical < bofs)
bofs              483 fs/ext4/fsmap.c 		keys[0].fmr_physical = bofs;