Home
last modified time | relevance | path

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

12345

/linux/drivers/hid/
H A Dhid-kye.c429 put_unaligned_le32(info->x_logical_maximum, newdesc + 66); in kye_tablet_fixup()
430 put_unaligned_le32(info->x_physical_maximum, newdesc + 72); in kye_tablet_fixup()
433 put_unaligned_le32(info->y_logical_maximum, newdesc + 87); in kye_tablet_fixup()
434 put_unaligned_le32(info->y_physical_maximum, newdesc + 92); in kye_tablet_fixup()
435 put_unaligned_le32(info->pressure_logical_maximum, newdesc + 104); in kye_tablet_fixup()
445 put_unaligned_le32(info->x_logical_maximum, newdesc + 44); in kye_tablet_fixup()
446 put_unaligned_le32(info->x_physical_maximum, newdesc + 50); in kye_tablet_fixup()
449 put_unaligned_le32(info->y_logical_maximum, newdesc + 65); in kye_tablet_fixup()
450 put_unaligned_le32(info->y_physical_maximum, newdesc + 70); in kye_tablet_fixup()
/linux/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()
/linux/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()
/linux/lib/crypto/
H A Daes.c297 put_unaligned_le32(subshift(st1, 0) ^ rkp[4], out); in aes_encrypt()
298 put_unaligned_le32(subshift(st1, 1) ^ rkp[5], out + 4); in aes_encrypt()
299 put_unaligned_le32(subshift(st1, 2) ^ rkp[6], out + 8); in aes_encrypt()
300 put_unaligned_le32(subshift(st1, 3) ^ rkp[7], out + 12); in aes_encrypt()
348 put_unaligned_le32(inv_subshift(st1, 0) ^ rkp[4], out); in aes_decrypt()
349 put_unaligned_le32(inv_subshift(st1, 1) ^ rkp[5], out + 4); in aes_decrypt()
350 put_unaligned_le32(inv_subshift(st1, 2) ^ rkp[6], out + 8); in aes_decrypt()
351 put_unaligned_le32(inv_subshift(st1, 3) ^ rkp[7], out + 12); in aes_decrypt()
H A Dpoly1305-donna32.c201 put_unaligned_le32(h0, &mac[0]); in poly1305_core_emit()
202 put_unaligned_le32(h1, &mac[4]); in poly1305_core_emit()
203 put_unaligned_le32(h2, &mac[8]); in poly1305_core_emit()
204 put_unaligned_le32(h3, &mac[12]); in poly1305_core_emit()
H A Ddes.c796 put_unaligned_le32(R, dst); in des_encrypt()
797 put_unaligned_le32(L, dst + 4); in des_encrypt()
817 put_unaligned_le32(R, dst); in des_decrypt()
818 put_unaligned_le32(L, dst + 4); in des_decrypt()
867 put_unaligned_le32(R, dst); in des3_ede_encrypt()
868 put_unaligned_le32(L, dst + 4); in des3_ede_encrypt()
896 put_unaligned_le32(R, dst); in des3_ede_decrypt()
897 put_unaligned_le32(L, dst + 4); in des3_ede_decrypt()
/linux/sound/soc/sof/
H A Dsof-utils.c65 put_unaligned_le32((pg_table[0] & 0xf) | pfn << 4, in snd_sof_create_page_table()
68 put_unaligned_le32(pfn, pg_table); in snd_sof_create_page_table()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c474 put_unaligned_le32(sizeof(smp_buf->ioctl_header), in pqi_build_csmi_smp_passthru_buffer()
476 put_unaligned_le32(CSMI_IOCTL_TIMEOUT, &ioctl_header->timeout); in pqi_build_csmi_smp_passthru_buffer()
477 put_unaligned_le32(CSMI_CC_SAS_SMP_PASSTHRU, in pqi_build_csmi_smp_passthru_buffer()
479 put_unaligned_le32(sizeof(smp_buf->parameters), &ioctl_header->length); in pqi_build_csmi_smp_passthru_buffer()
491 put_unaligned_le32(req_size, &parameters->request_length); in pqi_build_csmi_smp_passthru_buffer()
492 put_unaligned_le32(resp_size, &parameters->response_length); in pqi_build_csmi_smp_passthru_buffer()
H A Dsmartpqi_sis.c329 put_unaligned_le32(SIS_BASE_STRUCT_REVISION, &base_struct->revision); in sis_init_base_struct_addr()
330 put_unaligned_le32(lower_32_bits(error_buffer_paddr), in sis_init_base_struct_addr()
332 put_unaligned_le32(upper_32_bits(error_buffer_paddr), in sis_init_base_struct_addr()
334 put_unaligned_le32(PQI_ERROR_BUFFER_ELEMENT_LENGTH, in sis_init_base_struct_addr()
336 put_unaligned_le32(ctrl_info->max_io_slots, in sis_init_base_struct_addr()
/linux/drivers/md/dm-vdo/
H A Dnumeric.h50 put_unaligned_le32(to_encode, data + *offset); in encode_s32_le()
62 put_unaligned_le32(to_encode, data + *offset); in encode_u32_le()
/linux/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()
285 put_unaligned_le32(target_sn, pos); in mesh_path_error_tx()
/linux/crypto/
H A Dcrc32.c69 put_unaligned_le32(crc32_le(*crcp, data, len), out); in __crc32_finup()
83 put_unaligned_le32(*crcp, out); in crc32_final()
H A Dcrc32c.c96 put_unaligned_le32(~ctx->crc, out); in chksum_final()
102 put_unaligned_le32(~crc32c(*crcp, data, len), out); in __chksum_finup()
/linux/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()
/linux/lib/xz/
H A Dxz_dec_bcj.c146 put_unaligned_le32(dest, buf + i + 1); in bcj_x86()
280 put_unaligned_le32(instr, buf + i); in bcj_arm64()
297 put_unaligned_le32(instr, buf + i); in bcj_arm64()
387 put_unaligned_le32(instr, buf + i); in bcj_riscv()
388 put_unaligned_le32(instr2, buf + i + 4); in bcj_riscv()
/linux/drivers/firmware/arm_scmi/vendors/imx/
H A Dimx-sm-cpu.c96 put_unaligned_le32(cpuid, t->tx.buf); in scmi_imx_cpu_start()
160 put_unaligned_le32(cpuid, t->tx.buf); in scmi_imx_cpu_started()
218 put_unaligned_le32(cpuid, t->tx.buf); in scmi_imx_cpu_attributes_get()
H A Dimx-sm-lmm.c87 put_unaligned_le32(lmid, t->tx.buf); in scmi_imx_lmm_attributes()
126 put_unaligned_le32(lmid, t->tx.buf); in scmi_imx_lmm_power_boot()
/linux/drivers/iio/frequency/
H A Dadmv4420.c142 put_unaligned_le32(frac_val, st->transf_buf); in admv4420_set_n_counter()
147 put_unaligned_le32(mod_val, st->transf_buf); in admv4420_set_n_counter()
152 put_unaligned_le32(int_val, st->transf_buf); in admv4420_set_n_counter()
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-tx.c93 put_unaligned_le32(id, &hw_tx_obj->id); in mcp251xfd_tx_obj_from_skb()
94 put_unaligned_le32(flags, &hw_tx_obj->flags); in mcp251xfd_tx_obj_from_skb()
/linux/tools/include/tools/
H A Dle_byteshift.h61 static inline void put_unaligned_le32(uint32_t val, void *p) in put_unaligned_le32() function
/linux/drivers/hid/surface-hid/
H A Dsurface_hid.c78 put_unaligned_le32(offset, &slice->offset); in ssam_hid_get_descriptor()
79 put_unaligned_le32(length, &slice->length); in ssam_hid_get_descriptor()
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Ddma.h76 put_unaligned_le32(info, skb_push(skb, sizeof(info))); in mt7601u_dma_skb_wrap()
/linux/drivers/rtc/
H A Drtc-pm8xxx.c201 put_unaligned_le32(offset, buf); in pm8xxx_rtc_write_nvmem_offset()
301 put_unaligned_le32(secs, value); in __pm8xxx_rtc_set_time()
394 put_unaligned_le32(secs, value); in pm8xxx_rtc_set_alarm()
/linux/drivers/misc/altera-stapl/
H A Daltera.c717 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute()
730 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute()
745 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute()
758 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute()
779 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute()
804 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute()
824 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute()
850 put_unaligned_le32(long_tmp, &charbuf[0]); in altera_execute()

12345