/openbmc/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()
|
/openbmc/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
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-tis-util.c | 379 uint16_t bcount; in tpm_tis_test_check_transmit() local 396 bcount = (sts >> 8) & 0xffff; in tpm_tis_test_check_transmit() 397 g_assert_cmpint(bcount, >=, 128); in tpm_tis_test_check_transmit() 415 g_assert_cmpint((sts >> 8) & 0xffff, ==, --bcount); in tpm_tis_test_check_transmit() 432 bcount = (sts >> 8) & 0xffff; in tpm_tis_test_check_transmit() 436 g_assert_cmpint(sizeof(tpm_msg), ==, bcount); in tpm_tis_test_check_transmit() 443 g_assert_cmpint((sts >> 8) & 0xffff, ==, --bcount); in tpm_tis_test_check_transmit() 458 uint16_t bcount; in tpm_tis_transfer() local 466 bcount = (sts >> 8) & 0xffff; in tpm_tis_transfer() 467 g_assert_cmpint(bcount, >=, req_size); in tpm_tis_transfer() [all …]
|
H A D | tpm-tis-i2c-test.c | 507 uint16_t bcount, csum, bcount2; in tpm_tis_i2c_test_check_transmit() local 531 bcount = (sts >> 8) & 0xffff; in tpm_tis_i2c_test_check_transmit() 532 g_assert_cmpint(bcount, >=, 128); in tpm_tis_i2c_test_check_transmit() 536 g_assert_cmpint(bcount, ==, bcount2); in tpm_tis_i2c_test_check_transmit() 557 g_assert_cmpint((sts >> 8) & 0xffff, ==, --bcount); in tpm_tis_i2c_test_check_transmit() 578 bcount = (sts >> 8) & 0xffff; in tpm_tis_i2c_test_check_transmit() 582 g_assert_cmpint(sizeof(tpm_msg), ==, bcount); in tpm_tis_i2c_test_check_transmit() 589 g_assert_cmpint((sts >> 8) & 0xffff, ==, --bcount); in tpm_tis_i2c_test_check_transmit()
|
/openbmc/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()
|
/openbmc/linux/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 343 bd_ptr->bcount = cpu_to_le32(((desc->rio_addr & 0x3) << 30) | in tsi721_desc_fill_init() 359 tsi721_desc_fill_end(struct tsi721_dma_desc *bd_ptr, u32 bcount, bool interrupt) in tsi721_desc_fill_end() argument 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() [all …]
|
/openbmc/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 …]
|
/openbmc/linux/fs/smb/server/ |
H A D | smb_common.c | 191 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument 194 *next_off = strnlen(dialect, bcount); in next_dialect() 202 int i, seq_num, bcount, next; in ksmbd_lookup_dialect_by_name() local 209 bcount = le16_to_cpu(byte_count); in ksmbd_lookup_dialect_by_name() 211 dialect = next_dialect(dialect, &next, bcount); in ksmbd_lookup_dialect_by_name() 227 bcount -= (++next); in ksmbd_lookup_dialect_by_name() 228 } while (bcount > 0); in ksmbd_lookup_dialect_by_name()
|
/openbmc/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()
|
/openbmc/linux/include/media/ |
H A D | videobuf-core.h | 224 unsigned int bcount, unsigned int bsize, 227 unsigned int bcount, unsigned int bsize,
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | qp.h | 479 __be32 bcount; member 492 __be16 bcount; member
|
/openbmc/linux/sound/soc/amd/ |
H A D | acp.h | 184 } bcount; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
H A D | rx.c | 112 .bcount = frame_size, in mlx5e_xsk_alloc_rx_mpwqe() 117 .bcount = pad_size, in mlx5e_xsk_alloc_rx_mpwqe()
|
/openbmc/linux/drivers/media/pci/sta2x11/ |
H A D | sta2x11_vip.c | 137 int tcount, bcount; member 244 vip->bcount = 0; in vip_active_buf_next() 268 vip->bcount = 0; in queue_setup() 794 vip->bcount++; in vip_irq()
|
/openbmc/linux/sound/soc/amd/ps/ |
H A D | acp63.h | 237 } bcount; member
|
H A D | ps-sdw-dma.c | 324 byte_count.bcount.high = readl(acp_base + pos_high_reg); in acp63_sdw_get_byte_count() 325 byte_count.bcount.low = readl(acp_base + pos_low_reg); in acp63_sdw_get_byte_count()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | videobuf-core.c | 385 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()
|
/openbmc/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 | 106 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() 915 if (offset >= be32_to_cpu(pklm->bcount)) { in pagefault_single_data_segment() 916 offset -= be32_to_cpu(pklm->bcount); in pagefault_single_data_segment() 929 be32_to_cpu(pklm->bcount) - offset); in pagefault_single_data_segment()
|
/openbmc/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() 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()
|
/openbmc/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() 2423 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; in inode_bmap() local 2428 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap() 2438 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap() 2444 } while (lbcount <= bcount); in inode_bmap() 2447 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()
|