Searched refs:bcount (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/sound/soc/amd/vangogh/
H A Dacp5x.h116 } bcount; member in union:acp_dma_count
160 byte_count.bcount.high =
163 byte_count.bcount.low =
169 byte_count.bcount.high =
172 byte_count.bcount.low =
179 byte_count.bcount.high =
182 byte_count.bcount.low =
188 byte_count.bcount.high =
191 byte_count.bcount.low =
/linux-master/drivers/char/
H 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);
175 return (copy_to_user (buffer, &button_output_buffer, bcount))
176 ? -EFAULT : bcount;
/linux-master/fs/xfs/scrub/
H A Dquotacheck.h12 int64_t bcount; member in struct:xqcheck_dquot
H A Dquotacheck_repair.c82 delta = (int64_t)xcdq.bcount - dq->q_blk.count;
H A Dquotacheck.c37 * Therefore, we compute the correct icount, bcount, and rtbcount values by
145 xcdq.bcount += nblks;
573 if (xcdq.bcount != dq->q_blk.count)
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-sram.h231 #define BYTES_TO_DWORDS(bcount) ((bcount) >> 2)
232 #define BYTES_TO_QWORDS(bcount) ((bcount) >> 3)
233 #define BYTES_TO_OWORDS(bcount) ((bcount) >> 4)
/linux-master/sound/soc/amd/renoir/
H A Drn_acp3x.h78 } bcount; member in union:acp_pdm_dma_count
H A Dacp3x-pdm-dma.c264 byte_count.bcount.high =
267 byte_count.bcount.low =
/linux-master/sound/soc/amd/yc/
H A Dacp6x.h95 } bcount; member in union:acp_pdm_dma_count
H A Dacp6x-pdm-dma.c240 byte_count.bcount.high =
242 byte_count.bcount.low =
/linux-master/drivers/rapidio/devices/
H A Dtsi721_dma.c345 bd_ptr->bcount = cpu_to_le32(((desc->rio_addr & 0x3) << 30) |
361 tsi721_desc_fill_end(struct tsi721_dma_desc *bd_ptr, u32 bcount, bool interrupt) argument
369 bd_ptr->bcount |= cpu_to_le32(bcount & TSI721_DMAD_BCOUNT1);
418 u32 bcount; local
439 bcount = 0;
473 bcount + sg_dma_len(sg) <= TSI721_BDMA_MAX_BCOUNT) {
475 bcount += sg_dma_len(sg);
479 tsi721_desc_fill_end(bd_ptr, bcount, 0);
481 bdma_chan->id, bcount);
[all...]
/linux-master/crypto/
H A Dtcrypt.c179 int bcount; local
187 for (start = jiffies, end = start + secs * HZ, bcount = 0;
188 time_before(jiffies, end); bcount++) {
195 bcount * num_mb, secs, (u64)bcount * blen * num_mb);
457 int bcount; local
460 for (start = jiffies, end = start + secs * HZ, bcount = 0;
461 time_before(jiffies, end); bcount++) {
472 bcount, secs, (u64)bcount * ble
723 int bcount; local
743 int bcount, pcount; local
996 int bcount; local
1225 int bcount; local
[all...]
/linux-master/fs/
H A Dremap_range.c38 uint64_t bcount; local
78 bcount = ALIGN(size_in, bs) - pos_in;
82 bcount = count;
87 pos_out + bcount > pos_in &&
88 pos_out < pos_in + bcount)
/linux-master/fs/smb/server/
H A Dsmb_common.c191 static char *next_dialect(char *dialect, int *next_off, int bcount) argument
194 *next_off = strnlen(dialect, bcount);
202 int i, seq_num, bcount, next; local
209 bcount = le16_to_cpu(byte_count);
211 dialect = next_dialect(dialect, &next, bcount);
227 bcount -= (++next);
228 } while (bcount > 0);
/linux-master/sound/soc/amd/
H A Dacp.h184 } bcount; member in union:acp_dma_count
/linux-master/sound/soc/amd/ps/
H A Dacp63.h200 } bcount; member in union:acp_sdw_dma_count
H A Dps-sdw-dma.c324 byte_count.bcount.high = readl(acp_base + pos_high_reg);
325 byte_count.bcount.low = readl(acp_base + pos_low_reg);
/linux-master/include/linux/mlx5/
H A Dqp.h479 __be32 bcount; member in struct:mlx5_klm
492 __be16 bcount; member in struct:mlx5_stride_block_entry
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c112 .bcount = frame_size,
117 .bcount = pad_size,
/linux-master/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c106 * @bcount: Number of bottom frames
137 int tcount, bcount; member in struct:sta2x11_vip
244 vip->bcount = 0;
268 vip->bcount = 0;
794 vip->bcount++;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dwr.c221 int bcount = mr->desc_size * (mr->mmkey.ndescs + mr->meta_ndescs); local
224 dseg->byte_count = cpu_to_be32(ALIGN(bcount, 64));
459 data_klm->bcount = cpu_to_be32(data_len);
498 data_sentry->bcount = cpu_to_be16(block_size);
503 prot_sentry->bcount = cpu_to_be16(prot_size);
H A Dodp.c106 pklm->bcount = cpu_to_be32(MLX5_IMR_MTT_SIZE);
135 pklm->bcount = cpu_to_be32(MLX5_IMR_MTT_SIZE);
904 if (offset >= be32_to_cpu(pklm->bcount)) {
905 offset -= be32_to_cpu(pklm->bcount);
918 be32_to_cpu(pklm->bcount) - offset);
/linux-master/fs/xfs/
H A Dxfs_log_recover.c342 int bcount; local
344 bcount = min(bufblks, (start_blk + nbblks - i));
346 error = xlog_bread(log, i, bcount, buffer, &buf);
350 for (j = 0; j < bcount; j++) {
1554 int bcount, endcount; local
1556 bcount = min(bufblks, end_block - start_block);
1557 endcount = bcount - j;
/linux-master/fs/udf/
H A Dinode.c91 static int udf_read_extent_cache(struct inode *inode, loff_t bcount, argument
98 if ((iinfo->cached_extent.lstart <= bcount) &&
2366 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; local
2371 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) {
2380 *offset = (bcount - lbcount) >> blocksize_bits;
2385 } while (lbcount <= bcount);
2388 *offset = (bcount + *elen - lbcount) >> blocksize_bits;
/linux-master/drivers/vdpa/mlx5/core/
H A Dmr.c166 klm->bcount = cpu_to_be32(klm_bcount(dmr->end - dmr->start));
170 klm->bcount = cpu_to_be32(klm_bcount(dmr->start - preve));

Completed in 394 milliseconds

12