Home
last modified time | relevance | path

Searched refs:bcount (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.3-rc2/sound/soc/amd/vangogh/
A Dacp5x.h116 } bcount; member
158 byte_count.bcount.high = in acp_get_byte_count()
161 byte_count.bcount.low = in acp_get_byte_count()
167 byte_count.bcount.high = in acp_get_byte_count()
170 byte_count.bcount.low = in acp_get_byte_count()
177 byte_count.bcount.high = in acp_get_byte_count()
180 byte_count.bcount.low = in acp_get_byte_count()
186 byte_count.bcount.high = in acp_get_byte_count()
189 byte_count.bcount.low = in acp_get_byte_count()
/linux-6.3-rc2/drivers/media/pci/cx25821/
A Dcx25821-sram.h231 #define BYTES_TO_DWORDS(bcount) ((bcount) >> 2) argument
232 #define BYTES_TO_QWORDS(bcount) ((bcount) >> 3) argument
233 #define BYTES_TO_OWORDS(bcount) ((bcount) >> 4) argument
/linux-6.3-rc2/drivers/char/
A Dnwbutton.c34 static int bcount; /* The number of bytes in the buffer */ variable
137 bcount = sprintf (button_output_buffer, "%d\n", button_press_count); in button_sequence_finished()
175 return (copy_to_user (buffer, &button_output_buffer, bcount)) in button_read()
176 ? -EFAULT : bcount; in button_read()
/linux-6.3-rc2/fs/ksmbd/
A Dsmb_common.c175 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument
178 *next_off = strnlen(dialect, bcount); in next_dialect()
186 int i, seq_num, bcount, next; in ksmbd_lookup_dialect_by_name() local
193 bcount = le16_to_cpu(byte_count); in ksmbd_lookup_dialect_by_name()
195 dialect = next_dialect(dialect, &next, bcount); in ksmbd_lookup_dialect_by_name()
211 bcount -= (++next); in ksmbd_lookup_dialect_by_name()
212 } while (bcount > 0); in ksmbd_lookup_dialect_by_name()
/linux-6.3-rc2/drivers/rapidio/devices/
A Dtsi721_dma.c343 bd_ptr->bcount = cpu_to_le32(((desc->rio_addr & 0x3) << 30) | in tsi721_desc_fill_init()
367 bd_ptr->bcount |= cpu_to_le32(bcount & TSI721_DMAD_BCOUNT1); in tsi721_desc_fill_end()
416 u32 bcount; in tsi721_submit_sg() local
437 bcount = 0; in tsi721_submit_sg()
471 bcount + sg_dma_len(sg) <= TSI721_BDMA_MAX_BCOUNT) { in tsi721_submit_sg()
473 bcount += sg_dma_len(sg); in tsi721_submit_sg()
477 tsi721_desc_fill_end(bd_ptr, bcount, 0); in tsi721_submit_sg()
479 bdma_chan->id, bcount); in tsi721_submit_sg()
504 bcount = sg_dma_len(sg); in tsi721_submit_sg()
515 tsi721_desc_fill_end(bd_ptr, bcount, 0); in tsi721_submit_sg()
[all …]
A Dtsi721.h519 __le32 bcount; member
/linux-6.3-rc2/crypto/
A Dtcrypt.c176 int bcount; in test_mb_aead_jiffies() local
192 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_aead_jiffies()
454 int bcount; in test_aead_jiffies() local
469 bcount, secs, (u64)bcount * blen); in test_aead_jiffies()
720 int bcount; in test_ahash_jiffies_digest() local
731 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies_digest()
763 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies()
993 int bcount; in test_mb_acipher_jiffies() local
1009 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_acipher_jiffies()
1222 int bcount; in test_acipher_jiffies() local
[all …]
/linux-6.3-rc2/fs/
A Dremap_range.c37 uint64_t bcount; in generic_remap_checks() local
77 bcount = ALIGN(size_in, bs) - pos_in; in generic_remap_checks()
81 bcount = count; in generic_remap_checks()
86 pos_out + bcount > pos_in && in generic_remap_checks()
87 pos_out < pos_in + bcount) in generic_remap_checks()
/linux-6.3-rc2/include/media/
A Dvideobuf-core.h224 unsigned int bcount, unsigned int bsize,
227 unsigned int bcount, unsigned int bsize,
/linux-6.3-rc2/sound/soc/amd/renoir/
A Drn_acp3x.h78 } bcount; member
A Dacp3x-pdm-dma.c264 byte_count.bcount.high = in acp_pdm_get_byte_count()
267 byte_count.bcount.low = in acp_pdm_get_byte_count()
/linux-6.3-rc2/sound/soc/amd/yc/
A Dacp6x.h95 } bcount; member
A Dacp6x-pdm-dma.c240 byte_count.bcount.high = in acp6x_pdm_get_byte_count()
242 byte_count.bcount.low = in acp6x_pdm_get_byte_count()
/linux-6.3-rc2/include/linux/mlx5/
A Dqp.h476 __be32 bcount; member
489 __be16 bcount; member
/linux-6.3-rc2/sound/soc/amd/
A Dacp.h184 } bcount; member
A Dacp-pcm-dma.c1023 byte_count.bcount.high = acp_reg_read(rtd->acp_mmio, in acp_get_byte_count()
1025 byte_count.bcount.low = acp_reg_read(rtd->acp_mmio, in acp_get_byte_count()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
A Drx.c111 .bcount = frame_size, in mlx5e_xsk_alloc_rx_mpwqe()
116 .bcount = pad_size, in mlx5e_xsk_alloc_rx_mpwqe()
/linux-6.3-rc2/drivers/media/pci/sta2x11/
A Dsta2x11_vip.c136 int tcount, bcount; member
243 vip->bcount = 0; in vip_active_buf_next()
267 vip->bcount = 0; in queue_setup()
792 vip->bcount++; in vip_irq()
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dvideobuf-core.c385 unsigned int bcount, unsigned int bsize, in __videobuf_mmap_setup() argument
398 for (i = 0; i < bcount; i++) { in __videobuf_mmap_setup()
429 unsigned int bcount, unsigned int bsize, in videobuf_mmap_setup() argument
434 ret = __videobuf_mmap_setup(q, bcount, bsize, memory); in videobuf_mmap_setup()
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dwr.c221 int bcount = mr->desc_size * (mr->mmkey.ndescs + mr->meta_ndescs); in set_reg_data_seg() local
224 dseg->byte_count = cpu_to_be32(ALIGN(bcount, 64)); in set_reg_data_seg()
459 data_klm->bcount = cpu_to_be32(data_len); in set_sig_data_segment()
498 data_sentry->bcount = cpu_to_be16(block_size); in set_sig_data_segment()
503 prot_sentry->bcount = cpu_to_be16(prot_size); in set_sig_data_segment()
A Dodp.c106 pklm->bcount = cpu_to_be32(MLX5_IMR_MTT_SIZE); in populate_klm()
135 pklm->bcount = cpu_to_be32(MLX5_IMR_MTT_SIZE); in populate_klm()
904 if (offset >= be32_to_cpu(pklm->bcount)) { in pagefault_single_data_segment()
905 offset -= be32_to_cpu(pklm->bcount); in pagefault_single_data_segment()
918 be32_to_cpu(pklm->bcount) - offset); in pagefault_single_data_segment()
/linux-6.3-rc2/fs/xfs/
A Dxfs_log_recover.c342 int bcount; in xlog_find_verify_cycle() local
344 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle()
346 error = xlog_bread(log, i, bcount, buffer, &buf); in xlog_find_verify_cycle()
350 for (j = 0; j < bcount; j++) { in xlog_find_verify_cycle()
1554 int bcount, endcount; in xlog_write_log_records() local
1556 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records()
1557 endcount = bcount - j; in xlog_write_log_records()
/linux-6.3-rc2/fs/udf/
A Dinode.c95 static int udf_read_extent_cache(struct inode *inode, loff_t bcount, in udf_read_extent_cache() argument
102 if ((iinfo->cached_extent.lstart <= bcount) && in udf_read_extent_cache()
2364 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; in inode_bmap() local
2369 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap()
2378 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()
2383 } while (lbcount <= bcount); in inode_bmap()
2386 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()
/linux-6.3-rc2/drivers/vdpa/mlx5/core/
A Dmr.c166 klm->bcount = cpu_to_be32(klm_bcount(dmr->end - dmr->start)); in fill_indir()
170 klm->bcount = cpu_to_be32(klm_bcount(dmr->start - preve)); in fill_indir()
/linux-6.3-rc2/fs/ext4/
A Dnamei.c647 unsigned bcount; member
742 unsigned bcount = 0; in dx_show_entries() local
761 bcount += stats.bcount; in dx_show_entries()
764 if (bcount) in dx_show_entries()
766 levels ? "" : " ", names, space/bcount, in dx_show_entries()
767 (space/bcount)*100/blocksize); in dx_show_entries()
768 return (struct stats) { names, space, bcount}; in dx_show_entries()

Completed in 63 milliseconds

12