Searched refs:start_off (Results 1 – 11 of 11) sorted by relevance
| /drivers/dax/ |
| A D | super.c | 81 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off, in fs_dax_get_by_bdev() argument 91 *start_off = get_start_sect(bdev) * SECTOR_SIZE; in fs_dax_get_by_bdev() 93 if (*start_off % PAGE_SIZE || part_size % PAGE_SIZE) { in fs_dax_get_by_bdev()
|
| /drivers/hwtracing/coresight/ |
| A D | coresight-trbe.c | 683 u64 start_off, end_off; in trbe_get_trace_size() local 713 start_off = PERF_IDX2OFF(handle->head, buf); in trbe_get_trace_size() 715 if (WARN_ON_ONCE(end_off < start_off)) in trbe_get_trace_size() 718 size = end_off - start_off; in trbe_get_trace_size() 726 __trbe_pad_buf(buf, start_off, overwrite_skip); in trbe_get_trace_size()
|
| /drivers/irqchip/ |
| A D | irq-apple-aic.c | 935 u32 off, start_off; in aic_of_ic_init() local 970 off = start_off = irqc->info.target_cpu; in aic_of_ic_init() 988 off = start_off = irqc->info.irq_cfg; in aic_of_ic_init() 1015 irqc->info.die_stride = off - start_off; in aic_of_ic_init()
|
| /drivers/mtd/spi-nor/controllers/ |
| A D | hisi-sfc.c | 229 static int hisi_spi_nor_dma_transfer(struct spi_nor *nor, loff_t start_off, in hisi_spi_nor_dma_transfer() argument 244 writel(start_off, host->regbase + FMC_ADDRL); in hisi_spi_nor_dma_transfer()
|
| /drivers/scsi/csiostor/ |
| A D | csio_scsi.c | 1500 uint32_t start_off = 0; in csio_scsi_copy_to_sgl() local 1519 if (start_off >= sg->length) { in csio_scsi_copy_to_sgl() 1520 start_off -= sg->length; in csio_scsi_copy_to_sgl() 1526 sg_off = sg->offset + start_off; in csio_scsi_copy_to_sgl() 1528 sg->length - start_off); in csio_scsi_copy_to_sgl() 1544 start_off += bytes_copy; in csio_scsi_copy_to_sgl()
|
| /drivers/net/ethernet/netronome/nfp/bpf/ |
| A D | main.h | 555 unsigned int start_off; member
|
| A D | main.c | 88 bv->start_off = nn_readw(nn, NFP_NET_CFG_BPF_START); in nfp_bpf_vnic_alloc()
|
| A D | jit.c | 4555 br_add_offset(&prog[i], bv->start_off); in nfp_bpf_relo_for_vnic() 4559 nfp_prog->tgt_out + bv->start_off); in nfp_bpf_relo_for_vnic() 4563 nfp_prog->tgt_abort + bv->start_off); in nfp_bpf_relo_for_vnic() 4571 off = nfp_prog->tgt_call_push_regs + bv->start_off; in nfp_bpf_relo_for_vnic() 4580 off = nfp_prog->tgt_call_pop_regs + bv->start_off; in nfp_bpf_relo_for_vnic() 4611 immed_add_value(&prog[i], bv->start_off); in nfp_bpf_relo_for_vnic()
|
| /drivers/mtd/nand/raw/ |
| A D | nand_base.c | 2634 int start_off, end_off; in nand_subop_get_num_addr_cyc() local 2640 start_off = nand_subop_get_addr_start_off(subop, instr_idx); in nand_subop_get_num_addr_cyc() 2648 return end_off - start_off; in nand_subop_get_num_addr_cyc() 2688 int start_off = 0, end_off; in nand_subop_get_data_len() local 2694 start_off = nand_subop_get_data_start_off(subop, instr_idx); in nand_subop_get_data_len() 2702 return end_off - start_off; in nand_subop_get_data_len()
|
| /drivers/input/touchscreen/ |
| A D | atmel_mxt_ts.c | 1343 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) in mxt_calculate_crc() argument 1346 u8 *ptr = base + start_off; in mxt_calculate_crc() 1349 if (end_off < start_off) in mxt_calculate_crc()
|
| /drivers/scsi/ |
| A D | ipr.c | 3055 u32 num_entries, max_num_entries, start_off, end_off; in ipr_get_ioa_dump() local 3167 start_off = sdt_word & IPR_FMT2_MBX_ADDR_MASK; in ipr_get_ioa_dump() 3171 bytes_to_copy = end_off - start_off; in ipr_get_ioa_dump()
|
Completed in 64 milliseconds