/linux-6.3-rc2/fs/f2fs/ |
A D | dir.c | 297 bit_pos++; in f2fs_find_target_dentry() 305 bit_pos++; in f2fs_find_target_dentry() 679 unsigned int bit_pos; in f2fs_has_enough_room() local 714 unsigned int bit_pos; in f2fs_add_regular_entry() local 782 bit_pos); in f2fs_add_regular_entry() 910 unsigned int bit_pos; in f2fs_delete_entry() local 985 bit_pos = 2; in f2fs_empty_dir() 987 bit_pos = 0; in f2fs_empty_dir() 990 bit_pos); in f2fs_empty_dir() 1021 bit_pos = find_next_bit_le(d->bitmap, d->max, bit_pos); in f2fs_fill_dentries() [all …]
|
A D | inline.c | 472 while (bit_pos < d.max) { in f2fs_add_inline_entries() 479 bit_pos++; in f2fs_add_inline_entries() 483 de = &d.dentry[bit_pos]; in f2fs_add_inline_entries() 486 bit_pos++; in f2fs_add_inline_entries() 620 unsigned int bit_pos; in f2fs_add_inline_entry() local 635 if (bit_pos >= d.max) { in f2fs_add_inline_entry() 655 bit_pos); in f2fs_add_inline_entry() 685 unsigned int bit_pos; in f2fs_delete_inline_entry() local 712 unsigned int bit_pos = 2; in f2fs_empty_inline_dir() local 723 bit_pos = find_next_bit_le(d.bitmap, d.max, bit_pos); in f2fs_empty_inline_dir() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_dmac_flt.c | 74 int otx2_dmacflt_add(struct otx2_nic *pf, const u8 *mac, u32 bit_pos) in otx2_dmacflt_add() argument 81 dmacindex = &pf->flow_cfg->bmap_to_dmacindex[bit_pos]; in otx2_dmacflt_add() 130 u32 bit_pos) in otx2_dmacflt_remove() argument 132 u32 dmacindex = pf->flow_cfg->bmap_to_dmacindex[bit_pos]; in otx2_dmacflt_remove() 177 int otx2_dmacflt_update(struct otx2_nic *pf, u8 *mac, u32 bit_pos) in otx2_dmacflt_update() argument 193 req->index = pf->flow_cfg->bmap_to_dmacindex[bit_pos]; in otx2_dmacflt_update() 204 pf->flow_cfg->bmap_to_dmacindex[bit_pos] = rsp->index; in otx2_dmacflt_update()
|
/linux-6.3-rc2/drivers/scsi/cxlflash/ |
A D | vlun.c | 156 u64 bit_pos = -1; in find_free_range() local 171 clear_bit(bit_pos, lam); in find_free_range() 175 return bit_pos; in find_free_range() 186 u64 bit_pos = -1; in ba_alloc() local 205 if (bit_pos == -1) { in ba_alloc() 209 if (bit_pos == -1) { in ba_alloc() 217 if (bit_pos == HIBIT) in ba_alloc() 239 int idx = 0, bit_pos = 0; in validate_alloc() local 242 bit_pos = aun % BITS_PER_LONG; in validate_alloc() 259 int idx = 0, bit_pos = 0; in ba_free() local [all …]
|
/linux-6.3-rc2/drivers/block/drbd/ |
A D | drbd_proc.c | 193 unsigned long bit_pos; in drbd_syncer_progress() local 197 bit_pos = bm_bits - device->ov_left; in drbd_syncer_progress() 201 bit_pos = device->bm_resync_fo; in drbd_syncer_progress() 206 (int)(bit_pos / (bm_bits/100+1)), in drbd_syncer_progress() 207 (unsigned long long)bit_pos * BM_SECT_PER_BIT, in drbd_syncer_progress()
|
/linux-6.3-rc2/arch/arm64/kernel/probes/ |
A D | simulate-insn.c | 71 int bit_pos = ((opcode & (1 << 31)) >> 26) | ((opcode >> 19) & 0x1f); in check_tbz() local 73 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) == 0; in check_tbz() 79 int bit_pos = ((opcode & (1 << 31)) >> 26) | ((opcode >> 19) & 0x1f); in check_tbnz() local 81 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) != 0; in check_tbnz()
|
/linux-6.3-rc2/arch/sh/drivers/ |
A D | heartbeat.c | 37 new = (1 << hd->bit_pos[bit]); in heartbeat_toggle_bit() 110 hd->bit_pos = default_bit_pos; in heartbeat_drv_probe() 116 hd->mask |= (1 << hd->bit_pos[i]); in heartbeat_drv_probe()
|
/linux-6.3-rc2/drivers/usb/gadget/udc/ |
A D | mv_udc_core.c | 130 u32 bit_pos; in process_ep_req() local 255 u32 bit_pos, direction; in queue_dtd() local 474 (unsigned)bit_pos); in mv_ep_enable() 623 u32 bit_pos, direction; in mv_ep_fifo_flush() local 638 bit_pos = (1 << 16) | 1; in mv_ep_fifo_flush() 640 bit_pos = 1 << ep->ep_num; in mv_ep_fifo_flush() 652 (unsigned)bit_pos); in mv_ep_fifo_flush() 670 (unsigned)bit_pos); in mv_ep_fifo_flush() 752 u32 bit_pos; in mv_prime_ep() local 1785 u32 tmp, bit_pos; in irq_process_tr_complete() local [all …]
|
/linux-6.3-rc2/drivers/platform/x86/intel/telemetry/ |
A D | debugfs.c | 70 (BUF)[idx] = ((EVTLOG) >> (EVTDAT)[idx].bit_pos) & \ 97 u32 bit_pos; member 121 u32 bit_pos; member 147 u32 bit_pos; member 162 u32 bit_pos; member 177 u32 bit_pos; member 204 u32 bit_pos; member 365 conf->pss_idle_data[conf->pss_idle_evts - 1].bit_pos) & in telem_pss_states_show() 624 conf->pss_idle_data[idx].bit_pos) & in telem_soc_states_show() 629 conf->pss_idle_data[idx].bit_pos) & in telem_soc_states_show()
|
/linux-6.3-rc2/drivers/regulator/ |
A D | tps65910-regulator.c | 856 TPS65910_EN1_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config() 859 TPS65910_EN1_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config() 869 TPS65910_EN2_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config() 872 TPS65910_EN2_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config() 884 TPS65910_EN3_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config() 887 TPS65910_EN3_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config() 899 TPS65910_SLEEP_KEEP_LDO_ON + regoffs, bit_pos); in tps65910_set_ext_sleep_config() 902 TPS65910_SLEEP_SET_LDO_OFF + regoffs, bit_pos); in tps65910_set_ext_sleep_config() 947 TPS65910_SLEEP_KEEP_LDO_ON + regoffs, bit_pos); in tps65910_set_ext_sleep_config() 951 TPS65910_SLEEP_SET_LDO_OFF + regoffs, bit_pos); in tps65910_set_ext_sleep_config() [all …]
|
/linux-6.3-rc2/drivers/mfd/ |
A D | palmas.c | 330 int bit_pos, ret; in palmas_ext_control_req_config() local 349 bit_pos = pmic_ddata->sleep_req_info[id].bit_pos; in palmas_ext_control_req_config() 353 reg_add, BIT(bit_pos), BIT(bit_pos)); in palmas_ext_control_req_config() 356 reg_add, BIT(bit_pos), 0); in palmas_ext_control_req_config()
|
/linux-6.3-rc2/lib/xz/ |
A D | xz_dec_bcj.c | 204 uint32_t bit_pos; in bcj_ia64() local 224 for (slot = 0, bit_pos = 5; slot < 3; ++slot, bit_pos += 41) { in bcj_ia64() 228 byte_pos = bit_pos >> 3; in bcj_ia64() 229 bit_res = bit_pos & 7; in bcj_ia64()
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | heartbeat.h | 11 unsigned char *bit_pos; member
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pci-keystone.c | 155 u32 bit_pos; in ks_pcie_msi_irq_ack() local 161 bit_pos = irq >> 3; in ks_pcie_msi_irq_ack() 164 BIT(bit_pos)); in ks_pcie_msi_irq_ack() 201 u32 bit_pos; in ks_pcie_msi_mask() local 209 bit_pos = irq >> 3; in ks_pcie_msi_mask() 212 BIT(bit_pos)); in ks_pcie_msi_mask() 225 u32 bit_pos; in ks_pcie_msi_unmask() local 233 bit_pos = irq >> 3; in ks_pcie_msi_unmask() 236 BIT(bit_pos)); in ks_pcie_msi_unmask()
|
/linux-6.3-rc2/include/linux/ |
A D | cper.h | 451 u16 bit_pos; member 471 u16 bit_pos; member 491 u16 bit_pos; member
|
/linux-6.3-rc2/arch/sh/boards/mach-se/7751/ |
A D | setup.c | 22 .bit_pos = heartbeat_bit_pos,
|
/linux-6.3-rc2/arch/sh/boards/mach-se/7206/ |
A D | setup.c | 52 .bit_pos = heartbeat_bit_pos,
|
/linux-6.3-rc2/arch/sh/boards/mach-se/7721/ |
A D | setup.c | 20 .bit_pos = heartbeat_bit_pos,
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_hw.c | 112 int chtls_set_tcb_tflag(struct sock *sk, unsigned int bit_pos, int val) in chtls_set_tcb_tflag() argument 114 return chtls_set_tcb_field(sk, 1, 1ULL << bit_pos, in chtls_set_tcb_tflag() 115 (u64)val << bit_pos); in chtls_set_tcb_tflag()
|
/linux-6.3-rc2/arch/sh/boards/ |
A D | board-polaris.c | 69 .bit_pos = heartbeat_bit_pos,
|
/linux-6.3-rc2/sound/soc/tegra/ |
A D | tegra210_ahub.c | 23 unsigned int reg, i, bit_pos = 0; in tegra_ahub_get_value_enum() local 37 bit_pos = ffs(reg_val) + in tegra_ahub_get_value_enum() 45 if (bit_pos == e->values[i]) { in tegra_ahub_get_value_enum() 64 unsigned int i, bit_pos, reg_idx = 0, reg_val = 0; in tegra_ahub_put_value_enum() local 73 bit_pos = (value - 1) % (8 * cmpnt->val_bytes); in tegra_ahub_put_value_enum() 74 reg_val = BIT(bit_pos); in tegra_ahub_put_value_enum()
|
/linux-6.3-rc2/drivers/firmware/efi/ |
A D | cper.c | 278 mem->bit_pos); in cper_mem_err_location() 328 cmem->bit_pos = mem->bit_pos; in cper_mem_err_pack()
|
/linux-6.3-rc2/arch/sh/boards/mach-se/770x/ |
A D | setup.c | 96 .bit_pos = heartbeat_bit_pos,
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | cs35l34.c | 274 unsigned int reg, bit_pos; in cs35l34_set_tdm_slot() local 327 bit_pos = slot - ((slot / 8) * (8)); in cs35l34_set_tdm_slot() 329 1 << bit_pos, 1 << bit_pos); in cs35l34_set_tdm_slot()
|
A D | cs35l33.c | 556 unsigned int reg, bit_pos, i; in cs35l33_set_tdm_slot() local 626 bit_pos = slot - ((slot / 8) * (8)); in cs35l33_set_tdm_slot() 628 1 << bit_pos, 1 << bit_pos); in cs35l33_set_tdm_slot()
|