Home
last modified time | relevance | path

Searched refs:put_unaligned_le32 (Results 1 – 25 of 129) sorted by relevance

123456

/OK3568_Linux_fs/kernel/arch/x86/boot/tools/
H A Dbuild.c175 put_unaligned_le32(size, section + 0x8); in update_pecoff_section_header_fields()
178 put_unaligned_le32(vma, section + 0xc); in update_pecoff_section_header_fields()
181 put_unaligned_le32(datasz, section + 0x10); in update_pecoff_section_header_fields()
184 put_unaligned_le32(offset, section + 0x14); in update_pecoff_section_header_fields()
214 put_unaligned_le32(reloc_offset + 10, &buf[reloc_offset]); in update_pecoff_setup_and_reloc()
215 put_unaligned_le32(10, &buf[reloc_offset + 4]); in update_pecoff_setup_and_reloc()
228 put_unaligned_le32(efi32_pe_entry + size, &buf[compat_offset + 4]); in update_pecoff_setup_and_reloc()
257 put_unaligned_le32(file_sz - 512 + bss_sz, &buf[pe_header + 0x1c]); in update_pecoff_text()
260 put_unaligned_le32(init_sz, &buf[pe_header + 0x50]); in update_pecoff_text()
265 put_unaligned_le32(text_start + efi_pe_entry, &buf[pe_header + 0x28]); in update_pecoff_text()
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Daes_generic.c1209 put_unaligned_le32(b0[0], out); in crypto_aes_encrypt()
1210 put_unaligned_le32(b0[1], out + 4); in crypto_aes_encrypt()
1211 put_unaligned_le32(b0[2], out + 8); in crypto_aes_encrypt()
1212 put_unaligned_le32(b0[3], out + 12); in crypto_aes_encrypt()
1279 put_unaligned_le32(b0[0], out); in crypto_aes_decrypt()
1280 put_unaligned_le32(b0[1], out + 4); in crypto_aes_decrypt()
1281 put_unaligned_le32(b0[2], out + 8); in crypto_aes_decrypt()
1282 put_unaligned_le32(b0[3], out + 12); in crypto_aes_decrypt()
H A Dcrc32_generic.c92 put_unaligned_le32(crc32_le(*crcp, data, len), out); in __crc32_finup()
106 put_unaligned_le32(*crcp, out); in crc32_final()
H A Dcrc32c_generic.c96 put_unaligned_le32(~ctx->crc, out); in chksum_final()
102 put_unaligned_le32(~__crc32c_le(*crcp, data, len), out); in __chksum_finup()
H A Dmichael_mic.c122 put_unaligned_le32(mctx->l, out); in michael_final()
123 put_unaligned_le32(mctx->r, out + 4); in michael_final()
/OK3568_Linux_fs/kernel/lib/crypto/
H A Daes.c311 put_unaligned_le32(subshift(st1, 0) ^ rkp[4], out); in aes_encrypt()
312 put_unaligned_le32(subshift(st1, 1) ^ rkp[5], out + 4); in aes_encrypt()
313 put_unaligned_le32(subshift(st1, 2) ^ rkp[6], out + 8); in aes_encrypt()
314 put_unaligned_le32(subshift(st1, 3) ^ rkp[7], out + 12); in aes_encrypt()
369 put_unaligned_le32(inv_subshift(st1, 0) ^ rkp[4], out); in aes_decrypt()
370 put_unaligned_le32(inv_subshift(st1, 1) ^ rkp[5], out + 4); in aes_decrypt()
371 put_unaligned_le32(inv_subshift(st1, 2) ^ rkp[6], out + 8); in aes_decrypt()
372 put_unaligned_le32(inv_subshift(st1, 3) ^ rkp[7], out + 12); in aes_decrypt()
H A Dpoly1305-donna32.c200 put_unaligned_le32(h0, &mac[0]); in poly1305_core_emit()
201 put_unaligned_le32(h1, &mac[4]); in poly1305_core_emit()
202 put_unaligned_le32(h2, &mac[8]); in poly1305_core_emit()
203 put_unaligned_le32(h3, &mac[12]); in poly1305_core_emit()
H A Ddes.c797 put_unaligned_le32(R, dst); in des_encrypt()
798 put_unaligned_le32(L, dst + 4); in des_encrypt()
818 put_unaligned_le32(R, dst); in des_decrypt()
819 put_unaligned_le32(L, dst + 4); in des_decrypt()
868 put_unaligned_le32(R, dst); in des3_ede_encrypt()
869 put_unaligned_le32(L, dst + 4); in des3_ede_encrypt()
897 put_unaligned_le32(R, dst); in des3_ede_decrypt()
898 put_unaligned_le32(L, dst + 4); in des3_ede_decrypt()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Du_os_desc.h73 put_unaligned_le32(dw_size, usb_ext_prop_size_ptr(buf)); in usb_ext_prop_put_size()
78 put_unaligned_le32(type, usb_ext_prop_type_ptr(buf)); in usb_ext_prop_put_type()
99 put_unaligned_le32(data_len, usb_ext_prop_data_len_ptr(buf, pnl)); in usb_ext_prop_put_binary()
107 put_unaligned_le32(data_len, usb_ext_prop_data_len_ptr(buf, pnl)); in usb_ext_prop_put_unicode()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_dsd.h14 put_unaligned_le32(sg_dma_address(sg), &(*dsd)->address); in append_dsd32()
15 put_unaligned_le32(sg_dma_len(sg), &(*dsd)->length); in append_dsd32()
28 put_unaligned_le32(sg_dma_len(sg), &(*dsd)->length); in append_dsd64()
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_sis.c303 put_unaligned_le32(SIS_BASE_STRUCT_REVISION, &base_struct->revision); in sis_init_base_struct_addr()
304 put_unaligned_le32(lower_32_bits(error_buffer_paddr), in sis_init_base_struct_addr()
306 put_unaligned_le32(upper_32_bits(error_buffer_paddr), in sis_init_base_struct_addr()
308 put_unaligned_le32(PQI_ERROR_BUFFER_ELEMENT_LENGTH, in sis_init_base_struct_addr()
310 put_unaligned_le32(ctrl_info->max_io_slots, in sis_init_base_struct_addr()
H A Dsmartpqi_sas_transport.c464 put_unaligned_le32(sizeof(smp_buf->ioctl_header), in pqi_build_csmi_smp_passthru_buffer()
466 put_unaligned_le32(CSMI_IOCTL_TIMEOUT, &ioctl_header->timeout); in pqi_build_csmi_smp_passthru_buffer()
467 put_unaligned_le32(CSMI_CC_SAS_SMP_PASSTHRU, in pqi_build_csmi_smp_passthru_buffer()
469 put_unaligned_le32(sizeof(smp_buf->parameters), &ioctl_header->length); in pqi_build_csmi_smp_passthru_buffer()
481 put_unaligned_le32(req_size, &parameters->request_length); in pqi_build_csmi_smp_passthru_buffer()
482 put_unaligned_le32(resp_size, &parameters->response_length); in pqi_build_csmi_smp_passthru_buffer()
/OK3568_Linux_fs/kernel/arch/mips/crypto/
H A Dcrc32-mips.c208 put_unaligned_le32(ctx->crc, out);
216 put_unaligned_le32(~ctx->crc, out);
222 put_unaligned_le32(crc32_mips_le_hw(crc, data, len), out);
228 put_unaligned_le32(~crc32c_mips_le_hw(crc, data, len), out);
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmichael.c81 put_unaligned_le32(mctx.l, mic); in michael_mic()
82 put_unaligned_le32(mctx.r, mic + 4); in michael_mic()
H A Dmesh_hwmp.c163 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx()
167 put_unaligned_le32(preq_id, pos); in mesh_path_sel_frame_tx()
172 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
175 put_unaligned_le32(lifetime, pos); /* interval for RANN */ in mesh_path_sel_frame_tx()
177 put_unaligned_le32(metric, pos); in mesh_path_sel_frame_tx()
184 put_unaligned_le32(target_sn, pos); in mesh_path_sel_frame_tx()
189 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
283 put_unaligned_le32(target_sn, pos); in mesh_path_error_tx()
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dunaligned.h82 #define put_unaligned_le32(v, p) put_unaligned32(__swab32(v), (p)) macro
95 #define put_unaligned_le32(v, p) put_unaligned32((v), (p)) macro
/OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/
H A Dproperties.c68 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_get_property()
90 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_set_property()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dutils.c164 put_unaligned_le32((pg_table[0] & 0xf) | pfn << 4, in snd_sof_create_page_table()
167 put_unaligned_le32(pfn, pg_table); in snd_sof_create_page_table()
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dunaligned-sh4a.h141 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32() function
218 put_unaligned_le32((__force u32)(val), __gu_p); \
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dcrc32-ce-glue.c94 put_unaligned_le32(*crc, out); in crc32_final()
102 put_unaligned_le32(~*crc, out); in crc32c_final()
/OK3568_Linux_fs/kernel/include/linux/unaligned/
H A Dle_struct.h27 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32() function
H A Dle_memmove.h27 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32() function
/OK3568_Linux_fs/u-boot/include/linux/unaligned/
H A Daccess_ok.h41 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32() function
H A Dle_byteshift.h60 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32() function
/OK3568_Linux_fs/kernel/tools/include/tools/
H A Dle_byteshift.h61 static inline void put_unaligned_le32(uint32_t val, void *p) in put_unaligned_le32() function

123456