Home
last modified time | relevance | path

Searched refs:byte_count (Results 1 – 25 of 138) sorted by relevance

123456

/drivers/gpu/drm/radeon/
A Dkv_smc.c119 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()
A Drv770_smc.c285 u16 byte_count, u16 limit) in rv770_copy_bytes_to_smc() argument
300 while (byte_count >= 4) { in rv770_copy_bytes_to_smc()
311 byte_count -= 4; in rv770_copy_bytes_to_smc()
316 if (byte_count > 0) { in rv770_copy_bytes_to_smc()
325 extra_shift = 8 * (4 - byte_count); in rv770_copy_bytes_to_smc()
327 while (byte_count > 0) { in rv770_copy_bytes_to_smc()
330 byte_count--; in rv770_copy_bytes_to_smc()
352 u32 byte_count) in rv770_program_interrupt_vectors() argument
356 if (byte_count % 4) in rv770_program_interrupt_vectors()
362 if (tmp > byte_count) in rv770_program_interrupt_vectors()
[all …]
A Dci_smc.c49 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()
A Dsi_smc.c49 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()
/drivers/gpu/drm/amd/pm/legacy-dpm/
A Dkv_smc.c123 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()
A Dsi_smc.c55 const u8 *src, u32 byte_count, u32 limit) in amdgpu_si_copy_bytes_to_smc() argument
63 if ((smc_start_address + byte_count) > limit) in amdgpu_si_copy_bytes_to_smc()
69 while (byte_count >= 4) { in amdgpu_si_copy_bytes_to_smc()
80 byte_count -= 4; in amdgpu_si_copy_bytes_to_smc()
85 if (byte_count > 0) { in amdgpu_si_copy_bytes_to_smc()
93 extra_shift = 8 * (4 - byte_count); in amdgpu_si_copy_bytes_to_smc()
95 while (byte_count > 0) { in amdgpu_si_copy_bytes_to_smc()
98 byte_count--; in amdgpu_si_copy_bytes_to_smc()
/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-hash.c68 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()
114 if (op->byte_count) { in sun4i_hash_export_sha1()
232 if (op->byte_count) { in sun4i_hash()
306 op->byte_count += op->len; in sun4i_hash()
317 op->byte_count += todo * 4; in sun4i_hash()
413 op->byte_count += 4 * nwait; in sun4i_hash()
421 op->byte_count += nbw; in sun4i_hash()
[all …]
/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dsmu7_smumgr.c50 const uint8_t *src, uint32_t byte_count, uint32_t limit) in smu7_copy_bytes_to_smc() argument
63 while (byte_count >= 4) { in smu7_copy_bytes_to_smc()
75 byte_count -= 4; in smu7_copy_bytes_to_smc()
79 if (0 != byte_count) { in smu7_copy_bytes_to_smc()
91 extra_shift = 8 * (4 - byte_count); in smu7_copy_bytes_to_smc()
93 while (byte_count > 0) { in smu7_copy_bytes_to_smc()
96 byte_count--; in smu7_copy_bytes_to_smc()
420 uint32_t byte_count = length; in smu7_upload_smc_firmware_data() local
422 …PP_ASSERT_WITH_CODE((limit >= byte_count), "SMC address is beyond the SMC RAM area.", return -EINV… in smu7_upload_smc_firmware_data()
427 for (; byte_count >= 4; byte_count -= 4) in smu7_upload_smc_firmware_data()
[all …]
/drivers/net/ipa/
A Dipa_gsi.c31 u32 byte_count) in ipa_gsi_channel_tx_queued() argument
38 netdev_sent_queue(endpoint->netdev, byte_count); in ipa_gsi_channel_tx_queued()
42 u32 byte_count) in ipa_gsi_channel_tx_completed() argument
49 netdev_completed_queue(endpoint->netdev, count, byte_count); in ipa_gsi_channel_tx_completed()
A Dipa_gsi.h45 u32 byte_count);
58 u32 byte_count);
/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-hash.c271 fill = 64 - (byte_count % 64); in hash_pad()
274 fill = 128 - (byte_count % 128); in hash_pad()
293 *lebits = cpu_to_le64(byte_count << 3); in hash_pad()
299 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
304 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()
307 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
333 u64 byte_count; in sun8i_ce_hash_run() local
413 byte_count = areq->nbytes; in sun8i_ce_hash_run()
418 j = hash_pad(bf, 2 * bs, j, byte_count, true, bs); in sun8i_ce_hash_run()
423 j = hash_pad(bf, 2 * bs, j, byte_count, false, bs); in sun8i_ce_hash_run()
[all …]
/drivers/crypto/qce/
A Dsha.c18 __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()
155 export_state->byte_count[0] = rctx->byte_count[0]; in qce_ahash_export()
156 export_state->byte_count[1] = rctx->byte_count[1]; in qce_ahash_export()
175 rctx->byte_count[0] = import_state->byte_count[0]; in qce_ahash_import()
176 rctx->byte_count[1] = import_state->byte_count[1]; in qce_ahash_import()
/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-hash.c427 fill = 64 - (byte_count % 64); in hash_pad()
430 fill = 128 - (byte_count % 128); in hash_pad()
449 *lebits = cpu_to_le64(byte_count << 3); in hash_pad()
455 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
460 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()
463 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
491 u64 byte_count; in sun8i_ss_hash_run() local
574 byte_count = areq->nbytes; in sun8i_ss_hash_run()
595 byte_count = areq->nbytes + bs; in sun8i_ss_hash_run()
623 byte_count = digestsize + bs; in sun8i_ss_hash_run()
[all …]
/drivers/net/ethernet/sfc/
A Dtc_counters.c387 u64 packet_count, byte_count; in efx_tc_rx_version_1() local
393 byte_count = le16_to_cpu(*(const __le16 *)(entry + 10)) | in efx_tc_rx_version_1()
396 packet_count, byte_count, mark); in efx_tc_rx_version_1()
467 u64 packet_count, byte_count; in efx_tc_rx_version_2() local
484 byte_count = efx_tc_read48((const __le16 *)byte_count_p); in efx_tc_rx_version_2()
492 if (packet_count || byte_count != 1) in efx_tc_rx_version_2()
495 packet_count, byte_count); in efx_tc_rx_version_2()
497 byte_count = 0; in efx_tc_rx_version_2()
501 byte_count, mark); in efx_tc_rx_version_2()
/drivers/net/ethernet/mellanox/mlx4/
A Den_tx.c319 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc()
333 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc()
818 u32 byte_count = 0; in mlx4_en_build_dma_wqe() local
824 byte_count = skb_frag_size(frag); in mlx4_en_build_dma_wqe()
826 0, byte_count, in mlx4_en_build_dma_wqe()
834 data->byte_count = cpu_to_be32(byte_count); in mlx4_en_build_dma_wqe()
843 lso_header_size, byte_count, in mlx4_en_build_dma_wqe()
851 data->byte_count = cpu_to_be32(byte_count); in mlx4_en_build_dma_wqe()
855 tx_info->map0_byte_count = byte_count; in mlx4_en_build_dma_wqe()
865 be32_to_cpu(data->byte_count), in mlx4_en_build_dma_wqe()
[all …]
/drivers/infiniband/hw/mthca/
A Dmthca_wqe.h102 __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()
/drivers/acpi/acpica/
A Dpsargs.c49 u32 byte_count; in acpi_ps_get_next_package_length() local
58 byte_count = (aml[0] >> 6); in acpi_ps_get_next_package_length()
59 parser_state->aml += ((acpi_size)byte_count + 1); in acpi_ps_get_next_package_length()
63 while (byte_count) { in acpi_ps_get_next_package_length()
71 package_length |= (aml[byte_count] << ((byte_count << 3) - 4)); in acpi_ps_get_next_package_length()
74 byte_count--; in acpi_ps_get_next_package_length()
/drivers/scsi/aacraid/
A Daachba.c3794 unsigned long byte_count = 0; in aac_build_sg() local
3828 return byte_count; in aac_build_sg()
3856 byte_count += count; in aac_build_sg64()
3872 return byte_count; in aac_build_sg64()
3904 byte_count += count; in aac_build_sgraw()
3920 return byte_count; in aac_build_sgraw()
3957 byte_count += count; in aac_build_sgraw2()
4001 return byte_count; in aac_build_sgraw2()
4053 byte_count = nseg; in aac_build_sghba()
4072 byte_count += count; in aac_build_sghba()
[all …]
A Dcommctrl.c497 u32 byte_count = 0; in aac_send_raw_srb() local
646 byte_count = 0; in aac_send_raw_srb()
698 byte_count += sg_count[i]; in aac_send_raw_srb()
758 byte_count += sg_count[i]; in aac_send_raw_srb()
814 byte_count += sg_count[i]; in aac_send_raw_srb()
819 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
870 byte_count += usg->sg[i].count; in aac_send_raw_srb()
910 byte_count += sg_count[i]; in aac_send_raw_srb()
914 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
956 reply.data_xfer_length = byte_count; in aac_send_raw_srb()
[all …]
/drivers/net/wireless/ath/ath6kl/
A Dbmi.c77 (u8 *)&targ_info->byte_count, in ath6kl_bmi_get_target_info()
78 sizeof(targ_info->byte_count)); in ath6kl_bmi_get_target_info()
89 if (le32_to_cpu(targ_info->byte_count) != sizeof(*targ_info)) { in ath6kl_bmi_get_target_info()
91 le32_to_cpu(targ_info->byte_count), in ath6kl_bmi_get_target_info()
99 sizeof(targ_info->byte_count), in ath6kl_bmi_get_target_info()
101 sizeof(targ_info->byte_count)); in ath6kl_bmi_get_target_info()
105 targ_info->byte_count, ret); in ath6kl_bmi_get_target_info()
/drivers/gpu/drm/i915/gvt/
A Dedid.c299 int byte_count = byte_left; in gmbus3_mmio_read() local
309 if (byte_count > 4) in gmbus3_mmio_read()
310 byte_count = 4; in gmbus3_mmio_read()
311 for (i = 0; i < byte_count; i++) { in gmbus3_mmio_read()
316 memcpy(&vgpu_vreg(vgpu, offset), &reg_data, byte_count); in gmbus3_mmio_read()
/drivers/acpi/
A Dmipi-disco-img.c541 int byte_count = ret; in init_csi2_port() local
552 if (byte_count > sizeof(mask)) { in init_csi2_port()
554 byte_count); in init_csi2_port()
555 byte_count = sizeof(mask); in init_csi2_port()
558 val, byte_count); in init_csi2_port()
560 for (i = 0; i < byte_count; i++) in init_csi2_port()
/drivers/net/mctp/
A Dmctp-i2c.c105 u8 byte_count; member
296 if (hdr->byte_count + offsetof(struct mctp_i2c_hdr, source_slave) != recvlen) { in mctp_i2c_recv()
495 if (skb->len != hdr->byte_count + 3) { in mctp_i2c_xmit()
498 hdr->byte_count + 3, skb->len); in mctp_i2c_xmit()
511 pecp = (void *)&hdr->source_slave + hdr->byte_count; in mctp_i2c_xmit()
512 *pecp = i2c_smbus_pec(0, (u8 *)hdr, hdr->byte_count + 3); in mctp_i2c_xmit()
515 msg.len = 2 + hdr->byte_count + 1; in mctp_i2c_xmit()
607 hdr->byte_count = len + 1; in mctp_i2c_header_create()
/drivers/gpu/drm/imagination/
A Dpvr_fw_meta.c158 u32 byte_count = l1_data->cmd_data[1]; in meta_ldr_cmd_zeromem() local
170 err = pvr_fw_find_mmu_segment(pvr_dev, offset, byte_count, fw_code_ptr, fw_data_ptr, in meta_ldr_cmd_zeromem()
175 offset, byte_count); in meta_ldr_cmd_zeromem()
179 memset(write_addr, 0, byte_count); in meta_ldr_cmd_zeromem()
/drivers/net/ethernet/mellanox/mlxsw/
A Dpci.c395 u16 byte_count) in mlxsw_pci_rdq_build_skb() argument
406 linear_data_size = linear_only ? byte_count : in mlxsw_pci_rdq_build_skb()
427 byte_count -= linear_data_size; in mlxsw_pci_rdq_build_skb()
430 while (byte_count > 0) { in mlxsw_pci_rdq_build_skb()
435 frag_size = min(byte_count, PAGE_SIZE); in mlxsw_pci_rdq_build_skb()
439 byte_count -= frag_size; in mlxsw_pci_rdq_build_skb()
482 u16 byte_count, struct page *pages[], in mlxsw_pci_elem_info_pages_ref_store() argument
752 u16 byte_count; in mlxsw_pci_cqe_rdq_handle() local
760 byte_count = mlxsw_pci_cqe_byte_count_get(cqe); in mlxsw_pci_cqe_rdq_handle()
762 byte_count -= ETH_FCS_LEN; in mlxsw_pci_cqe_rdq_handle()
[all …]

Completed in 713 milliseconds

123456