| /linux/sound/soc/amd/vangogh/ |
| H A D | acp5x.h | 116 } bcount; member 160 byte_count.bcount.high = in acp_get_byte_count() 163 byte_count.bcount.low = in acp_get_byte_count() 169 byte_count.bcount.high = in acp_get_byte_count() 172 byte_count.bcount.low = in acp_get_byte_count() 179 byte_count.bcount.high = in acp_get_byte_count() 182 byte_count.bcount.low = in acp_get_byte_count() 188 byte_count.bcount.high = in acp_get_byte_count() 191 byte_count.bcount.low = in acp_get_byte_count()
|
| /linux/drivers/media/pci/cx25821/ |
| H A D | cx25821-sram.h | 231 #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/drivers/char/ |
| H A D | nwbutton.c | 34 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/drivers/rapidio/devices/ |
| H A D | tsi721_dma.c | 345 bd_ptr->bcount = cpu_to_le32(((desc->rio_addr & 0x3) << 30) | in tsi721_desc_fill_init() 361 tsi721_desc_fill_end(struct tsi721_dma_desc *bd_ptr, u32 bcount, bool interrupt) in tsi721_desc_fill_end() argument 369 bd_ptr->bcount |= cpu_to_le32(bcount & TSI721_DMAD_BCOUNT1); in tsi721_desc_fill_end() 418 u32 bcount; in tsi721_submit_sg() local 439 bcount = 0; in tsi721_submit_sg() 473 bcount + sg_dma_len(sg) <= TSI721_BDMA_MAX_BCOUNT) { in tsi721_submit_sg() 475 bcount += sg_dma_len(sg); in tsi721_submit_sg() 479 tsi721_desc_fill_end(bd_ptr, bcount, 0); in tsi721_submit_sg() 481 bdma_chan->id, bcount); in tsi721_submit_sg() 506 bcount = sg_dma_len(sg); in tsi721_submit_sg() [all …]
|
| H A D | tsi721.h | 519 __le32 bcount; member
|
| /linux/crypto/ |
| H A D | tcrypt.c | 179 int bcount; in test_mb_aead_jiffies() local 187 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies() 188 time_before(jiffies, end); bcount++) { in test_mb_aead_jiffies() 195 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_aead_jiffies() 457 int bcount; in test_aead_jiffies() local 460 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies() 461 time_before(jiffies, end); bcount++) { in test_aead_jiffies() 472 bcount, secs, (u64)bcount * blen); in test_aead_jiffies() 723 int bcount; in test_ahash_jiffies_digest() local 726 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest() [all …]
|
| /linux/fs/smb/server/ |
| H A D | smb_common.c | 215 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument 218 *next_off = strnlen(dialect, bcount); in next_dialect() 226 int i, seq_num, bcount, next; in ksmbd_lookup_dialect_by_name() local 233 bcount = le16_to_cpu(byte_count); in ksmbd_lookup_dialect_by_name() 235 dialect = next_dialect(dialect, &next, bcount); in ksmbd_lookup_dialect_by_name() 251 bcount -= (++next); in ksmbd_lookup_dialect_by_name() 252 } while (bcount > 0); in ksmbd_lookup_dialect_by_name()
|
| /linux/fs/ |
| H A D | remap_range.c | 38 uint64_t bcount; in generic_remap_checks() local 78 bcount = ALIGN(size_in, bs) - pos_in; in generic_remap_checks() 82 bcount = count; in generic_remap_checks() 87 pos_out + bcount > pos_in && in generic_remap_checks() 88 pos_out < pos_in + bcount) in generic_remap_checks()
|
| /linux/fs/xfs/scrub/ |
| H A D | quotacheck.h | 12 int64_t bcount; member
|
| H A D | quotacheck.c | 145 xcdq.bcount += nblks; in xqcheck_update_incore_counts() 575 if (xcdq.bcount != dq->q_blk.count) in xqcheck_compare_dquot()
|
| /linux/sound/soc/amd/renoir/ |
| H A D | rn_acp3x.h | 78 } bcount; member
|
| H A D | acp3x-pdm-dma.c | 264 byte_count.bcount.high = in acp_pdm_get_byte_count() 267 byte_count.bcount.low = in acp_pdm_get_byte_count()
|
| /linux/sound/soc/amd/yc/ |
| H A D | acp6x.h | 95 } bcount; member
|
| H A D | acp6x-pdm-dma.c | 240 byte_count.bcount.high = in acp6x_pdm_get_byte_count() 242 byte_count.bcount.low = in acp6x_pdm_get_byte_count()
|
| /linux/drivers/vdpa/mlx5/core/ |
| H A D | mr.c | 190 klm->bcount = cpu_to_be32(klm_bcount(dmr->end - dmr->start)); in fill_indir() 193 u64 bcount = min_t(u64, dmr->start - preve, MAX_KLM_SIZE); in fill_indir() local 196 klm->bcount = cpu_to_be32(klm_bcount(bcount)); in fill_indir() 197 preve += bcount; in fill_indir()
|
| /linux/sound/soc/amd/ |
| H A D | acp.h | 184 } bcount; member
|
| H A D | acp-pcm-dma.c | 1023 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/drivers/infiniband/hw/mlx5/ |
| H A D | wr.c | 221 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()
|
| H A D | odp.c | 1090 if (offset >= be32_to_cpu(pklm->bcount)) { in pagefault_single_data_segment() 1091 offset -= be32_to_cpu(pklm->bcount); in pagefault_single_data_segment() 1104 be32_to_cpu(pklm->bcount) - offset); in pagefault_single_data_segment()
|
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 342 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() 1550 int bcount, endcount; in xlog_write_log_records() local 1552 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records() 1553 endcount = bcount - j; in xlog_write_log_records()
|
| /linux/fs/udf/ |
| H A D | inode.c | 91 static int udf_read_extent_cache(struct inode *inode, loff_t bcount, in udf_read_extent_cache() argument 98 if ((iinfo->cached_extent.lstart <= bcount) && in udf_read_extent_cache() 2434 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; in inode_bmap() local 2439 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap() 2449 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap() 2455 } while (lbcount <= bcount); in inode_bmap() 2458 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()
|
| /linux/sound/soc/amd/ps/ |
| H A D | acp63.h | 276 } bcount; member
|
| H A D | ps-sdw-dma.c | 474 byte_count.bcount.high = readl(acp_base + pos_high_reg); in acp63_sdw_get_byte_count() 475 byte_count.bcount.low = readl(acp_base + pos_low_reg); in acp63_sdw_get_byte_count()
|
| /linux/drivers/atm/ |
| H A D | nicstar.c | 357 int bcount; in ns_init_card() local 700 if ((bcount = in ns_init_card() 704 i, j, bcount); in ns_init_card() 730 if ((bcount = in ns_init_card() 734 i, j, bcount); in ns_init_card()
|
| /linux/fs/ocfs2/ |
| H A D | alloc.c | 7486 u64 discard, bcount; in ocfs2_trim_extent() local 7489 bcount = ocfs2_clusters_to_blocks(sb, count); in ocfs2_trim_extent() 7503 trace_ocfs2_trim_extent(sb, (unsigned long long)discard, bcount); in ocfs2_trim_extent() 7505 return sb_issue_discard(sb, discard, bcount, GFP_NOFS, 0); in ocfs2_trim_extent()
|