/Linux-v6.1/drivers/pinctrl/ |
D | pinctrl-digicolor.c | 129 int bit_off, reg_off; in dc_set_mux() local 132 dc_client_sel(group, ®_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, ®_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-v6.1/mm/ |
D | percpu.c | 324 int bit_off = ALIGN(block->contig_hint_start, align) - in pcpu_check_block_hint() local 327 return bit_off + bits <= block->contig_hint; in pcpu_check_block_hint() 369 static void pcpu_next_md_free_region(struct pcpu_chunk *chunk, int *bit_off, in pcpu_next_md_free_region() argument 372 int i = pcpu_off_to_block_index(*bit_off); in pcpu_next_md_free_region() 373 int block_off = pcpu_off_to_block_off(*bit_off); in pcpu_next_md_free_region() 398 *bit_off = pcpu_block_off_to_off(i, in pcpu_next_md_free_region() 406 *bit_off = (i + 1) * PCPU_BITMAP_BLOCK_BITS - block->right_free; in pcpu_next_md_free_region() 425 int align, int *bit_off, int *bits) in pcpu_next_fit_region() argument 427 int i = pcpu_off_to_block_index(*bit_off); in pcpu_next_fit_region() 428 int block_off = pcpu_off_to_block_off(*bit_off); in pcpu_next_fit_region() [all …]
|
/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_vbif.c | 60 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 …]
|
D | dpu_hw_catalog.c | 386 .reg_off = 0x2AC, .bit_off = 0}, 388 .reg_off = 0x2B4, .bit_off = 0}, 390 .reg_off = 0x2BC, .bit_off = 0}, 392 .reg_off = 0x2C4, .bit_off = 0}, 394 .reg_off = 0x2AC, .bit_off = 8}, 396 .reg_off = 0x2B4, .bit_off = 8}, 398 .reg_off = 0x2C4, .bit_off = 8}, 400 .reg_off = 0x2C4, .bit_off = 12}, 402 .reg_off = 0x3A8, .bit_off = 15}, 404 .reg_off = 0x3B0, .bit_off = 15}, [all …]
|
D | dpu_hw_top.c | 95 u32 reg_off, bit_off; in dpu_hw_setup_clk_force_ctrl() local 108 bit_off = mdp->caps->clk_ctrls[clk_ctrl].bit_off; in dpu_hw_setup_clk_force_ctrl() 113 new_val = reg_val | BIT(bit_off); in dpu_hw_setup_clk_force_ctrl() 115 new_val = reg_val & ~BIT(bit_off); in dpu_hw_setup_clk_force_ctrl() 119 clk_forced_on = !(reg_val & BIT(bit_off)); in dpu_hw_setup_clk_force_ctrl()
|
D | dpu_hw_catalog.h | 513 u32 bit_off; member
|
/Linux-v6.1/drivers/pinctrl/sunplus/ |
D | sppctl.c | 114 u32 bit_off; in sppctl_get_reg_and_bit_offset() local 118 bit_off = offset % 32; in sppctl_get_reg_and_bit_offset() 120 return bit_off; in sppctl_get_reg_and_bit_offset() 125 u32 bit_off; in sppctl_get_moon_reg_and_bit_offset() local 134 bit_off = offset % 16; in sppctl_get_moon_reg_and_bit_offset() 136 return bit_off; in sppctl_get_moon_reg_and_bit_offset() 141 u32 bit_off; in sppctl_prep_moon_reg_and_offset() local 143 bit_off = sppctl_get_moon_reg_and_bit_offset(offset, reg_off); in sppctl_prep_moon_reg_and_offset() 145 return SPPCTL_SET_MOON_REG_BIT(bit_off); in sppctl_prep_moon_reg_and_offset() 147 return SPPCTL_CLR_MOON_REG_BIT(bit_off); in sppctl_prep_moon_reg_and_offset() [all …]
|
/Linux-v6.1/fs/ocfs2/ |
D | localalloc.h | 39 u32 *bit_off, 45 u32 bit_off,
|
D | localalloc.c | 717 u32 *bit_off, in ocfs2_claim_local_alloc_bits() argument 742 *bit_off = le32_to_cpu(la->la_bm_off) + start; in ocfs2_claim_local_alloc_bits() 772 u32 bit_off, in ocfs2_free_local_alloc_bits() argument 789 start = bit_off - le32_to_cpu(la->la_bm_off); in ocfs2_free_local_alloc_bits() 954 int bit_off, left, count, start; in ocfs2_sync_local_to_main() local 976 start = count = bit_off = 0; in ocfs2_sync_local_to_main() 979 while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start)) in ocfs2_sync_local_to_main() 981 if ((bit_off < left) && (bit_off == start)) { in ocfs2_sync_local_to_main() 1005 if (bit_off >= left) in ocfs2_sync_local_to_main() 1008 start = bit_off + 1; in ocfs2_sync_local_to_main()
|
D | suballoc.c | 423 u32 bit_off, num_bits; in ocfs2_block_group_alloc_contig() local 429 le16_to_cpu(cl->cl_cpg), &bit_off, in ocfs2_block_group_alloc_contig() 438 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_block_group_alloc_contig() 465 u32 *bit_off, u32 *num_bits) in ocfs2_block_group_claim_bits() argument 471 bit_off, num_bits); in ocfs2_block_group_claim_bits() 580 u32 bit_off, num_bits; in ocfs2_block_group_alloc_discontig() local 609 &bit_off, &num_bits); in ocfs2_block_group_alloc_discontig() 618 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_block_group_alloc_discontig() 1339 unsigned int bit_off, in ocfs2_block_group_set_bits() argument 1351 trace_ocfs2_block_group_set_bits(bit_off, num_bits); in ocfs2_block_group_set_bits() [all …]
|
D | suballoc.h | 86 unsigned int bit_off,
|
D | alloc.c | 4782 u32 bit_off, num_bits; in ocfs2_add_clusters_in_btree() local 4820 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_clusters_in_btree() 4838 block = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_add_clusters_in_btree() 4841 bit_off, num_bits); in ocfs2_add_clusters_in_btree() 4865 bit_off, num_bits); in ocfs2_add_clusters_in_btree() 4870 ocfs2_clusters_to_blocks(osb->sb, bit_off), in ocfs2_add_clusters_in_btree() 7057 u32 bit_off, num; in ocfs2_convert_inline_data_to_extents() local 7106 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_convert_inline_data_to_extents() 7117 block = phys = ocfs2_clusters_to_blocks(inode->i_sb, bit_off); in ocfs2_convert_inline_data_to_extents() 7181 bit_off, num); in ocfs2_convert_inline_data_to_extents() [all …]
|
D | dir.c | 2769 u32 alloc, dx_alloc, bit_off, len, num_dx_entries = 0; in ocfs2_expand_inline_dir() local 2878 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, &len); in ocfs2_expand_inline_dir() 2890 blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off); in ocfs2_expand_inline_dir() 3019 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_expand_inline_dir() 3025 blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off); in ocfs2_expand_inline_dir()
|
D | xattr.c | 4275 u32 bit_off, len; in ocfs2_xattr_create_index_block() local 4306 1, 1, &bit_off, &len); in ocfs2_xattr_create_index_block() 4317 blkno = ocfs2_clusters_to_blocks(inode->i_sb, bit_off); in ocfs2_xattr_create_index_block() 5105 u32 clusters_to_add = 1, bit_off, num_bits, v_start = 0; in ocfs2_add_new_xattr_cluster() local 5126 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_new_xattr_cluster() 5135 block = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_add_new_xattr_cluster()
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | btf_helpers.c | 130 __u32 bit_off, bit_sz; in fprintf_btf_type_raw() local 132 bit_off = btf_member_bit_offset(t, i); in fprintf_btf_type_raw() 135 btf_str(btf, m->name_off), m->type, bit_off); in fprintf_btf_type_raw()
|
/Linux-v6.1/drivers/thermal/samsung/ |
D | exynos_tmu.c | 525 unsigned int reg_off, bit_off; in exynos7_tmu_set_trip_temp() local 529 bit_off = ((8 - trip) % 2); in exynos7_tmu_set_trip_temp() 532 th &= ~(EXYNOS7_TMU_TEMP_MASK << (16 * bit_off)); in exynos7_tmu_set_trip_temp() 533 th |= temp_to_code(data, temp) << (16 * bit_off); in exynos7_tmu_set_trip_temp() 540 unsigned int reg_off, bit_off; in exynos7_tmu_set_trip_hyst() local 544 bit_off = ((8 - trip) % 2); in exynos7_tmu_set_trip_hyst() 547 th &= ~(EXYNOS7_TMU_TEMP_MASK << (16 * bit_off)); in exynos7_tmu_set_trip_hyst() 548 th |= temp_to_code(data, temp - hyst) << (16 * bit_off); in exynos7_tmu_set_trip_hyst()
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | btf.c | 177 __u32 bit_off, bit_sz; in dump_btf_type() local 180 bit_off = BTF_MEMBER_BIT_OFFSET(m->offset); in dump_btf_type() 183 bit_off = m->offset; in dump_btf_type() 191 jsonw_uint_field(w, "bits_offset", bit_off); in dump_btf_type() 199 name, m->type, bit_off); in dump_btf_type()
|
/Linux-v6.1/tools/lib/bpf/ |
D | relo_core.c | 686 __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id; in bpf_core_calc_field_relo() local 732 bit_off = spec->bit_offset; in bpf_core_calc_field_relo() 738 byte_off = bit_off / 8 / byte_sz * byte_sz; in bpf_core_calc_field_relo() 740 while (bit_off + bit_sz - byte_off * 8 > byte_sz * 8) { in bpf_core_calc_field_relo() 748 byte_off = bit_off / 8 / byte_sz * byte_sz; in bpf_core_calc_field_relo() 785 *val = 64 - (bit_off + bit_sz - byte_off * 8); in bpf_core_calc_field_relo() 787 *val = (8 - byte_sz) * 8 + (bit_off - byte_off * 8); in bpf_core_calc_field_relo()
|
/Linux-v6.1/fs/btrfs/ |
D | free-space-cache.c | 4230 u64 bit_off, bit_bytes; in test_check_exists() local 4234 bit_off = offset; in test_check_exists() 4236 ret = search_bitmap(ctl, info, &bit_off, &bit_bytes, false); in test_check_exists() 4238 if (bit_off == offset) { in test_check_exists() 4241 } else if (bit_off > offset && in test_check_exists() 4242 offset + bytes > bit_off) { in test_check_exists()
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_fb_helper.c | 722 off_t bit_off = (off % info->fix.line_length) * 8; in drm_fb_helper_memory_range_to_clip() local 725 x1 = bit_off / info->var.bits_per_pixel; in drm_fb_helper_memory_range_to_clip()
|