bit_off            70 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c 			.reg_off = 0x2AC, .bit_off = 0},
bit_off            72 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c 			.reg_off = 0x2B4, .bit_off = 0},
bit_off            74 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c 			.reg_off = 0x2BC, .bit_off = 0},
bit_off            76 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c 			.reg_off = 0x2C4, .bit_off = 0},
bit_off            78 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c 			.reg_off = 0x2AC, .bit_off = 8},
bit_off            80 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c 			.reg_off = 0x2B4, .bit_off = 8},
bit_off            82 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c 			.reg_off = 0x2BC, .bit_off = 8},
bit_off            84 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c 			.reg_off = 0x2C4, .bit_off = 8},
bit_off           405 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h 	u32 bit_off;
bit_off            96 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.c 	u32 reg_off, bit_off;
bit_off           109 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.c 	bit_off = mdp->caps->clk_ctrls[clk_ctrl].bit_off;
bit_off           114 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.c 		new_val = reg_val | BIT(bit_off);
bit_off           116 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.c 		new_val = reg_val & ~BIT(bit_off);
bit_off           120 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.c 	clk_forced_on = !(reg_val & BIT(bit_off));
bit_off            60 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	u32 bit_off;
bit_off            78 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	bit_off = (xin_id & 0x7) * 4;
bit_off            80 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	reg_val &= ~(0x7 << bit_off);
bit_off            81 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	reg_val |= (value & 0x7) << bit_off;
bit_off            91 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	u32 bit_off;
bit_off            99 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	bit_off = (xin_id % 4) * 8;
bit_off           101 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	reg_val &= ~(0xFF << bit_off);
bit_off           102 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	reg_val |= (limit) << bit_off;
bit_off           112 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	u32 bit_off;
bit_off           121 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	bit_off = (xin_id % 4) * 8;
bit_off           123 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	limit = (reg_val >> bit_off) & 0xFF;
bit_off           129 drivers/pinctrl/pinctrl-digicolor.c 	int bit_off, reg_off;
bit_off           132 drivers/pinctrl/pinctrl-digicolor.c 	dc_client_sel(group, &reg_off, &bit_off);
bit_off           135 drivers/pinctrl/pinctrl-digicolor.c 	reg &= ~(3 << bit_off);
bit_off           136 drivers/pinctrl/pinctrl-digicolor.c 	reg |= (selector << bit_off);
bit_off           147 drivers/pinctrl/pinctrl-digicolor.c 	int bit_off, reg_off;
bit_off           150 drivers/pinctrl/pinctrl-digicolor.c 	dc_client_sel(offset, &reg_off, &bit_off);
bit_off           153 drivers/pinctrl/pinctrl-digicolor.c 	if ((reg & (3 << bit_off)) != 0)
bit_off           171 drivers/pinctrl/pinctrl-digicolor.c 	int bit_off = gpio % PINS_PER_COLLECTION;
bit_off           177 drivers/pinctrl/pinctrl-digicolor.c 	drive &= ~BIT(bit_off);
bit_off           191 drivers/pinctrl/pinctrl-digicolor.c 	int bit_off = gpio % PINS_PER_COLLECTION;
bit_off           199 drivers/pinctrl/pinctrl-digicolor.c 	drive |= BIT(bit_off);
bit_off           210 drivers/pinctrl/pinctrl-digicolor.c 	int bit_off = gpio % PINS_PER_COLLECTION;
bit_off           215 drivers/pinctrl/pinctrl-digicolor.c 	return !!(input & BIT(bit_off));
bit_off           222 drivers/pinctrl/pinctrl-digicolor.c 	int bit_off = gpio % PINS_PER_COLLECTION;
bit_off           229 drivers/pinctrl/pinctrl-digicolor.c 		output |= BIT(bit_off);
bit_off           231 drivers/pinctrl/pinctrl-digicolor.c 		output &= ~BIT(bit_off);
bit_off           522 drivers/thermal/samsung/exynos_tmu.c 	unsigned int reg_off, bit_off;
bit_off           526 drivers/thermal/samsung/exynos_tmu.c 	bit_off = ((8 - trip) % 2);
bit_off           529 drivers/thermal/samsung/exynos_tmu.c 	th &= ~(EXYNOS7_TMU_TEMP_MASK << (16 * bit_off));
bit_off           530 drivers/thermal/samsung/exynos_tmu.c 	th |= temp_to_code(data, temp) << (16 * bit_off);
bit_off           537 drivers/thermal/samsung/exynos_tmu.c 	unsigned int reg_off, bit_off;
bit_off           541 drivers/thermal/samsung/exynos_tmu.c 	bit_off = ((8 - trip) % 2);
bit_off           544 drivers/thermal/samsung/exynos_tmu.c 	th &= ~(EXYNOS7_TMU_TEMP_MASK << (16 * bit_off));
bit_off           545 drivers/thermal/samsung/exynos_tmu.c 	th |= temp_to_code(data, temp - hyst) << (16 * bit_off);
bit_off          3685 fs/btrfs/free-space-cache.c 		u64 bit_off, bit_bytes;
bit_off          3689 fs/btrfs/free-space-cache.c 		bit_off = offset;
bit_off          3691 fs/btrfs/free-space-cache.c 		ret = search_bitmap(ctl, info, &bit_off, &bit_bytes, false);
bit_off          3693 fs/btrfs/free-space-cache.c 			if (bit_off == offset) {
bit_off          3696 fs/btrfs/free-space-cache.c 			} else if (bit_off > offset &&
bit_off          3697 fs/btrfs/free-space-cache.c 				   offset + bytes > bit_off) {
bit_off          4785 fs/ocfs2/alloc.c 	u32 bit_off, num_bits;
bit_off          4823 fs/ocfs2/alloc.c 					clusters_to_add, &bit_off, &num_bits);
bit_off          4841 fs/ocfs2/alloc.c 	block = ocfs2_clusters_to_blocks(osb->sb, bit_off);
bit_off          4844 fs/ocfs2/alloc.c 	     bit_off, num_bits);
bit_off          4868 fs/ocfs2/alloc.c 					bit_off, num_bits);
bit_off          4873 fs/ocfs2/alloc.c 					ocfs2_clusters_to_blocks(osb->sb, bit_off),
bit_off          7053 fs/ocfs2/alloc.c 	u32 bit_off, num;
bit_off          7110 fs/ocfs2/alloc.c 		ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off,
bit_off          7121 fs/ocfs2/alloc.c 		block = phys = ocfs2_clusters_to_blocks(inode->i_sb, bit_off);
bit_off          7197 fs/ocfs2/alloc.c 					bit_off, num);
bit_off          7202 fs/ocfs2/alloc.c 					ocfs2_clusters_to_blocks(osb->sb, bit_off),
bit_off          2771 fs/ocfs2/dir.c 	u32 alloc, dx_alloc, bit_off, len, num_dx_entries = 0;
bit_off          2880 fs/ocfs2/dir.c 	ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, &len);
bit_off          2892 fs/ocfs2/dir.c 	blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off);
bit_off          3021 fs/ocfs2/dir.c 		ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off,
bit_off          3027 fs/ocfs2/dir.c 		blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off);
bit_off           719 fs/ocfs2/localalloc.c 				 u32 *bit_off,
bit_off           744 fs/ocfs2/localalloc.c 	*bit_off = le32_to_cpu(la->la_bm_off) + start;
bit_off           774 fs/ocfs2/localalloc.c 				u32 bit_off,
bit_off           791 fs/ocfs2/localalloc.c 	start = bit_off - le32_to_cpu(la->la_bm_off);
bit_off           956 fs/ocfs2/localalloc.c 	int bit_off, left, count, start;
bit_off           978 fs/ocfs2/localalloc.c 	start = count = bit_off = 0;
bit_off           981 fs/ocfs2/localalloc.c 	while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start))
bit_off           983 fs/ocfs2/localalloc.c 		if ((bit_off < left) && (bit_off == start)) {
bit_off          1007 fs/ocfs2/localalloc.c 		if (bit_off >= left)
bit_off          1010 fs/ocfs2/localalloc.c 		start = bit_off + 1;
bit_off            41 fs/ocfs2/localalloc.h 				 u32 *bit_off,
bit_off            47 fs/ocfs2/localalloc.h 				u32 bit_off,
bit_off           425 fs/ocfs2/suballoc.c 	u32 bit_off, num_bits;
bit_off           431 fs/ocfs2/suballoc.c 				      le16_to_cpu(cl->cl_cpg), &bit_off,
bit_off           440 fs/ocfs2/suballoc.c 	bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off);
bit_off           467 fs/ocfs2/suballoc.c 					u32 *bit_off, u32 *num_bits)
bit_off           473 fs/ocfs2/suballoc.c 					      bit_off, num_bits);
bit_off           582 fs/ocfs2/suballoc.c 	u32 bit_off, num_bits;
bit_off           611 fs/ocfs2/suballoc.c 					      &bit_off, &num_bits);
bit_off           620 fs/ocfs2/suballoc.c 	bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off);
bit_off          1338 fs/ocfs2/suballoc.c 					     unsigned int bit_off,
bit_off          1350 fs/ocfs2/suballoc.c 	trace_ocfs2_block_group_set_bits(bit_off, num_bits);
bit_off          1373 fs/ocfs2/suballoc.c 		ocfs2_set_bit(bit_off++, bitmap);
bit_off          2382 fs/ocfs2/suballoc.c 					unsigned int bit_off,
bit_off          2395 fs/ocfs2/suballoc.c 	trace_ocfs2_block_group_clear_bits(bit_off, num_bits);
bit_off          2417 fs/ocfs2/suballoc.c 		ocfs2_clear_bit((bit_off + tmp),
bit_off          2420 fs/ocfs2/suballoc.c 			undo_fn(bit_off + tmp,
bit_off            88 fs/ocfs2/suballoc.h 			 unsigned int bit_off,
bit_off          4277 fs/ocfs2/xattr.c 	u32 bit_off, len;
bit_off          4308 fs/ocfs2/xattr.c 				     1, 1, &bit_off, &len);
bit_off          4319 fs/ocfs2/xattr.c 	blkno = ocfs2_clusters_to_blocks(inode->i_sb, bit_off);
bit_off          5107 fs/ocfs2/xattr.c 	u32 clusters_to_add = 1, bit_off, num_bits, v_start = 0;
bit_off          5128 fs/ocfs2/xattr.c 				     clusters_to_add, &bit_off, &num_bits);
bit_off          5137 fs/ocfs2/xattr.c 	block = ocfs2_clusters_to_blocks(osb->sb, bit_off);
bit_off           364 mm/percpu.c    static void pcpu_next_md_free_region(struct pcpu_chunk *chunk, int *bit_off,
bit_off           367 mm/percpu.c    	int i = pcpu_off_to_block_index(*bit_off);
bit_off           368 mm/percpu.c    	int block_off = pcpu_off_to_block_off(*bit_off);
bit_off           393 mm/percpu.c    			*bit_off = pcpu_block_off_to_off(i,
bit_off           401 mm/percpu.c    		*bit_off = (i + 1) * PCPU_BITMAP_BLOCK_BITS - block->right_free;
bit_off           420 mm/percpu.c    				 int align, int *bit_off, int *bits)
bit_off           422 mm/percpu.c    	int i = pcpu_off_to_block_index(*bit_off);
bit_off           423 mm/percpu.c    	int block_off = pcpu_off_to_block_off(*bit_off);
bit_off           452 mm/percpu.c    			*bit_off = pcpu_block_off_to_off(i, start);
bit_off           458 mm/percpu.c    		*bit_off = ALIGN(PCPU_BITMAP_BLOCK_BITS - block->right_free,
bit_off           460 mm/percpu.c    		*bits = PCPU_BITMAP_BLOCK_BITS - *bit_off;
bit_off           461 mm/percpu.c    		*bit_off = pcpu_block_off_to_off(i, *bit_off);
bit_off           467 mm/percpu.c    	*bit_off = pcpu_chunk_map_bits(chunk);
bit_off           476 mm/percpu.c    #define pcpu_for_each_md_free_region(chunk, bit_off, bits)		\
bit_off           477 mm/percpu.c    	for (pcpu_next_md_free_region((chunk), &(bit_off), &(bits));	\
bit_off           478 mm/percpu.c    	     (bit_off) < pcpu_chunk_map_bits((chunk));			\
bit_off           479 mm/percpu.c    	     (bit_off) += (bits) + 1,					\
bit_off           480 mm/percpu.c    	     pcpu_next_md_free_region((chunk), &(bit_off), &(bits)))
bit_off           482 mm/percpu.c    #define pcpu_for_each_fit_region(chunk, alloc_bits, align, bit_off, bits)     \
bit_off           483 mm/percpu.c    	for (pcpu_next_fit_region((chunk), (alloc_bits), (align), &(bit_off), \
bit_off           485 mm/percpu.c    	     (bit_off) < pcpu_chunk_map_bits((chunk));			      \
bit_off           486 mm/percpu.c    	     (bit_off) += (bits),					      \
bit_off           487 mm/percpu.c    	     pcpu_next_fit_region((chunk), (alloc_bits), (align), &(bit_off), \
bit_off           685 mm/percpu.c    static void pcpu_block_update_scan(struct pcpu_chunk *chunk, int bit_off,
bit_off           688 mm/percpu.c    	int s_off = pcpu_off_to_block_off(bit_off);
bit_off           696 mm/percpu.c    	s_index = pcpu_off_to_block_index(bit_off);
bit_off           721 mm/percpu.c    	int bit_off, bits;
bit_off           725 mm/percpu.c    		bit_off = chunk_md->scan_hint_start + chunk_md->scan_hint;
bit_off           730 mm/percpu.c    		bit_off = chunk_md->first_free;
bit_off           735 mm/percpu.c    	pcpu_for_each_md_free_region(chunk, bit_off, bits) {
bit_off           736 mm/percpu.c    		pcpu_block_update(chunk_md, bit_off, bit_off + bits);
bit_off           784 mm/percpu.c    static void pcpu_block_update_hint_alloc(struct pcpu_chunk *chunk, int bit_off,
bit_off           799 mm/percpu.c    	s_index = pcpu_off_to_block_index(bit_off);
bit_off           800 mm/percpu.c    	e_index = pcpu_off_to_block_index(bit_off + bits - 1);
bit_off           801 mm/percpu.c    	s_off = pcpu_off_to_block_off(bit_off);
bit_off           802 mm/percpu.c    	e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1;
bit_off           896 mm/percpu.c    				bit_off,
bit_off           897 mm/percpu.c    				bit_off + bits))
bit_off           908 mm/percpu.c    				bit_off,
bit_off           909 mm/percpu.c    				bit_off + bits))
bit_off           931 mm/percpu.c    static void pcpu_block_update_hint_free(struct pcpu_chunk *chunk, int bit_off,
bit_off           946 mm/percpu.c    	s_index = pcpu_off_to_block_index(bit_off);
bit_off           947 mm/percpu.c    	e_index = pcpu_off_to_block_index(bit_off + bits - 1);
bit_off           948 mm/percpu.c    	s_off = pcpu_off_to_block_off(bit_off);
bit_off           949 mm/percpu.c    	e_off = pcpu_off_to_block_off(bit_off + bits - 1) + 1;
bit_off          1041 mm/percpu.c    static bool pcpu_is_populated(struct pcpu_chunk *chunk, int bit_off, int bits,
bit_off          1046 mm/percpu.c    	page_start = PFN_DOWN(bit_off * PCPU_MIN_ALLOC_SIZE);
bit_off          1047 mm/percpu.c    	page_end = PFN_UP((bit_off + bits) * PCPU_MIN_ALLOC_SIZE);
bit_off          1081 mm/percpu.c    	int bit_off, bits, next_off;
bit_off          1089 mm/percpu.c    	bit_off = ALIGN(chunk_md->contig_hint_start, align) -
bit_off          1091 mm/percpu.c    	if (bit_off + alloc_bits > chunk_md->contig_hint)
bit_off          1094 mm/percpu.c    	bit_off = pcpu_next_hint(chunk_md, alloc_bits);
bit_off          1096 mm/percpu.c    	pcpu_for_each_fit_region(chunk, alloc_bits, align, bit_off, bits) {
bit_off          1097 mm/percpu.c    		if (!pop_only || pcpu_is_populated(chunk, bit_off, bits,
bit_off          1101 mm/percpu.c    		bit_off = next_off;
bit_off          1105 mm/percpu.c    	if (bit_off == pcpu_chunk_map_bits(chunk))
bit_off          1108 mm/percpu.c    	return bit_off;
bit_off          1192 mm/percpu.c    	int bit_off, end, oslot;
bit_off          1203 mm/percpu.c    	bit_off = pcpu_find_zero_area(chunk->alloc_map, end, start, alloc_bits,
bit_off          1205 mm/percpu.c    	if (bit_off >= end)
bit_off          1212 mm/percpu.c    	bitmap_set(chunk->alloc_map, bit_off, alloc_bits);
bit_off          1215 mm/percpu.c    	set_bit(bit_off, chunk->bound_map);
bit_off          1216 mm/percpu.c    	bitmap_clear(chunk->bound_map, bit_off + 1, alloc_bits - 1);
bit_off          1217 mm/percpu.c    	set_bit(bit_off + alloc_bits, chunk->bound_map);
bit_off          1222 mm/percpu.c    	if (bit_off == chunk_md->first_free)
bit_off          1226 mm/percpu.c    					bit_off + alloc_bits);
bit_off          1228 mm/percpu.c    	pcpu_block_update_hint_alloc(chunk, bit_off, alloc_bits);
bit_off          1232 mm/percpu.c    	return bit_off * PCPU_MIN_ALLOC_SIZE;
bit_off          1246 mm/percpu.c    	int bit_off, bits, end, oslot;
bit_off          1253 mm/percpu.c    	bit_off = off / PCPU_MIN_ALLOC_SIZE;
bit_off          1257 mm/percpu.c    			    bit_off + 1);
bit_off          1258 mm/percpu.c    	bits = end - bit_off;
bit_off          1259 mm/percpu.c    	bitmap_clear(chunk->alloc_map, bit_off, bits);
bit_off          1265 mm/percpu.c    	chunk_md->first_free = min(chunk_md->first_free, bit_off);
bit_off          1267 mm/percpu.c    	pcpu_block_update_hint_free(chunk, bit_off, bits);
bit_off           161 tools/bpf/bpftool/btf.c 			__u32 bit_off, bit_sz;
bit_off           164 tools/bpf/bpftool/btf.c 				bit_off = BTF_MEMBER_BIT_OFFSET(m->offset);
bit_off           167 tools/bpf/bpftool/btf.c 				bit_off = m->offset;
bit_off           175 tools/bpf/bpftool/btf.c 				jsonw_uint_field(w, "bits_offset", bit_off);
bit_off           183 tools/bpf/bpftool/btf.c 				       name, m->type, bit_off);