/Linux-v6.1/drivers/gpio/ |
D | gpio-xgene.c | 41 u32 bit_offset; in xgene_gpio_get() local 44 bit_offset = GPIO_BIT_OFFSET(offset); in xgene_gpio_get() 45 return !!(ioread32(chip->base + bank_offset) & BIT(bit_offset)); in xgene_gpio_get() 52 u32 setval, bit_offset; in __xgene_gpio_set() local 55 bit_offset = GPIO_BIT_OFFSET(offset) + XGENE_GPIOS_PER_BANK; in __xgene_gpio_set() 59 setval |= BIT(bit_offset); in __xgene_gpio_set() 61 setval &= ~BIT(bit_offset); in __xgene_gpio_set() 78 unsigned long bank_offset, bit_offset; in xgene_gpio_get_direction() local 81 bit_offset = GPIO_BIT_OFFSET(offset); in xgene_gpio_get_direction() 83 if (ioread32(chip->base + bank_offset) & BIT(bit_offset)) in xgene_gpio_get_direction() [all …]
|
/Linux-v6.1/drivers/pinctrl/ |
D | pinctrl-bm1880.c | 1015 u32 *regval, u32 bit_offset) in bm1880_pinconf_drv_set() argument 1028 _regval &= ~(width << bit_offset); in bm1880_pinconf_drv_set() 1029 _regval |= (0 << bit_offset); in bm1880_pinconf_drv_set() 1032 _regval &= ~(width << bit_offset); in bm1880_pinconf_drv_set() 1033 _regval |= (1 << bit_offset); in bm1880_pinconf_drv_set() 1036 _regval &= ~(width << bit_offset); in bm1880_pinconf_drv_set() 1037 _regval |= (2 << bit_offset); in bm1880_pinconf_drv_set() 1040 _regval &= ~(width << bit_offset); in bm1880_pinconf_drv_set() 1041 _regval |= (3 << bit_offset); in bm1880_pinconf_drv_set() 1044 _regval &= ~(width << bit_offset); in bm1880_pinconf_drv_set() [all …]
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | btf_dumper.c | 25 __u8 bit_offset, const void *data); 136 __u8 bit_offset, const void *data) in btf_dumper_modifier() argument 144 return btf_dumper_do_type(d, actual_type_id, bit_offset, data); in btf_dumper_modifier() 351 static void btf_dumper_bitfield(__u32 nr_bits, __u8 bit_offset, in btf_dumper_bitfield() argument 360 bits_to_copy = bit_offset + nr_bits; in btf_dumper_bitfield() 365 left_shift_bits = bit_offset; in btf_dumper_bitfield() 378 static void btf_dumper_int_bits(__u32 int_type, __u8 bit_offset, in btf_dumper_int_bits() argument 388 total_bits_offset = bit_offset + BTF_INT_OFFSET(int_type); in btf_dumper_int_bits() 390 bit_offset = BITS_PER_BYTE_MASKED(total_bits_offset); in btf_dumper_int_bits() 391 btf_dumper_bitfield(nr_bits, bit_offset, data, jw, in btf_dumper_int_bits() [all …]
|
/Linux-v6.1/drivers/acpi/acpica/ |
D | hwregs.c | 69 if (!reg->bit_offset && reg->bit_width && in acpi_hw_get_access_bit_width() 77 ACPI_ROUND_UP_POWER_OF_TWO_8(reg->bit_offset + in acpi_hw_get_access_bit_width() 167 ACPI_ROUND_UP(reg->bit_offset + reg->bit_width, access_width); in acpi_hw_validate_register() 200 u8 bit_offset; in acpi_hw_read() local 221 bit_width = reg->bit_offset + reg->bit_width; in acpi_hw_read() 222 bit_offset = reg->bit_offset; in acpi_hw_read() 230 if (bit_offset >= access_width) { in acpi_hw_read() 232 bit_offset -= access_width; in acpi_hw_read() 295 u8 bit_offset; in acpi_hw_write() local 312 bit_width = reg->bit_offset + reg->bit_width; in acpi_hw_write() [all …]
|
D | dsopcode.c | 83 u32 bit_offset; in acpi_ds_init_buffer_field() local 127 bit_offset = offset; in acpi_ds_init_buffer_field() 144 bit_offset = offset; in acpi_ds_init_buffer_field() 153 bit_offset = 8 * offset; in acpi_ds_init_buffer_field() 162 bit_offset = 8 * offset; in acpi_ds_init_buffer_field() 171 bit_offset = 8 * offset; in acpi_ds_init_buffer_field() 180 bit_offset = 8 * offset; in acpi_ds_init_buffer_field() 196 if ((bit_offset + bit_count) > (8 * (u32)buffer_desc->buffer.length)) { in acpi_ds_init_buffer_field() 202 bit_offset, bit_count, in acpi_ds_init_buffer_field() 214 bit_offset, bit_count); in acpi_ds_init_buffer_field()
|
/Linux-v6.1/drivers/soc/tegra/fuse/ |
D | fuse-tegra.c | 102 .bit_offset = 0, 108 .bit_offset = 0, 114 .bit_offset = 0, 120 .bit_offset = 0, 126 .bit_offset = 0, 132 .bit_offset = 0, 138 .bit_offset = 0, 144 .bit_offset = 0, 150 .bit_offset = 0, 156 .bit_offset = 0, [all …]
|
/Linux-v6.1/arch/x86/kernel/acpi/ |
D | cppc.c | 41 u64 mask = GENMASK_ULL(reg->bit_offset + reg->bit_width - 1, in cpc_read_ffh() 42 reg->bit_offset); in cpc_read_ffh() 45 *val >>= reg->bit_offset; in cpc_read_ffh() 57 u64 mask = GENMASK_ULL(reg->bit_offset + reg->bit_width - 1, in cpc_write_ffh() 58 reg->bit_offset); in cpc_write_ffh() 60 val <<= reg->bit_offset; in cpc_write_ffh()
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | bit.c | 30 if (likely(bios->bit_offset)) { in bit_entry() 31 u8 entries = nvbios_rd08(bios, bios->bit_offset + 10); in bit_entry() 32 u32 entry = bios->bit_offset + 12; in bit_entry() 42 entry += nvbios_rd08(bios, bios->bit_offset + 9); in bit_entry()
|
/Linux-v6.1/sound/soc/codecs/ |
D | cs35l41-lib.c | 701 .bit_offset = 16, 708 .bit_offset = 16, 715 .bit_offset = 16, 722 .bit_offset = 16, 729 .bit_offset = 16, 816 int bit_offset, word_offset, ret, i; in cs35l41_otp_unpack() local 847 bit_offset = otp_map_match->bit_offset; in cs35l41_otp_unpack() 852 bit_offset, word_offset, bit_sum % 32, otp_map[i].size); in cs35l41_otp_unpack() 853 if (bit_offset + otp_map[i].size - 1 >= 32) { in cs35l41_otp_unpack() 855 GENMASK(31, bit_offset)) >> bit_offset; in cs35l41_otp_unpack() [all …]
|
/Linux-v6.1/drivers/gpu/drm/omapdrm/ |
D | tcm-sita.c | 87 unsigned long bit_offset = (offset > 0) ? offset / slot_bytes : 0; in l2r_t2b() local 88 unsigned long curr_bit = bit_offset; in l2r_t2b() 101 if (bit_offset > 0 && (*pos % slots_per_band != bit_offset)) { in l2r_t2b() 102 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset; in l2r_t2b() 108 curr_bit = ALIGN(*pos, slot_stride) + bit_offset; in l2r_t2b() 139 if (bit_offset > 0) in l2r_t2b() 140 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset; in l2r_t2b()
|
/Linux-v6.1/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00reg.h | 148 u8 bit_offset; member 153 u16 bit_offset; member 158 u32 bit_offset; member 240 ((__field).bit_offset)) & \ 248 ((__field).bit_offset); \
|
/Linux-v6.1/include/crypto/ |
D | sha1_base.h | 76 const int bit_offset = SHA1_BLOCK_SIZE - sizeof(__be64); in sha1_base_do_finalize() local 78 __be64 *bits = (__be64 *)(sctx->buffer + bit_offset); in sha1_base_do_finalize() 82 if (partial > bit_offset) { in sha1_base_do_finalize() 89 memset(sctx->buffer + partial, 0x0, bit_offset - partial); in sha1_base_do_finalize()
|
D | sha256_base.h | 79 const int bit_offset = SHA256_BLOCK_SIZE - sizeof(__be64); in sha256_base_do_finalize() local 81 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha256_base_do_finalize() 85 if (partial > bit_offset) { in sha256_base_do_finalize() 92 memset(sctx->buf + partial, 0x0, bit_offset - partial); in sha256_base_do_finalize()
|
D | sm3_base.h | 79 const int bit_offset = SM3_BLOCK_SIZE - sizeof(__be64); in sm3_base_do_finalize() local 81 __be64 *bits = (__be64 *)(sctx->buffer + bit_offset); in sm3_base_do_finalize() 85 if (partial > bit_offset) { in sm3_base_do_finalize() 92 memset(sctx->buffer + partial, 0x0, bit_offset - partial); in sm3_base_do_finalize()
|
D | sha512_base.h | 99 const int bit_offset = SHA512_BLOCK_SIZE - sizeof(__be64[2]); in sha512_base_do_finalize() local 101 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha512_base_do_finalize() 105 if (partial > bit_offset) { in sha512_base_do_finalize() 112 memset(sctx->buf + partial, 0x0, bit_offset - partial); in sha512_base_do_finalize()
|
/Linux-v6.1/tools/lib/bpf/ |
D | relo_core.c | 332 spec->bit_offset = access_idx * sz * 8; in bpf_core_parse_spec() 344 __u32 bit_offset; in bpf_core_parse_spec() local 349 bit_offset = btf_member_bit_offset(t, access_idx); in bpf_core_parse_spec() 350 spec->bit_offset += bit_offset; in bpf_core_parse_spec() 384 spec->bit_offset += access_idx * sz * 8; in bpf_core_parse_spec() 508 __u32 bit_offset; in bpf_core_match_member() local 510 bit_offset = btf_member_bit_offset(targ_type, i); in bpf_core_match_member() 517 spec->bit_offset += bit_offset; in bpf_core_match_member() 546 spec->bit_offset -= bit_offset; in bpf_core_match_member() 671 targ_spec->bit_offset += local_acc->idx * sz * 8; in bpf_core_spec_match() [all …]
|
/Linux-v6.1/drivers/acpi/apei/ |
D | apei-base.c | 64 *val >>= entry->register_region.bit_offset; in __apei_exec_read_register() 104 val <<= entry->register_region.bit_offset; in __apei_exec_write_register() 110 valr &= ~(entry->mask << entry->register_region.bit_offset); in __apei_exec_write_register() 571 u32 bit_width, bit_offset, access_size_code, space_id; in apei_check_gar() local 574 bit_offset = reg->bit_offset; in apei_check_gar() 581 *paddr, bit_width, bit_offset, access_size_code, in apei_check_gar() 589 *paddr, bit_width, bit_offset, access_size_code, in apei_check_gar() 596 if (bit_width == 32 && bit_offset == 0 && (*paddr & 0x03) == 0 && in apei_check_gar() 599 else if (bit_width == 64 && bit_offset == 0 && (*paddr & 0x07) == 0 && in apei_check_gar() 603 if ((bit_width + bit_offset) > *access_bit_width) { in apei_check_gar() [all …]
|
/Linux-v6.1/drivers/nvmem/ |
D | core.c | 53 int bit_offset; member 468 cell->bit_offset = info->bit_offset; in nvmem_cell_info_to_nvmem_cell_entry_nodup() 473 cell->bytes = DIV_ROUND_UP(cell->nbits + cell->bit_offset, in nvmem_cell_info_to_nvmem_cell_entry_nodup() 716 cell->bit_offset = be32_to_cpup(addr++); in nvmem_add_cells_from_of() 722 cell->nbits + cell->bit_offset, in nvmem_add_cells_from_of() 1382 int i, extra, bit_offset = cell->bit_offset; in nvmem_shift_read_buffer_in_place() local 1385 if (bit_offset) { in nvmem_shift_read_buffer_in_place() 1387 *b++ >>= bit_offset; in nvmem_shift_read_buffer_in_place() 1392 *p |= *b << (BITS_PER_BYTE - bit_offset); in nvmem_shift_read_buffer_in_place() 1395 *b++ >>= bit_offset; in nvmem_shift_read_buffer_in_place() [all …]
|
/Linux-v6.1/drivers/irqchip/ |
D | irq-meson-gpio.c | 198 unsigned int bit_offset; in meson8_gpio_irq_sel_pin() local 201 bit_offset = REG_PIN_SEL_SHIFT(channel); in meson8_gpio_irq_sel_pin() 204 ctl->params->pin_sel_mask << bit_offset, in meson8_gpio_irq_sel_pin() 205 hwirq << bit_offset); in meson8_gpio_irq_sel_pin() 213 unsigned int bit_offset; in meson_a1_gpio_irq_sel_pin() local 215 bit_offset = ((channel % 2) == 0) ? 0 : 16; in meson_a1_gpio_irq_sel_pin() 219 ctl->params->pin_sel_mask << bit_offset, in meson_a1_gpio_irq_sel_pin() 220 hwirq << bit_offset); in meson_a1_gpio_irq_sel_pin()
|
/Linux-v6.1/drivers/pinctrl/sprd/ |
D | pinctrl-sprd.h | 31 .bit_offset = (((a) >> BIT_OFFSET) & 0xff), \ 48 unsigned long bit_offset; member
|
/Linux-v6.1/drivers/acpi/ |
D | processor_throttling.c | 462 throttling->control_register.bit_offset) > 32) { in acpi_processor_get_throttling_control() 469 throttling->status_register.bit_offset) > 32) { in acpi_processor_get_throttling_control() 754 u32 bit_width, bit_offset; in acpi_read_throttling_status() local 764 bit_offset = throttling->status_register.bit_offset; in acpi_read_throttling_status() 768 (u32) (bit_width + bit_offset)); in acpi_read_throttling_status() 770 *value = (u64) ((ptc_value >> bit_offset) & ptc_mask); in acpi_read_throttling_status() 786 u32 bit_width, bit_offset; in acpi_write_throttling_state() local 796 bit_offset = throttling->control_register.bit_offset; in acpi_write_throttling_state() 802 (u32) (ptc_value << bit_offset), in acpi_write_throttling_state() 803 (u32) (bit_width + bit_offset)); in acpi_write_throttling_state()
|
D | acpi_lpit.c | 43 u64 mask = GENMASK_ULL(residency_info_ffh.gaddr.bit_offset + in lpit_read_residency_counter_us() 45 residency_info_ffh.gaddr.bit_offset); in lpit_read_residency_counter_us() 48 *counter >>= residency_info_ffh.gaddr.bit_offset; in lpit_read_residency_counter_us()
|
/Linux-v6.1/drivers/clk/imx/ |
D | clk-imx8qxp-lpcg.c | 183 unsigned int bit_offset[IMX_LPCG_MAX_CLKS]; in imx_lpcg_parse_clks_from_dt() local 223 ret = of_property_read_u32_array(np, "clock-indices", bit_offset, in imx_lpcg_parse_clks_from_dt() 250 idx = bit_offset[i] / 4; in imx_lpcg_parse_clks_from_dt() 260 bit_offset[i], false); in imx_lpcg_parse_clks_from_dt() 281 idx = bit_offset[i] / 4; in imx_lpcg_parse_clks_from_dt()
|
/Linux-v6.1/include/rdma/ |
D | iba.h | 118 #define IBA_FIELD_BLOC(field_struct, byte_offset, bit_offset, num_bits) \ argument 120 GENMASK(7 - (bit_offset), 7 - (bit_offset) - (num_bits - 1)), \
|
/Linux-v6.1/drivers/watchdog/ |
D | wdat_wdt.c | 147 x >>= gas->bit_offset; in wdat_wdt_run_action() 157 x >>= gas->bit_offset; in wdat_wdt_run_action() 165 x <<= gas->bit_offset; in wdat_wdt_run_action() 170 y = y & ~(mask << gas->bit_offset); in wdat_wdt_run_action() 181 x <<= gas->bit_offset; in wdat_wdt_run_action() 186 y = y & ~(mask << gas->bit_offset); in wdat_wdt_run_action()
|