| /Linux-v5.4/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.4/drivers/gpu/drm/amd/amdgpu/ |
| 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()
|
| D | amdgpu_sdma.h | 82 uint32_t byte_count); 97 uint32_t byte_count);
|
| /Linux-v5.4/drivers/crypto/sunxi-ss/ |
| D | sun4i-ss-hash.c | 55 octx->byte_count = op->byte_count + op->len; in sun4i_hash_export_md5() 59 if (op->byte_count) { in sun4i_hash_export_md5() 80 op->byte_count = ictx->byte_count & ~0x3F; in sun4i_hash_import_md5() 81 op->len = ictx->byte_count & 0x3F; in sun4i_hash_import_md5() 97 octx->count = op->byte_count + op->len; in sun4i_hash_export_sha1() 101 if (op->byte_count) { in sun4i_hash_export_sha1() 123 op->byte_count = ictx->count & ~0x3F; in sun4i_hash_import_sha1() 190 op->byte_count, areq->nbytes, op->mode, in sun4i_hash() 216 if (op->byte_count) { in sun4i_hash() 290 op->byte_count += op->len; in sun4i_hash() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/amd/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 …]
|
| D | smu7_smumgr.h | 57 uint32_t *dest, uint32_t byte_count, uint32_t limit); 59 const uint8_t *src, uint32_t byte_count, uint32_t limit);
|
| /Linux-v5.4/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.4/init/ |
| D | initramfs.c | 192 static unsigned long byte_count __initdata; 199 byte_count -= n; in eat() 209 if (byte_count >= size) { in read_into() 232 if (byte_count < n) in do_collect() 233 n = byte_count; in do_collect() 275 if (this_header + byte_count < next_header) { in do_skip() 276 eat(byte_count); in do_skip() 287 while (byte_count && *victim == '\0') in do_reset() 289 if (byte_count && (this_header & 3)) in do_reset() 365 if (byte_count >= body_len) { in do_copy() [all …]
|
| /Linux-v5.4/fs/cifs/ |
| D | cifssmb.c | 930 __u16 params, param_offset, offset, byte_count; in CIFSPOSIXDelFile() local 969 byte_count = 3 /* pad */ + params + sizeof(struct unlink_psx_rq); in CIFSPOSIXDelFile() 977 inc_rfc1001_len(pSMB, byte_count); in CIFSPOSIXDelFile() 978 pSMB->ByteCount = cpu_to_le16(byte_count); in CIFSPOSIXDelFile() 1136 __u16 params, param_offset, offset, byte_count, count; in CIFSPOSIXCreate() local 1179 byte_count = 3 /* pad */ + params + count; in CIFSPOSIXCreate() 1187 inc_rfc1001_len(pSMB, byte_count); in CIFSPOSIXCreate() 1188 pSMB->ByteCount = cpu_to_le16(byte_count); in CIFSPOSIXCreate() 1931 __u16 byte_count; in CIFSSMBWrite() local 1999 byte_count = bytes_sent + 1; /* pad */ in CIFSSMBWrite() [all …]
|
| /Linux-v5.4/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] = cpu_to_le32(mctx->byte_count << 3); in octeon_md5_final() 144 mctx->block[15] = cpu_to_le32(mctx->byte_count >> 29); in octeon_md5_final()
|
| /Linux-v5.4/crypto/ |
| D | ansi_cprng.c | 184 unsigned int byte_count = (unsigned int)nbytes; in get_prng_bytes() local 202 byte_count = DEFAULT_BLK_SZ; in get_prng_bytes() 212 byte_count, ctx); in get_prng_bytes() 227 if (byte_count < DEFAULT_BLK_SZ) { in get_prng_bytes() 232 byte_count--; in get_prng_bytes() 234 if (byte_count == 0) in get_prng_bytes() 242 for (; byte_count >= DEFAULT_BLK_SZ; byte_count -= DEFAULT_BLK_SZ) { in get_prng_bytes() 260 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()
|
| D | md5.c | 140 mctx->byte_count = 0; in md5_init() 148 const u32 avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in md5_update() 150 mctx->byte_count += len; in md5_update() 180 const unsigned int offset = mctx->byte_count & 0x3f; in md5_final() 193 mctx->block[14] = mctx->byte_count << 3; in md5_final() 194 mctx->block[15] = mctx->byte_count >> 29; in md5_final()
|
| /Linux-v5.4/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.4/arch/powerpc/crypto/ |
| D | md5-glue.c | 39 sctx->byte_count = 0; in ppc_md5_init() 48 const unsigned int offset = sctx->byte_count & 0x3f; in ppc_md5_update() 52 sctx->byte_count += len; in ppc_md5_update() 79 const unsigned int offset = sctx->byte_count & 0x3f; in ppc_md5_final() 96 *pbits = cpu_to_le64(sctx->byte_count << 3); in ppc_md5_final()
|
| /Linux-v5.4/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.4/drivers/gpu/drm/ |
| D | drm_bufs.c | 725 int byte_count; in drm_legacy_addbufs_agp() local 741 byte_count = 0; in drm_legacy_addbufs_agp() 809 buf->offset = (dma->byte_count + offset); in drm_legacy_addbufs_agp() 832 byte_count += PAGE_SIZE << page_order; in drm_legacy_addbufs_agp() 835 DRM_DEBUG("byte_count: %d\n", byte_count); in drm_legacy_addbufs_agp() 855 dma->page_count += byte_count >> PAGE_SHIFT; in drm_legacy_addbufs_agp() 856 dma->byte_count += byte_count; in drm_legacy_addbufs_agp() 889 int byte_count; in drm_legacy_addbufs_pci() local 975 byte_count = 0; in drm_legacy_addbufs_pci() 1008 buf->offset = (dma->byte_count + byte_count + offset); in drm_legacy_addbufs_pci() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_tx.c | 308 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc() 322 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc() 649 inl->byte_count = cpu_to_be32(1 << 31 | skb->len); in build_inline_wqe() 651 inl->byte_count = cpu_to_be32(1 << 31 | MIN_PKT_LEN); in build_inline_wqe() 661 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe() 683 inl->byte_count = cpu_to_be32(1 << 31 | (skb->len - spc)); in build_inline_wqe() 770 u32 byte_count = 0; in mlx4_en_build_dma_wqe() local 776 byte_count = skb_frag_size(frag); in mlx4_en_build_dma_wqe() 778 0, byte_count, in mlx4_en_build_dma_wqe() 786 data->byte_count = cpu_to_be32(byte_count); in mlx4_en_build_dma_wqe() [all …]
|
| /Linux-v5.4/drivers/acpi/acpica/ |
| D | psargs.c | 47 u32 byte_count; in acpi_ps_get_next_package_length() local 56 byte_count = (aml[0] >> 6); in acpi_ps_get_next_package_length() 57 parser_state->aml += ((acpi_size)byte_count + 1); in acpi_ps_get_next_package_length() 61 while (byte_count) { in acpi_ps_get_next_package_length() 69 package_length |= (aml[byte_count] << ((byte_count << 3) - 4)); in acpi_ps_get_next_package_length() 72 byte_count--; in acpi_ps_get_next_package_length()
|
| /Linux-v5.4/scripts/mod/ |
| D | sumversion.c | 43 uint64_t byte_count; member 166 mctx->byte_count = 0; in md4_init() 172 const uint32_t avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in md4_update() 174 mctx->byte_count += len; in md4_update() 201 const unsigned int offset = mctx->byte_count & 0x3f; in md4_final_ascii() 214 mctx->block[14] = mctx->byte_count << 3; in md4_final_ascii() 215 mctx->block[15] = mctx->byte_count >> 29; in md4_final_ascii()
|
| /Linux-v5.4/drivers/scsi/aacraid/ |
| D | commctrl.c | 481 u32 byte_count = 0; in aac_send_raw_srb() local 635 byte_count = 0; in aac_send_raw_srb() 687 byte_count += sg_count[i]; in aac_send_raw_srb() 693 hbacmd->data_length = cpu_to_le32(byte_count); in aac_send_raw_srb() 747 byte_count += sg_count[i]; in aac_send_raw_srb() 803 byte_count += sg_count[i]; in aac_send_raw_srb() 808 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb() 857 byte_count += usg->sg[i].count; in aac_send_raw_srb() 897 byte_count += sg_count[i]; in aac_send_raw_srb() 901 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb() [all …]
|