| /linux/drivers/misc/altera-stapl/ |
| H A D | altera.c | 267 first_word = get_unaligned_be32(&p[0]); in altera_execute() 272 action_table = get_unaligned_be32(&p[4]); in altera_execute() 273 proc_table = get_unaligned_be32(&p[8]); in altera_execute() 274 str_table = get_unaligned_be32(&p[4 + delta]); in altera_execute() 275 sym_table = get_unaligned_be32(&p[16 + delta]); in altera_execute() 276 data_sect = get_unaligned_be32(&p[20 + delta]); in altera_execute() 277 code_sect = get_unaligned_be32(&p[24 + delta]); in altera_execute() 278 debug_sect = get_unaligned_be32(&p[28 + delta]); in altera_execute() 279 action_count = get_unaligned_be32(&p[40 + delta]); in altera_execute() 280 proc_count = get_unaligned_be32(&p[44 + delta]); in altera_execute() [all …]
|
| /linux/crypto/ |
| H A D | sm4.c | 129 rk[0] = get_unaligned_be32(&key[0]) ^ fk[0]; in sm4_expandkey() 130 rk[1] = get_unaligned_be32(&key[1]) ^ fk[1]; in sm4_expandkey() 131 rk[2] = get_unaligned_be32(&key[2]) ^ fk[2]; in sm4_expandkey() 132 rk[3] = get_unaligned_be32(&key[3]) ^ fk[3]; in sm4_expandkey() 164 x[0] = get_unaligned_be32(in + 0 * 4); in sm4_crypt_block() 165 x[1] = get_unaligned_be32(in + 1 * 4); in sm4_crypt_block() 166 x[2] = get_unaligned_be32(in + 2 * 4); in sm4_crypt_block() 167 x[3] = get_unaligned_be32(in + 3 * 4); in sm4_crypt_block()
|
| /linux/drivers/scsi/ |
| H A D | scsi_trace.c | 42 lba = get_unaligned_be32(&cdb[2]); in scsi_trace_rw10() 62 lba = get_unaligned_be32(&cdb[2]); in scsi_trace_rw12() 63 txlen = get_unaligned_be32(&cdb[6]); in scsi_trace_rw12() 80 txlen = get_unaligned_be32(&cdb[10]); in scsi_trace_rw16() 119 ei_lbrt = get_unaligned_be32(&cdb[20]); in scsi_trace_rw32() 120 txlen = get_unaligned_be32(&cdb[28]); in scsi_trace_rw32() 166 alloc_len = get_unaligned_be32(&cdb[10]); in scsi_trace_service_action_in() 212 alloc_len = get_unaligned_be32(&cdb[6]); in scsi_trace_maintenance_in() 252 alloc_len = get_unaligned_be32(&cdb[6]); in scsi_trace_maintenance_out() 280 alloc_len = get_unaligned_be32(&cdb[10]); in scsi_trace_zbc_in()
|
| H A D | scsi_proto_test.c | 38 KUNIT_EXPECT_EQ(test, get_unaligned_be32(&sh.h.len), 0x1020304); in test_scsi_proto()
|
| H A D | scsi_debug.c | 2369 alloc_len = get_unaligned_be32(cmd + 10); in resp_readcap16() 2418 alen = get_unaligned_be32(cmd + 6); in resp_report_tgtpgs() 2503 alloc_len = get_unaligned_be32(cmd + 6); in resp_rsup_opcodes() 2647 alloc_len = get_unaligned_be32(cmd + 6); in resp_rsup_tmfs() 3461 pos = get_unaligned_be32(cmd + 3); in resp_locate() 4566 num = get_unaligned_be32(cmd + 10); in resp_read_dt0() 4571 lba = get_unaligned_be32(cmd + 2); in resp_read_dt0() 4584 lba = get_unaligned_be32(cmd + 2); in resp_read_dt0() 4585 num = get_unaligned_be32(cmd + 6); in resp_read_dt0() 4590 lba = get_unaligned_be32(cmd + 2); in resp_read_dt0() [all …]
|
| /linux/drivers/hwmon/occ/ |
| H A D | common.c | 283 val = get_unaligned_be32(&temp->sensor_id); in occ_show_temp_2() 334 val = get_unaligned_be32(&temp->sensor_id); in occ_show_temp_10() 411 val = get_unaligned_be32(&freq->sensor_id); in occ_show_freq_2() 450 val = occ_get_powr_avg(get_unaligned_be32(&power->accumulator), in occ_show_power_1() 451 get_unaligned_be32(&power->update_tag)); in occ_show_power_1() 454 val = (u64)get_unaligned_be32(&power->update_tag) * in occ_show_power_1() 486 get_unaligned_be32(&power->sensor_id), in occ_show_power_2() 490 get_unaligned_be32(&power->update_tag)); in occ_show_power_2() 493 val = (u64)get_unaligned_be32(&power->update_tag) * in occ_show_power_2() 525 get_unaligned_be32(&power->sensor_id)); in occ_show_power_a0() [all …]
|
| /linux/drivers/misc/ |
| H A D | lattice-ecp3-config.c | 95 jedec_id = get_unaligned_be32(&rxbuf[4]); in firmware_load() 113 status = get_unaligned_be32(&rxbuf[4]); in firmware_load() 146 status = get_unaligned_be32(&rxbuf[4]); in firmware_load() 169 status = get_unaligned_be32(&rxbuf[4]); in firmware_load()
|
| /linux/lib/ |
| H A D | decompress_unlzo.c | 68 if (get_unaligned_be32(parse) & HEADER_HAS_FILTER) in parse_header() 181 dst_len = get_unaligned_be32(in_buf); in unlzo() 207 src_len = get_unaligned_be32(in_buf); in unlzo()
|
| /linux/sound/soc/codecs/ |
| H A D | tas2781-fmwlib.c | 223 cfg_info->nblocks = get_unaligned_be32(&config_data[config_offset]); in tasdevice_add_config() 270 get_unaligned_be32(&config_data[config_offset]); in tasdevice_add_config() 274 get_unaligned_be32(&config_data[config_offset]); in tasdevice_add_config() 326 fw_hdr->img_sz = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser() 337 fw_hdr->checksum = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser() 339 fw_hdr->binary_version_num = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser() 348 fw_hdr->drv_fw_version = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser() 376 fw_hdr->nconfig = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser() 380 fw_hdr->config_size[i] = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser() 460 block->type = get_unaligned_be32(&data[offset]); in fw_parse_block_data_kernel() [all …]
|
| H A D | pcm6240.c | 1261 get_unaligned_be32(&config_data[config_offset]); in pcmdevice_add_config() 1303 get_unaligned_be32(&config_data[config_offset]); in pcmdevice_add_config() 1307 get_unaligned_be32(&config_data[config_offset]); in pcmdevice_add_config() 1487 fw_hdr->img_sz = get_unaligned_be32(&buf[offset]); in pcmdev_regbin_ready() 1497 fw_hdr->checksum = get_unaligned_be32(&buf[offset]); in pcmdev_regbin_ready() 1499 fw_hdr->binary_version_num = get_unaligned_be32(&buf[offset]); in pcmdev_regbin_ready() 1508 fw_hdr->drv_fw_version = get_unaligned_be32(&buf[offset]); in pcmdev_regbin_ready() 1536 fw_hdr->nconfig = get_unaligned_be32(&buf[offset]); in pcmdev_regbin_ready() 1540 fw_hdr->config_size[i] = get_unaligned_be32(&buf[offset]); in pcmdev_regbin_ready()
|
| H A D | wm8958-dsp2.c | 63 data32 = get_unaligned_be32(fw->data); in wm8958_dsp2_fw() 69 len = get_unaligned_be32(fw->data + 4); in wm8958_dsp2_fw() 70 data32 = get_unaligned_be32(fw->data + 8); in wm8958_dsp2_fw() 105 block_len = get_unaligned_be32(data + 4); in wm8958_dsp2_fw() 116 data32 = get_unaligned_be32(data); in wm8958_dsp2_fw()
|
| H A D | peb2466.c | 1226 min_val = get_unaligned_be32(data + 1); in peb2466_fw_parse_axtable() 1227 step = get_unaligned_be32(data + 5); in peb2466_fw_parse_axtable() 1228 init_index = get_unaligned_be32(data + 9); in peb2466_fw_parse_axtable() 1330 min_val = get_unaligned_be32(data + 1); in peb2466_fw_parse_artable() 1331 step = get_unaligned_be32(data + 5); in peb2466_fw_parse_artable() 1332 init_index = get_unaligned_be32(data + 9); in peb2466_fw_parse_artable() 1505 lng = get_unaligned_be32(buf + 2); in peb2466_fw_parse()
|
| /linux/drivers/media/platform/verisilicon/ |
| H A D | hantro_h1_jpeg_enc.c | 96 reg = get_unaligned_be32(&luma_qtable_p[i]); in hantro_h1_jpeg_enc_set_qtable() 101 reg = get_unaligned_be32(&chroma_qtable_p[i]); in hantro_h1_jpeg_enc_set_qtable()
|
| H A D | rockchip_vpu2_hw_jpeg_enc.c | 122 reg = get_unaligned_be32(&luma_qtable_p[i]); in rockchip_vpu2_jpeg_enc_set_qtable() 127 reg = get_unaligned_be32(&chroma_qtable_p[i]); in rockchip_vpu2_jpeg_enc_set_qtable()
|
| /linux/security/apparmor/ |
| H A D | match.c | 50 th.td_lolen = get_unaligned_be32(blob + 8); in unpack_table() 76 u32, __be32, get_unaligned_be32); in unpack_table() 332 if (get_unaligned_be32(data) != YYTH_MAGIC) in aa_dfa_unpack() 335 hsize = get_unaligned_be32(data + 4); in aa_dfa_unpack()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | hash-utils.h | 31 bytes |= get_unaligned_be32(chapter_bits + 2); in uds_extract_chapter_index_bytes()
|
| /linux/arch/powerpc/boot/ |
| H A D | xz_config.h | 37 static inline uint32_t get_unaligned_be32(const void *p) in get_unaligned_be32() function
|
| /linux/tools/include/tools/ |
| H A D | be_byteshift.h | 46 static inline uint32_t get_unaligned_be32(const void *p) in get_unaligned_be32() function
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_utils.c | 151 static inline __u32 get_unaligned_be32(const void *p) in get_unaligned_be32() function 210 w[i] = get_unaligned_be32(&data[4 * i]); in sha256_blocks()
|
| /linux/net/sched/ |
| H A D | em_cmp.c | 50 val = get_unaligned_be32(ptr); in em_cmp_match()
|
| /linux/lib/xz/ |
| H A D | xz_dec_bcj.c | 168 instr = get_unaligned_be32(buf + i); in bcj_powerpc() 249 instr = get_unaligned_be32(buf + i); in bcj_sparc() 378 addr = get_unaligned_be32(buf + i + 4); in bcj_riscv()
|
| /linux/drivers/iio/magnetometer/ |
| H A D | yamaha-yas530.c | 858 val = get_unaligned_be32(&data[11]); in yas530_get_calibration_data() 913 val = get_unaligned_be32(&data[10]); in yas532_get_calibration_data() 1094 val1 = get_unaligned_be32(&data[0]); in yas537_get_calibration_data() 1095 val2 = get_unaligned_be32(&data[3]); in yas537_get_calibration_data() 1096 val3 = get_unaligned_be32(&data[6]); in yas537_get_calibration_data() 1097 val4 = get_unaligned_be32(&data[9]); in yas537_get_calibration_data()
|
| /linux/fs/isofs/ |
| H A D | isofs.h | 102 return get_unaligned_be32(p); in isonum_732()
|
| /linux/include/linux/ |
| H A D | unaligned.h | 51 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32() function
|
| /linux/tools/include/linux/ |
| H A D | unaligned.h | 49 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be16() 52 static inline u32 get_unaligned_be32(const void *p) get_unaligned_be32() function
|