| /Linux-v5.15/sound/soc/amd/raven/ |
| D | acp3x.h | 127 u64 byte_count; in acp_get_byte_count() local 132 byte_count = rv_readl(rtd->acp3x_base + in acp_get_byte_count() 134 byte_count |= rv_readl(rtd->acp3x_base + in acp_get_byte_count() 139 byte_count = rv_readl(rtd->acp3x_base + in acp_get_byte_count() 141 byte_count |= rv_readl(rtd->acp3x_base + in acp_get_byte_count() 148 byte_count = rv_readl(rtd->acp3x_base + in acp_get_byte_count() 150 byte_count |= rv_readl(rtd->acp3x_base + in acp_get_byte_count() 155 byte_count = rv_readl(rtd->acp3x_base + in acp_get_byte_count() 157 byte_count |= rv_readl(rtd->acp3x_base + in acp_get_byte_count() 161 return byte_count; in acp_get_byte_count()
|
| /Linux-v5.15/sound/soc/amd/vangogh/ |
| D | acp5x.h | 151 union acp_dma_count byte_count; in acp_get_byte_count() local 156 byte_count.bcount.high = in acp_get_byte_count() 159 byte_count.bcount.low = in acp_get_byte_count() 165 byte_count.bcount.high = in acp_get_byte_count() 168 byte_count.bcount.low = in acp_get_byte_count() 175 byte_count.bcount.high = in acp_get_byte_count() 178 byte_count.bcount.low = in acp_get_byte_count() 184 byte_count.bcount.high = in acp_get_byte_count() 187 byte_count.bcount.low = in acp_get_byte_count() 192 return byte_count.bytescount; in acp_get_byte_count()
|
| /Linux-v5.15/drivers/gpu/drm/radeon/ |
| D | kv_smc.c | 119 const u8 *src, u32 byte_count, u32 limit) in kv_copy_bytes_to_smc() argument 124 if ((smc_start_address + byte_count) > limit) in kv_copy_bytes_to_smc() 147 } else if (byte_count > 0) { in kv_copy_bytes_to_smc() 149 byte_count--; in kv_copy_bytes_to_smc() 169 while (byte_count >= 4) { in kv_copy_bytes_to_smc() 180 byte_count -= 4; in kv_copy_bytes_to_smc() 185 if (byte_count > 0) { in kv_copy_bytes_to_smc() 194 extra_shift = 8 * (4 - byte_count); in kv_copy_bytes_to_smc() 196 while (byte_count > 0) { in kv_copy_bytes_to_smc() 199 byte_count--; in kv_copy_bytes_to_smc()
|
| D | rv770_smc.c | 297 u16 byte_count, u16 limit) in rv770_copy_bytes_to_smc() argument 306 if ((smc_start_address + byte_count) > limit) in rv770_copy_bytes_to_smc() 312 while (byte_count >= 4) { in rv770_copy_bytes_to_smc() 323 byte_count -= 4; in rv770_copy_bytes_to_smc() 328 if (byte_count > 0) { in rv770_copy_bytes_to_smc() 337 extra_shift = 8 * (4 - byte_count); in rv770_copy_bytes_to_smc() 339 while (byte_count > 0) { in rv770_copy_bytes_to_smc() 342 byte_count--; in rv770_copy_bytes_to_smc() 364 u32 byte_count) in rv770_program_interrupt_vectors() argument 368 if (byte_count % 4) in rv770_program_interrupt_vectors() [all …]
|
| D | ci_smc.c | 49 const u8 *src, u32 byte_count, u32 limit) in ci_copy_bytes_to_smc() argument 59 if ((smc_start_address + byte_count) > limit) in ci_copy_bytes_to_smc() 65 while (byte_count >= 4) { in ci_copy_bytes_to_smc() 76 byte_count -= 4; in ci_copy_bytes_to_smc() 81 if (byte_count > 0) { in ci_copy_bytes_to_smc() 90 extra_shift = 8 * (4 - byte_count); in ci_copy_bytes_to_smc() 92 while (byte_count > 0) { in ci_copy_bytes_to_smc() 94 byte_count--; in ci_copy_bytes_to_smc()
|
| D | si_smc.c | 49 const u8 *src, u32 byte_count, u32 limit) in si_copy_bytes_to_smc() argument 57 if ((smc_start_address + byte_count) > limit) in si_copy_bytes_to_smc() 63 while (byte_count >= 4) { in si_copy_bytes_to_smc() 74 byte_count -= 4; in si_copy_bytes_to_smc() 79 if (byte_count > 0) { in si_copy_bytes_to_smc() 88 extra_shift = 8 * (4 - byte_count); in si_copy_bytes_to_smc() 90 while (byte_count > 0) { in si_copy_bytes_to_smc() 93 byte_count--; in si_copy_bytes_to_smc()
|
| /Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/ |
| D | kv_smc.c | 123 const u8 *src, u32 byte_count, u32 limit) in amdgpu_kv_copy_bytes_to_smc() argument 128 if ((smc_start_address + byte_count) > limit) in amdgpu_kv_copy_bytes_to_smc() 151 } else if (byte_count > 0) { in amdgpu_kv_copy_bytes_to_smc() 153 byte_count--; in amdgpu_kv_copy_bytes_to_smc() 173 while (byte_count >= 4) { in amdgpu_kv_copy_bytes_to_smc() 184 byte_count -= 4; in amdgpu_kv_copy_bytes_to_smc() 189 if (byte_count > 0) { in amdgpu_kv_copy_bytes_to_smc() 198 extra_shift = 8 * (4 - byte_count); in amdgpu_kv_copy_bytes_to_smc() 200 while (byte_count > 0) { in amdgpu_kv_copy_bytes_to_smc() 203 byte_count--; in amdgpu_kv_copy_bytes_to_smc()
|
| D | si_smc.c | 49 const u8 *src, u32 byte_count, u32 limit) in amdgpu_si_copy_bytes_to_smc() argument 57 if ((smc_start_address + byte_count) > limit) in amdgpu_si_copy_bytes_to_smc() 63 while (byte_count >= 4) { in amdgpu_si_copy_bytes_to_smc() 74 byte_count -= 4; in amdgpu_si_copy_bytes_to_smc() 79 if (byte_count > 0) { in amdgpu_si_copy_bytes_to_smc() 87 extra_shift = 8 * (4 - byte_count); in amdgpu_si_copy_bytes_to_smc() 89 while (byte_count > 0) { in amdgpu_si_copy_bytes_to_smc() 92 byte_count--; in amdgpu_si_copy_bytes_to_smc()
|
| /Linux-v5.15/drivers/crypto/allwinner/sun4i-ss/ |
| D | sun4i-ss-hash.c | 68 octx->byte_count = op->byte_count + op->len; in sun4i_hash_export_md5() 72 if (op->byte_count) { in sun4i_hash_export_md5() 93 op->byte_count = ictx->byte_count & ~0x3F; in sun4i_hash_import_md5() 94 op->len = ictx->byte_count & 0x3F; in sun4i_hash_import_md5() 110 octx->count = op->byte_count + op->len; in sun4i_hash_export_sha1() 114 if (op->byte_count) { in sun4i_hash_export_sha1() 136 op->byte_count = ictx->count & ~0x3F; in sun4i_hash_import_sha1() 206 op->byte_count, areq->nbytes, op->mode, in sun4i_hash() 232 if (op->byte_count) { in sun4i_hash() 306 op->byte_count += op->len; in sun4i_hash() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| D | smu7_smumgr.c | 49 …t pp_hwmgr *hwmgr, uint32_t smc_start_address, uint32_t *dest, uint32_t byte_count, uint32_t limit) in smu7_copy_bytes_from_smc() argument 58 …PP_ASSERT_WITH_CODE((limit > (smc_start_address + byte_count)), "SMC address is beyond the SMC RAM… in smu7_copy_bytes_from_smc() 62 while (byte_count >= 4) { in smu7_copy_bytes_from_smc() 68 byte_count -= 4; in smu7_copy_bytes_from_smc() 72 if (byte_count) { in smu7_copy_bytes_from_smc() 77 for (i = 0; i < byte_count; i++) in smu7_copy_bytes_from_smc() 86 const uint8_t *src, uint32_t byte_count, uint32_t limit) in smu7_copy_bytes_to_smc() argument 95 …PP_ASSERT_WITH_CODE((limit > (smc_start_address + byte_count)), "SMC address is beyond the SMC RAM… in smu7_copy_bytes_to_smc() 99 while (byte_count >= 4) { in smu7_copy_bytes_to_smc() 111 byte_count -= 4; in smu7_copy_bytes_to_smc() [all …]
|
| /Linux-v5.15/arch/sparc/crypto/ |
| D | md5_glue.c | 41 mctx->byte_count = 0; in md5_sparc64_init() 51 sctx->byte_count += len; in __md5_sparc64_update() 71 unsigned int partial = sctx->byte_count % MD5_HMAC_BLOCK_SIZE; in md5_sparc64_update() 75 sctx->byte_count += len; in md5_sparc64_update() 92 bits = cpu_to_le64(sctx->byte_count << 3); in md5_sparc64_final() 95 index = sctx->byte_count % MD5_HMAC_BLOCK_SIZE; in md5_sparc64_final() 100 sctx->byte_count += padlen; in md5_sparc64_final()
|
| /Linux-v5.15/fs/cifs/ |
| D | cifssmb.c | 740 __u16 params, param_offset, offset, byte_count; in CIFSPOSIXDelFile() local 782 byte_count = 3 /* pad */ + params + sizeof(struct unlink_psx_rq); in CIFSPOSIXDelFile() 790 inc_rfc1001_len(pSMB, byte_count); in CIFSPOSIXDelFile() 791 pSMB->ByteCount = cpu_to_le16(byte_count); in CIFSPOSIXDelFile() 949 __u16 params, param_offset, offset, byte_count, count; in CIFSPOSIXCreate() local 993 byte_count = 3 /* pad */ + params + count; in CIFSPOSIXCreate() 1001 inc_rfc1001_len(pSMB, byte_count); in CIFSPOSIXCreate() 1002 pSMB->ByteCount = cpu_to_le16(byte_count); in CIFSPOSIXCreate() 1745 __u16 byte_count; in CIFSSMBWrite() local 1813 byte_count = bytes_sent + 1; /* pad */ in CIFSSMBWrite() [all …]
|
| /Linux-v5.15/drivers/net/ipa/ |
| D | ipa_gsi.c | 30 u32 byte_count) in ipa_gsi_channel_tx_queued() argument 37 netdev_sent_queue(endpoint->netdev, byte_count); in ipa_gsi_channel_tx_queued() 41 u32 byte_count) in ipa_gsi_channel_tx_completed() argument 48 netdev_completed_queue(endpoint->netdev, count, byte_count); in ipa_gsi_channel_tx_completed()
|
| D | ipa_gsi.h | 45 u32 byte_count); 58 u32 byte_count);
|
| /Linux-v5.15/init/ |
| D | initramfs.c | 208 static unsigned long byte_count __initdata; 215 byte_count -= n; in eat() 224 if (byte_count >= size) { in read_into() 247 if (byte_count < n) in do_collect() 248 n = byte_count; in do_collect() 290 if (this_header + byte_count < next_header) { in do_skip() 291 eat(byte_count); in do_skip() 302 while (byte_count && *victim == '\0') in do_reset() 304 if (byte_count && (this_header & 3)) in do_reset() 382 if (byte_count >= body_len) { in do_copy() [all …]
|
| /Linux-v5.15/arch/mips/cavium-octeon/crypto/ |
| D | octeon-md5.c | 76 mctx->byte_count = 0; in octeon_md5_init() 85 const u32 avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in octeon_md5_update() 89 mctx->byte_count += len; in octeon_md5_update() 124 const unsigned int offset = mctx->byte_count & 0x3f; in octeon_md5_final() 143 mctx->block[14] = mctx->byte_count << 3; in octeon_md5_final() 144 mctx->block[15] = mctx->byte_count >> 29; in octeon_md5_final()
|
| /Linux-v5.15/crypto/ |
| D | ansi_cprng.c | 185 unsigned int byte_count = (unsigned int)nbytes; in get_prng_bytes() local 203 byte_count = DEFAULT_BLK_SZ; in get_prng_bytes() 213 byte_count, ctx); in get_prng_bytes() 228 if (byte_count < DEFAULT_BLK_SZ) { in get_prng_bytes() 233 byte_count--; in get_prng_bytes() 235 if (byte_count == 0) in get_prng_bytes() 243 for (; byte_count >= DEFAULT_BLK_SZ; byte_count -= DEFAULT_BLK_SZ) { in get_prng_bytes() 261 if (byte_count) in get_prng_bytes()
|
| D | md4.c | 39 u64 byte_count; member 147 mctx->byte_count = 0; in md4_init() 155 const u32 avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in md4_update() 157 mctx->byte_count += len; in md4_update() 187 const unsigned int offset = mctx->byte_count & 0x3f; in md4_final() 200 mctx->block[14] = mctx->byte_count << 3; in md4_final() 201 mctx->block[15] = mctx->byte_count >> 29; in md4_final()
|
| /Linux-v5.15/drivers/dma/ |
| D | iop-adma.h | 95 u32 byte_count; member 107 u32 byte_count; member 134 u32 byte_count; member 156 u32 byte_count; member 386 return hw_desc.dma->byte_count; in iop_desc_get_byte_count() 388 return hw_desc.aau->byte_count; in iop_desc_get_byte_count() 630 u32 byte_count) in iop_desc_set_byte_count() argument 637 hw_desc.dma->byte_count = byte_count; in iop_desc_set_byte_count() 640 hw_desc.aau->byte_count = byte_count; in iop_desc_set_byte_count() 657 hw_desc.dma->byte_count = 0; in iop_desc_init_interrupt() [all …]
|
| /Linux-v5.15/arch/powerpc/crypto/ |
| D | md5-glue.c | 38 sctx->byte_count = 0; in ppc_md5_init() 47 const unsigned int offset = sctx->byte_count & 0x3f; in ppc_md5_update() 51 sctx->byte_count += len; in ppc_md5_update() 78 const unsigned int offset = sctx->byte_count & 0x3f; in ppc_md5_final() 95 *pbits = cpu_to_le64(sctx->byte_count << 3); in ppc_md5_final()
|
| /Linux-v5.15/drivers/infiniband/hw/mthca/ |
| D | mthca_wqe.h | 102 __be32 byte_count; member 119 dseg->byte_count = cpu_to_be32(sg->length); in mthca_set_data_seg() 126 dseg->byte_count = 0; in mthca_set_data_seg_inval()
|
| /Linux-v5.15/drivers/crypto/qce/ |
| D | sha.c | 18 __be32 byte_count[2]; member 60 rctx->byte_count[0] = cpu_to_be32(result->auth_byte_count[0]); in qce_ahash_done() 61 rctx->byte_count[1] = cpu_to_be32(result->auth_byte_count[1]); in qce_ahash_done() 153 export_state->byte_count[0] = rctx->byte_count[0]; in qce_ahash_export() 154 export_state->byte_count[1] = rctx->byte_count[1]; in qce_ahash_export() 173 rctx->byte_count[0] = import_state->byte_count[0]; in qce_ahash_import() 174 rctx->byte_count[1] = import_state->byte_count[1]; in qce_ahash_import()
|
| /Linux-v5.15/drivers/gpu/drm/ |
| D | drm_bufs.c | 733 int byte_count; in drm_legacy_addbufs_agp() local 749 byte_count = 0; in drm_legacy_addbufs_agp() 817 buf->offset = (dma->byte_count + offset); in drm_legacy_addbufs_agp() 840 byte_count += PAGE_SIZE << page_order; in drm_legacy_addbufs_agp() 843 DRM_DEBUG("byte_count: %d\n", byte_count); in drm_legacy_addbufs_agp() 863 dma->page_count += byte_count >> PAGE_SHIFT; in drm_legacy_addbufs_agp() 864 dma->byte_count += byte_count; in drm_legacy_addbufs_agp() 897 int byte_count; in drm_legacy_addbufs_pci() local 983 byte_count = 0; in drm_legacy_addbufs_pci() 1032 buf->offset = (dma->byte_count + byte_count + offset); in drm_legacy_addbufs_pci() [all …]
|
| /Linux-v5.15/fs/smbfs_common/ |
| D | cifs_md4.c | 133 mctx->byte_count = 0; in cifs_md4_init() 141 const u32 avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in cifs_md4_update() 143 mctx->byte_count += len; in cifs_md4_update() 173 const unsigned int offset = mctx->byte_count & 0x3f; in cifs_md4_final() 186 mctx->block[14] = mctx->byte_count << 3; in cifs_md4_final() 187 mctx->block[15] = mctx->byte_count >> 29; in cifs_md4_final()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_tx.c | 313 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc() 327 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc() 687 inl->byte_count = cpu_to_be32(1 << 31 | skb->len); in build_inline_wqe() 689 inl->byte_count = cpu_to_be32(1 << 31 | MIN_PKT_LEN); in build_inline_wqe() 699 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe() 721 inl->byte_count = cpu_to_be32(1 << 31 | (skb->len - spc)); in build_inline_wqe() 808 u32 byte_count = 0; in mlx4_en_build_dma_wqe() local 814 byte_count = skb_frag_size(frag); in mlx4_en_build_dma_wqe() 816 0, byte_count, in mlx4_en_build_dma_wqe() 824 data->byte_count = cpu_to_be32(byte_count); in mlx4_en_build_dma_wqe() [all …]
|