| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | dir.c | 289 unsigned long bit_pos = 0; in f2fs_find_target_dentry() local 295 while (bit_pos < d->max) { in f2fs_find_target_dentry() 296 if (!test_bit_le(bit_pos, d->bitmap)) { in f2fs_find_target_dentry() 297 bit_pos++; in f2fs_find_target_dentry() 302 de = &d->dentry[bit_pos]; in f2fs_find_target_dentry() 305 bit_pos++; in f2fs_find_target_dentry() 311 d->filename[bit_pos], in f2fs_find_target_dentry() 323 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_find_target_dentry() 677 unsigned int bit_pos; in f2fs_has_enough_room() local 682 bit_pos = f2fs_room_for_filename(d.bitmap, slots, d.max); in f2fs_has_enough_room() [all …]
|
| H A D | inline.c | 492 unsigned long bit_pos = 0; in f2fs_add_inline_entries() local 497 while (bit_pos < d.max) { in f2fs_add_inline_entries() 503 if (!test_bit_le(bit_pos, d.bitmap)) { in f2fs_add_inline_entries() 504 bit_pos++; in f2fs_add_inline_entries() 508 de = &d.dentry[bit_pos]; in f2fs_add_inline_entries() 511 bit_pos++; in f2fs_add_inline_entries() 520 fname.disk_name.name = d.filename[bit_pos]; in f2fs_add_inline_entries() 531 bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len)); in f2fs_add_inline_entries() 645 unsigned int bit_pos; in f2fs_add_inline_entry() local 659 bit_pos = f2fs_room_for_filename(d.bitmap, slots, d.max); in f2fs_add_inline_entry() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | vlun.c | 156 u64 bit_pos = -1; in find_free_range() local 163 bit_pos = find_first_bit(lam, num_bits); in find_free_range() 167 __func__, bit_pos, bali->lun_alloc_map[i], i); in find_free_range() 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 203 bit_pos = find_free_range(bali->free_curr_idx, in ba_alloc() 205 if (bit_pos == -1) { in ba_alloc() 206 bit_pos = find_free_range(bali->free_low_idx, in ba_alloc() 209 if (bit_pos == -1) { in ba_alloc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | mv_udc_core.c | 130 u32 bit_pos; in process_ep_req() local 183 bit_pos = 1 << curr_req->ep->ep_num; in process_ep_req() 185 bit_pos = 1 << (16 + curr_req->ep->ep_num); in process_ep_req() 189 while (readl(&udc->op_regs->epstatus) & bit_pos) in process_ep_req() 255 u32 bit_pos, direction; in queue_dtd() local 263 bit_pos = 1 << (((direction == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in queue_dtd() 274 if (readl(&udc->op_regs->epprime) & bit_pos) in queue_dtd() 285 epstatus = readl(&udc->op_regs->epstatus) & bit_pos; in queue_dtd() 328 writel(bit_pos, &udc->op_regs->epprime); in queue_dtd() 441 u32 bit_pos, epctrlx, direction; in mv_ep_enable() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/ |
| H A D | simulate-insn.c | 70 int bit_pos = ((opcode & (1 << 31)) >> 26) | ((opcode >> 19) & 0x1f); in check_tbz() local 72 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) == 0; in check_tbz() 78 int bit_pos = ((opcode & (1 << 31)) >> 26) | ((opcode >> 19) & 0x1f); in check_tbnz() local 80 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) != 0; in check_tbnz()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel_telemetry_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()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | tps65910-regulator.c | 827 u8 bit_pos = (1 << pmic->ext_sleep_control[id] & 0xFF); in tps65910_set_ext_sleep_config() local 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() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/drivers/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/sound/soc/tegra/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/lib/xz/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pci-keystone.c | 154 u32 bit_pos; in ks_pcie_msi_irq_ack() local 160 bit_pos = irq >> 3; in ks_pcie_msi_irq_ack() 163 BIT(bit_pos)); in ks_pcie_msi_irq_ack() 200 u32 bit_pos; in ks_pcie_msi_mask() local 208 bit_pos = irq >> 3; in ks_pcie_msi_mask() 211 BIT(bit_pos)); in ks_pcie_msi_mask() 224 u32 bit_pos; in ks_pcie_msi_unmask() local 232 bit_pos = irq >> 3; in ks_pcie_msi_unmask() 235 BIT(bit_pos)); in ks_pcie_msi_unmask()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | sh_pfc.c | 251 int k, m, n, pos, bit_pos; in get_config_reg() local 265 for (bit_pos = 0; bit_pos < r_width; bit_pos += curr_width) { in get_config_reg()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cper.h | 451 u16 bit_pos; member 471 u16 bit_pos; member 491 u16 bit_pos; member
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | heartbeat.h | 11 unsigned char *bit_pos; member
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-se/7751/ |
| H A D | setup.c | 22 .bit_pos = heartbeat_bit_pos,
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-se/7206/ |
| H A D | setup.c | 52 .bit_pos = heartbeat_bit_pos,
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-se/7721/ |
| H A D | setup.c | 20 .bit_pos = heartbeat_bit_pos,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H 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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | hndchipc.h | 53 extern int jtag_setbit_128(si_t *sih, uint32 jtagureg_addr, uint8 bit_pos, uint8 bit_val);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | hndchipc.h | 53 extern int jtag_setbit_128(si_t *sih, uint32 jtagureg_addr, uint8 bit_pos, uint8 bit_val);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | hndchipc.h | 53 extern int jtag_setbit_128(si_t *sih, uint32 jtagureg_addr, uint8 bit_pos, uint8 bit_val);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | hndchipc.h | 45 extern int jtag_setbit_128(si_t *sih, uint32 jtagureg_addr, uint8 bit_pos, uint8 bit_val);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | hndchipc.h | 45 extern int jtag_setbit_128(si_t *sih, uint32 jtagureg_addr, uint8 bit_pos, uint8 bit_val);
|