Home
last modified time | relevance | path

Searched refs:bit_off (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/drivers/pinctrl/
Dpinctrl-digicolor.c129 int bit_off, reg_off; in dc_set_mux() local
132 dc_client_sel(group, &reg_off, &bit_off); in dc_set_mux()
135 reg &= ~(3 << bit_off); in dc_set_mux()
136 reg |= (selector << bit_off); in dc_set_mux()
147 int bit_off, reg_off; in dc_pmx_request_gpio() local
150 dc_client_sel(offset, &reg_off, &bit_off); in dc_pmx_request_gpio()
153 if ((reg & (3 << bit_off)) != 0) in dc_pmx_request_gpio()
171 int bit_off = gpio % PINS_PER_COLLECTION; in dc_gpio_direction_input() local
177 drive &= ~BIT(bit_off); in dc_gpio_direction_input()
191 int bit_off = gpio % PINS_PER_COLLECTION; in dc_gpio_direction_output() local
[all …]
/Linux-v5.4/mm/
Dpercpu.c364 static void pcpu_next_md_free_region(struct pcpu_chunk *chunk, int *bit_off, in pcpu_next_md_free_region() argument
367 int i = pcpu_off_to_block_index(*bit_off); in pcpu_next_md_free_region()
368 int block_off = pcpu_off_to_block_off(*bit_off); in pcpu_next_md_free_region()
393 *bit_off = pcpu_block_off_to_off(i, in pcpu_next_md_free_region()
401 *bit_off = (i + 1) * PCPU_BITMAP_BLOCK_BITS - block->right_free; in pcpu_next_md_free_region()
420 int align, int *bit_off, int *bits) in pcpu_next_fit_region() argument
422 int i = pcpu_off_to_block_index(*bit_off); in pcpu_next_fit_region()
423 int block_off = pcpu_off_to_block_off(*bit_off); in pcpu_next_fit_region()
452 *bit_off = pcpu_block_off_to_off(i, start); in pcpu_next_fit_region()
458 *bit_off = ALIGN(PCPU_BITMAP_BLOCK_BITS - block->right_free, in pcpu_next_fit_region()
[all …]
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_vbif.c60 u32 bit_off; in dpu_hw_set_mem_type() local
78 bit_off = (xin_id & 0x7) * 4; in dpu_hw_set_mem_type()
80 reg_val &= ~(0x7 << bit_off); in dpu_hw_set_mem_type()
81 reg_val |= (value & 0x7) << bit_off; in dpu_hw_set_mem_type()
91 u32 bit_off; in dpu_hw_set_limit_conf() local
99 bit_off = (xin_id % 4) * 8; in dpu_hw_set_limit_conf()
101 reg_val &= ~(0xFF << bit_off); in dpu_hw_set_limit_conf()
102 reg_val |= (limit) << bit_off; in dpu_hw_set_limit_conf()
112 u32 bit_off; in dpu_hw_get_limit_conf() local
121 bit_off = (xin_id % 4) * 8; in dpu_hw_get_limit_conf()
[all …]
Ddpu_hw_catalog.c70 .reg_off = 0x2AC, .bit_off = 0},
72 .reg_off = 0x2B4, .bit_off = 0},
74 .reg_off = 0x2BC, .bit_off = 0},
76 .reg_off = 0x2C4, .bit_off = 0},
78 .reg_off = 0x2AC, .bit_off = 8},
80 .reg_off = 0x2B4, .bit_off = 8},
82 .reg_off = 0x2BC, .bit_off = 8},
84 .reg_off = 0x2C4, .bit_off = 8},
Ddpu_hw_top.c96 u32 reg_off, bit_off; in dpu_hw_setup_clk_force_ctrl() local
109 bit_off = mdp->caps->clk_ctrls[clk_ctrl].bit_off; in dpu_hw_setup_clk_force_ctrl()
114 new_val = reg_val | BIT(bit_off); in dpu_hw_setup_clk_force_ctrl()
116 new_val = reg_val & ~BIT(bit_off); in dpu_hw_setup_clk_force_ctrl()
120 clk_forced_on = !(reg_val & BIT(bit_off)); in dpu_hw_setup_clk_force_ctrl()
Ddpu_hw_catalog.h405 u32 bit_off; member
/Linux-v5.4/fs/ocfs2/
Dlocalalloc.h41 u32 *bit_off,
47 u32 bit_off,
Dlocalalloc.c719 u32 *bit_off, in ocfs2_claim_local_alloc_bits() argument
744 *bit_off = le32_to_cpu(la->la_bm_off) + start; in ocfs2_claim_local_alloc_bits()
774 u32 bit_off, in ocfs2_free_local_alloc_bits() argument
791 start = bit_off - le32_to_cpu(la->la_bm_off); in ocfs2_free_local_alloc_bits()
956 int bit_off, left, count, start; in ocfs2_sync_local_to_main() local
978 start = count = bit_off = 0; in ocfs2_sync_local_to_main()
981 while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start)) in ocfs2_sync_local_to_main()
983 if ((bit_off < left) && (bit_off == start)) { in ocfs2_sync_local_to_main()
1007 if (bit_off >= left) in ocfs2_sync_local_to_main()
1010 start = bit_off + 1; in ocfs2_sync_local_to_main()
Dsuballoc.c425 u32 bit_off, num_bits; in ocfs2_block_group_alloc_contig() local
431 le16_to_cpu(cl->cl_cpg), &bit_off, in ocfs2_block_group_alloc_contig()
440 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_block_group_alloc_contig()
467 u32 *bit_off, u32 *num_bits) in ocfs2_block_group_claim_bits() argument
473 bit_off, num_bits); in ocfs2_block_group_claim_bits()
582 u32 bit_off, num_bits; in ocfs2_block_group_alloc_discontig() local
611 &bit_off, &num_bits); in ocfs2_block_group_alloc_discontig()
620 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_block_group_alloc_discontig()
1338 unsigned int bit_off, in ocfs2_block_group_set_bits() argument
1350 trace_ocfs2_block_group_set_bits(bit_off, num_bits); in ocfs2_block_group_set_bits()
[all …]
Dsuballoc.h88 unsigned int bit_off,
Dalloc.c4785 u32 bit_off, num_bits; in ocfs2_add_clusters_in_btree() local
4823 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_clusters_in_btree()
4841 block = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_add_clusters_in_btree()
4844 bit_off, num_bits); in ocfs2_add_clusters_in_btree()
4868 bit_off, num_bits); in ocfs2_add_clusters_in_btree()
4873 ocfs2_clusters_to_blocks(osb->sb, bit_off), in ocfs2_add_clusters_in_btree()
7053 u32 bit_off, num; in ocfs2_convert_inline_data_to_extents() local
7110 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_convert_inline_data_to_extents()
7121 block = phys = ocfs2_clusters_to_blocks(inode->i_sb, bit_off); in ocfs2_convert_inline_data_to_extents()
7197 bit_off, num); in ocfs2_convert_inline_data_to_extents()
[all …]
Ddir.c2771 u32 alloc, dx_alloc, bit_off, len, num_dx_entries = 0; in ocfs2_expand_inline_dir() local
2880 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, &len); in ocfs2_expand_inline_dir()
2892 blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off); in ocfs2_expand_inline_dir()
3021 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_expand_inline_dir()
3027 blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off); in ocfs2_expand_inline_dir()
Dxattr.c4277 u32 bit_off, len; in ocfs2_xattr_create_index_block() local
4308 1, 1, &bit_off, &len); in ocfs2_xattr_create_index_block()
4319 blkno = ocfs2_clusters_to_blocks(inode->i_sb, bit_off); in ocfs2_xattr_create_index_block()
5107 u32 clusters_to_add = 1, bit_off, num_bits, v_start = 0; in ocfs2_add_new_xattr_cluster() local
5128 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_new_xattr_cluster()
5137 block = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_add_new_xattr_cluster()
/Linux-v5.4/drivers/thermal/samsung/
Dexynos_tmu.c522 unsigned int reg_off, bit_off; in exynos7_tmu_set_trip_temp() local
526 bit_off = ((8 - trip) % 2); in exynos7_tmu_set_trip_temp()
529 th &= ~(EXYNOS7_TMU_TEMP_MASK << (16 * bit_off)); in exynos7_tmu_set_trip_temp()
530 th |= temp_to_code(data, temp) << (16 * bit_off); in exynos7_tmu_set_trip_temp()
537 unsigned int reg_off, bit_off; in exynos7_tmu_set_trip_hyst() local
541 bit_off = ((8 - trip) % 2); in exynos7_tmu_set_trip_hyst()
544 th &= ~(EXYNOS7_TMU_TEMP_MASK << (16 * bit_off)); in exynos7_tmu_set_trip_hyst()
545 th |= temp_to_code(data, temp - hyst) << (16 * bit_off); in exynos7_tmu_set_trip_hyst()
/Linux-v5.4/tools/bpf/bpftool/
Dbtf.c161 __u32 bit_off, bit_sz; in dump_btf_type() local
164 bit_off = BTF_MEMBER_BIT_OFFSET(m->offset); in dump_btf_type()
167 bit_off = m->offset; in dump_btf_type()
175 jsonw_uint_field(w, "bits_offset", bit_off); in dump_btf_type()
183 name, m->type, bit_off); in dump_btf_type()
/Linux-v5.4/fs/btrfs/
Dfree-space-cache.c3679 u64 bit_off, bit_bytes; in test_check_exists() local
3683 bit_off = offset; in test_check_exists()
3685 ret = search_bitmap(ctl, info, &bit_off, &bit_bytes, false); in test_check_exists()
3687 if (bit_off == offset) { in test_check_exists()
3690 } else if (bit_off > offset && in test_check_exists()
3691 offset + bytes > bit_off) { in test_check_exists()