Home
last modified time | relevance | path

Searched refs:bit_pos (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/soc/qcom/
H A Dqcom-pbs.c35 static int qcom_pbs_wait_for_ack(struct pbs_dev *pbs, u8 bit_pos) in qcom_pbs_wait_for_ack() argument
41 val, val & BIT(bit_pos), DELAY, DELAY * RETRIES); in qcom_pbs_wait_for_ack()
44 dev_err(pbs->dev, "Timeout for PBS ACK/NACK for bit %u\n", bit_pos); in qcom_pbs_wait_for_ack()
50 dev_err(pbs->dev, "NACK from PBS for bit %u\n", bit_pos); in qcom_pbs_wait_for_ack()
54 dev_dbg(pbs->dev, "PBS sequence for bit %u executed!\n", bit_pos); in qcom_pbs_wait_for_ack()
78 u16 bit_pos; in qcom_pbs_trigger_event() local
99 for (bit_pos = 0; bit_pos < 8; bit_pos++) { in qcom_pbs_trigger_event()
100 if (!(bitmap & BIT(bit_pos))) in qcom_pbs_trigger_event()
105 BIT(bit_pos), 0); in qcom_pbs_trigger_event()
111 BIT(bit_pos), BIT(bit_pos)); in qcom_pbs_trigger_event()
[all …]
/linux/fs/f2fs/
H A Ddir.c231 unsigned long bit_pos = 0; in f2fs_find_target_dentry() local
237 while (bit_pos < d->max) { in f2fs_find_target_dentry()
238 if (!test_bit_le(bit_pos, d->bitmap)) { in f2fs_find_target_dentry()
239 bit_pos++; in f2fs_find_target_dentry()
244 de = &d->dentry[bit_pos]; in f2fs_find_target_dentry()
247 bit_pos++; in f2fs_find_target_dentry()
253 d->filename[bit_pos], in f2fs_find_target_dentry()
265 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_find_target_dentry()
644 unsigned int bit_pos; in f2fs_has_enough_room() local
649 bit_pos = f2fs_room_for_filename(d.bitmap, slots, d.max); in f2fs_has_enough_room()
[all …]
H A Dinline.c487 unsigned long bit_pos = 0; in f2fs_add_inline_entries() local
492 while (bit_pos < d.max) { in f2fs_add_inline_entries()
498 if (!test_bit_le(bit_pos, d.bitmap)) { in f2fs_add_inline_entries()
499 bit_pos++; in f2fs_add_inline_entries()
503 de = &d.dentry[bit_pos]; in f2fs_add_inline_entries()
506 bit_pos++; in f2fs_add_inline_entries()
515 fname.disk_name.name = d.filename[bit_pos]; in f2fs_add_inline_entries()
526 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_add_inline_entries()
640 unsigned int bit_pos; in f2fs_add_inline_entry() local
654 bit_pos = f2fs_room_for_filename(d.bitmap, slots, d.max); in f2fs_add_inline_entry()
[all …]
/linux/drivers/block/drbd/
H A Ddrbd_proc.c193 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/arch/sh/drivers/
H A Dheartbeat.c37 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/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c70 (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/arch/arm64/kernel/probes/
H A Dsimulate-insn.c87 int bit_pos = ((opcode & (1 << 31)) >> 26) | ((opcode >> 19) & 0x1f); in check_tbz() local
89 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) == 0; in check_tbz()
95 int bit_pos = ((opcode & (1 << 31)) >> 26) | ((opcode >> 19) & 0x1f); in check_tbnz() local
97 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) != 0; in check_tbnz()
/linux/drivers/regulator/
H A Dtps65910-regulator.c826 u8 bit_pos = (1 << pmic->ext_sleep_control[id] & 0xFF); in tps65910_set_ext_sleep_config() local
855 TPS65910_EN1_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config()
858 TPS65910_EN1_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config()
868 TPS65910_EN2_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config()
871 TPS65910_EN2_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config()
883 TPS65910_EN3_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config()
886 TPS65910_EN3_LDO_ASS + regoffs, bit_pos); in tps65910_set_ext_sleep_config()
898 TPS65910_SLEEP_KEEP_LDO_ON + regoffs, bit_pos); in tps65910_set_ext_sleep_config()
901 TPS65910_SLEEP_SET_LDO_OFF + regoffs, bit_pos); in tps65910_set_ext_sleep_config()
946 TPS65910_SLEEP_KEEP_LDO_ON + regoffs, bit_pos); in tps65910_set_ext_sleep_config()
[all …]
H A Dpalmas-regulator.c323 .bit_pos = _pos, \
359 .bit_pos = _pos, \
/linux/drivers/mfd/
H A Dpalmas.c331 int bit_pos, ret; in palmas_ext_control_req_config() local
350 bit_pos = pmic_ddata->sleep_req_info[id].bit_pos; in palmas_ext_control_req_config()
354 reg_add, BIT(bit_pos), BIT(bit_pos)); in palmas_ext_control_req_config()
357 reg_add, BIT(bit_pos), 0); in palmas_ext_control_req_config()
/linux/drivers/cdx/controller/
H A Dmcdi_functions.c217 u8 dev_num, bool enable, int bit_pos) in cdx_mcdi_ctrl_flag_set() argument
231 flags = flags & (u32)(~(BIT(bit_pos))); in cdx_mcdi_ctrl_flag_set()
233 flags |= (1 << bit_pos); in cdx_mcdi_ctrl_flag_set()
/linux/arch/sh/include/asm/
H A Dheartbeat.h11 unsigned char *bit_pos; member
/linux/arch/sh/boards/mach-se/7751/
H A Dsetup.c22 .bit_pos = heartbeat_bit_pos,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhwmon.c210 unsigned long bit_pos; in mlx5_hwmon_init_sensors_indexes() local
216 for_each_set_bit(bit_pos, smap, BITS_PER_TYPE(sensor_map)) { in mlx5_hwmon_init_sensors_indexes()
217 hwmon->temp_channel_desc[i].sensor_index = bit_pos; in mlx5_hwmon_init_sensors_indexes()
/linux/arch/sh/boards/mach-se/7721/
H A Dsetup.c20 .bit_pos = heartbeat_bit_pos,
/linux/arch/sh/boards/mach-se/7206/
H A Dsetup.c52 .bit_pos = heartbeat_bit_pos,
/linux/arch/sh/boards/
H A Dboard-polaris.c69 .bit_pos = heartbeat_bit_pos,
H A Dboard-sh7757lcr.c35 .bit_pos = heartbeat_bit_pos,
/linux/arch/sh/boards/mach-se/770x/
H A Dsetup.c96 .bit_pos = heartbeat_bit_pos,
/linux/sound/soc/tegra/
H A Dtegra210_ahub.c23 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/arch/sh/boards/mach-highlander/
H A Dsetup.c138 .bit_pos = heartbeat_bit_pos,
/linux/drivers/pinctrl/renesas/
H A Dcore.c257 unsigned int bit_pos; in sh_pfc_get_config_reg() local
264 for (bit_pos = 0; bit_pos < r_width; bit_pos += curr_width, m++) { in sh_pfc_get_config_reg()
/linux/drivers/pinctrl/
H A Dpinctrl-single.c1158 unsigned mask, bit_pos, val_pos, mask_pos, submask; in pcs_parse_bits_in_pinctrl_entry() local
1182 bit_pos = __ffs(mask); in pcs_parse_bits_in_pinctrl_entry()
1183 pin_num_from_lsb = bit_pos / pcs->bits_per_pin; in pcs_parse_bits_in_pinctrl_entry()
1184 mask_pos = ((pcs->fmask) << bit_pos); in pcs_parse_bits_in_pinctrl_entry()
/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c3204 uint32_t bit_pos; in lpfc_fdmi_cmd() local
3290 bit_pos = 0; in lpfc_fdmi_cmd()
3299 func = lpfc_fdmi_hba_action[bit_pos]; in lpfc_fdmi_cmd()
3311 bit_pos++; in lpfc_fdmi_cmd()
3350 bit_pos = 0; in lpfc_fdmi_cmd()
3359 func = lpfc_fdmi_port_action[bit_pos]; in lpfc_fdmi_cmd()
3371 bit_pos++; in lpfc_fdmi_cmd()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c2240 int index, bit, bit_pos = 0; in cudbg_sge_ctxt_check_valid() local
2244 bit_pos = 176; in cudbg_sge_ctxt_check_valid()
2247 bit_pos = 141; in cudbg_sge_ctxt_check_valid()
2250 bit_pos = 89; in cudbg_sge_ctxt_check_valid()
2253 index = bit_pos / 32; in cudbg_sge_ctxt_check_valid()
2254 bit = bit_pos % 32; in cudbg_sge_ctxt_check_valid()

12