/openbmc/linux/drivers/hwmon/ |
H A D | aquacomputer_d5next.c | 702 *val = (s16)get_unaligned_be16(priv->buffer + offset); in aqc_get_ctrl_val() 1307 priv->serial_number[0] = get_unaligned_be16(data + priv->serial_number_start_offset); in aqc_raw_event() 1308 priv->serial_number[1] = get_unaligned_be16(data + priv->serial_number_start_offset + in aqc_raw_event() 1310 priv->firmware_version = get_unaligned_be16(data + priv->firmware_version_offset); in aqc_raw_event() 1314 sensor_value = get_unaligned_be16(data + in aqc_raw_event() 1325 sensor_value = get_unaligned_be16(data + in aqc_raw_event() 1338 get_unaligned_be16(data + priv->fan_sensor_offsets[i] + in aqc_raw_event() 1341 get_unaligned_be16(data + priv->fan_sensor_offsets[i] + in aqc_raw_event() 1344 get_unaligned_be16(data + priv->fan_sensor_offsets[i] + in aqc_raw_event() 1347 get_unaligned_be16(data + priv->fan_sensor_offsets[i] + in aqc_raw_event() [all …]
|
H A D | nzxt-kraken2.c | 124 priv->fan_input[0] = get_unaligned_be16(data + 3); in kraken2_raw_event() 125 priv->fan_input[1] = get_unaligned_be16(data + 5); in kraken2_raw_event()
|
/openbmc/linux/drivers/hwmon/occ/ |
H A D | common.c | 247 val = get_unaligned_be16(&temp->sensor_id); in occ_show_temp_1() 256 val = get_unaligned_be16(&temp->value) * 1000; in occ_show_temp_1() 381 val = get_unaligned_be16(&freq->sensor_id); in occ_show_freq_1() 384 val = get_unaligned_be16(&freq->value); in occ_show_freq_1() 414 val = get_unaligned_be16(&freq->value); in occ_show_freq_2() 441 val = get_unaligned_be16(&power->sensor_id); in occ_show_power_1() 453 val = get_unaligned_be16(&power->value) * 1000000ULL; in occ_show_power_1() 500 val = get_unaligned_be16(&power->value) * 1000000ULL; in occ_show_power_2() 538 val = get_unaligned_be16(&power->system.value) * 1000000ULL; in occ_show_power_a0() 552 val = get_unaligned_be16(&power->proc.value) * 1000000ULL; in occ_show_power_a0() [all …]
|
/openbmc/u-boot/net/ |
H A D | dns.c | 141 if (&p[5] > e || get_unaligned_be16(p+1) != DNS_A_RECORD) { in dns_handler() 160 type = get_unaligned_be16(p+2); in dns_handler() 165 dlen = get_unaligned_be16(p+10); in dns_handler() 179 dlen = get_unaligned_be16(p+10); in dns_handler()
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm2_tis_sandbox.c | 142 nonce_sz = get_unaligned_be16(*auth); in sandbox_tpm2_check_session() 152 pw_sz = get_unaligned_be16(*auth); in sandbox_tpm2_check_session() 277 tag = get_unaligned_be16(sent); in sandbox_tpm2_xfer() 306 mode = get_unaligned_be16(sent); in sandbox_tpm2_xfer() 361 new_pw_sz = get_unaligned_be16(sent); in sandbox_tpm2_xfer() 504 alg = get_unaligned_be16(sent); in sandbox_tpm2_xfer() 589 alg = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | pms7003.c | 102 return clamp_val(get_unaligned_be16(data), in pms7003_get_pm() 209 u16 checksum = get_unaligned_be16(frame->data + offset); in pms7003_frame_is_okay() 229 magic = get_unaligned_be16(buf); in pms7003_receive_buf() 233 num = get_unaligned_be16(buf + 2); in pms7003_receive_buf()
|
/openbmc/linux/drivers/mfd/ |
H A D | si476x-cmd.c | 479 return get_unaligned_be16(resp + 2); in si476x_core_cmd_get_property() 775 report->readfreq = get_unaligned_be16(resp + 3); in si476x_core_cmd_am_rsq_status() 938 report->pi = get_unaligned_be16(resp + 4); in si476x_core_cmd_fm_rds_status() 985 report->expected = get_unaligned_be16(resp + 2); in si476x_core_cmd_fm_rds_blockcount() 986 report->received = get_unaligned_be16(resp + 4); in si476x_core_cmd_fm_rds_blockcount() 987 report->uncorrectable = get_unaligned_be16(resp + 6); in si476x_core_cmd_fm_rds_blockcount() 1204 report->readfreq = get_unaligned_be16(resp + 3); in si476x_core_cmd_fm_rsq_status_a10() 1212 report->readantcap = get_unaligned_be16(resp + 13); in si476x_core_cmd_fm_rsq_status_a10() 1258 report->readfreq = get_unaligned_be16(resp + 3); in si476x_core_cmd_fm_rsq_status_a20() 1266 report->readantcap = get_unaligned_be16(resp + 13); in si476x_core_cmd_fm_rsq_status_a20() [all …]
|
/openbmc/linux/drivers/power/supply/ |
H A D | rk817_charger.c | 179 vcalib0 = get_unaligned_be16(bulk_reg); in rk817_bat_calib_vol() 183 vcalib1 = get_unaligned_be16(bulk_reg); in rk817_bat_calib_vol() 317 tmp = get_unaligned_be16(bulk_reg); in rk817_bat_calib_cap() 394 tmp = get_unaligned_be16(bulk_reg); in rk817_read_props() 404 tmp = (short int)get_unaligned_be16(bulk_reg); in rk817_read_props() 446 reg = get_unaligned_be16(bulk_reg); in rk817_read_props() 771 tmp = get_unaligned_be16(bulk_reg); in rk817_read_or_set_full_charge_on_boot() 825 tmp = get_unaligned_be16(bulk_reg); in rk817_read_or_set_full_charge_on_boot()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_trace.c | 12 #define SERVICE_ACTION32(cdb) (get_unaligned_be16(&cdb[8])) 43 txlen = get_unaligned_be16(&cdb[7]); in scsi_trace_rw10() 138 unsigned int regions = get_unaligned_be16(&cdb[7]); in scsi_trace_unmap()
|
/openbmc/linux/drivers/media/radio/si470x/ |
H A D | radio-si470x-usb.c | 253 radio->registers[regnr] = get_unaligned_be16(&radio->usb_buf[1]); in si470x_get_register() 294 radio->registers[regnr] = get_unaligned_be16( in si470x_get_all_registers() 389 get_unaligned_be16(&radio->int_in_buffer[1]); in si470x_int_in_callback() 398 get_unaligned_be16(&radio->int_in_buffer[ in si470x_int_in_callback() 642 (get_unaligned_be16(&radio->usb_buf[1]) & 0xfff) != 0x0242) { in si470x_usb_driver_probe()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_iscsi.c | 329 tmp = cpu_to_le16(get_unaligned_be16(p)); in qed_sp_iscsi_conn_offload() 331 tmp = cpu_to_le16(get_unaligned_be16(p + 1)); in qed_sp_iscsi_conn_offload() 333 tmp = cpu_to_le16(get_unaligned_be16(p + 2)); in qed_sp_iscsi_conn_offload() 337 tmp = cpu_to_le16(get_unaligned_be16(p)); in qed_sp_iscsi_conn_offload() 339 tmp = cpu_to_le16(get_unaligned_be16(p + 1)); in qed_sp_iscsi_conn_offload() 341 tmp = cpu_to_le16(get_unaligned_be16(p + 2)); in qed_sp_iscsi_conn_offload() 401 tmp = cpu_to_le16(get_unaligned_be16(p)); in qed_sp_iscsi_conn_offload() 403 tmp = cpu_to_le16(get_unaligned_be16(p + 1)); in qed_sp_iscsi_conn_offload() 405 tmp = cpu_to_le16(get_unaligned_be16(p + 2)); in qed_sp_iscsi_conn_offload() 409 tmp = cpu_to_le16(get_unaligned_be16(p)); in qed_sp_iscsi_conn_offload() [all …]
|
/openbmc/linux/block/partitions/ |
H A D | ldm.c | 77 ph->ver_major = get_unaligned_be16(data + 0x000C); in ldm_parse_privhead() 78 ph->ver_minor = get_unaligned_be16(data + 0x000E); in ldm_parse_privhead() 181 vm->ver_major = get_unaligned_be16(data + 0x12); in ldm_parse_vmdb() 182 vm->ver_minor = get_unaligned_be16(data + 0x14); in ldm_parse_vmdb() 451 if (get_unaligned_be16(data + 0x10) != 0x01) { in ldm_validate_vmdb() 1232 rec = get_unaligned_be16(data + 0x0C); in ldm_frag_add() 1233 num = get_unaligned_be16(data + 0x0E); in ldm_frag_add() 1372 recs = get_unaligned_be16(data + 0x0E); /* Number of records */ in ldm_get_vblks()
|
/openbmc/linux/drivers/target/ |
H A D | target_core_xcopy.c | 124 ript = get_unaligned_be16(&desc[2]); in target_xcopy_parse_tiddesc_e4() 304 desc_len = get_unaligned_be16(&desc[2]); in target_xcopy_parse_segdesc_02() 311 xop->stdi = get_unaligned_be16(&desc[4]); in target_xcopy_parse_segdesc_02() 312 xop->dtdi = get_unaligned_be16(&desc[6]); in target_xcopy_parse_segdesc_02() 324 xop->nolb = get_unaligned_be16(&desc[10]); in target_xcopy_parse_segdesc_02() 807 tdll = get_unaligned_be16(&p[2]); in target_parse_xcopy_cmd()
|
H A D | target_core_spc.c | 768 len = get_unaligned_be16(&buf[2]) + 4; in spc_emulate_inquiry() 2293 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2301 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2306 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2309 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2319 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2332 *size = get_unaligned_be16(&cdb[7]); in spc_parse_cdb() 2343 *size = get_unaligned_be16(&cdb[3]); in spc_parse_cdb() 2370 *size = get_unaligned_be16(&cdb[3]); in spc_parse_cdb() 2407 *size = get_unaligned_be16(&cdb[8]); in spc_parse_cdb() [all …]
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 43 priv_len = get_unaligned_be16(src) + 2; in tpm2_key_encode() 48 pub_len = get_unaligned_be16(src) + 2; in tpm2_key_encode() 401 private_len = get_unaligned_be16(blob); in tpm2_load_cmd() 407 public_len = get_unaligned_be16(blob + 2 + private_len); in tpm2_load_cmd()
|
/openbmc/u-boot/drivers/net/ |
H A D | dnet.c | 207 tmp = get_unaligned_be16(netdev->enetaddr); in dnet_set_hwaddr() 209 tmp = get_unaligned_be16(&netdev->enetaddr[2]); in dnet_set_hwaddr() 211 tmp = get_unaligned_be16(&netdev->enetaddr[4]); in dnet_set_hwaddr()
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | unaligned-sh4a.h | 81 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16() function 202 __builtin_choose_expr(sizeof(*(ptr)) == 2, get_unaligned_be16((ptr)), \
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | ili210x.c | 115 *x = get_unaligned_be16(touchdata + 1 + (finger * 4) + 0); in ili210x_touchdata_to_coords() 116 *y = get_unaligned_be16(touchdata + 1 + (finger * 4) + 2); in ili210x_touchdata_to_coords() 203 val = get_unaligned_be16(touchdata + 3 + (finger * 5) + 0); in ili212x_touchdata_to_coords() 208 *y = get_unaligned_be16(touchdata + 3 + (finger * 5) + 2); in ili212x_touchdata_to_coords() 278 val = get_unaligned_be16(touchdata + 1 + (finger * 5) + 0); in ili251x_touchdata_to_coords() 283 *y = get_unaligned_be16(touchdata + 1 + (finger * 5) + 2); in ili251x_touchdata_to_coords()
|
H A D | eeti_ts.c | 51 x = get_unaligned_be16(&buf[1]); in eeti_ts_report_event() 52 y = get_unaligned_be16(&buf[3]); in eeti_ts_report_event()
|
H A D | s6sy761.c | 358 sdata->devid = get_unaligned_be16(buffer + 1); in s6sy761_hw_init() 367 *max_x = get_unaligned_be16(buffer); in s6sy761_hw_init() 368 *max_y = get_unaligned_be16(buffer + 2); in s6sy761_hw_init()
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | hre.c | 119 v16 = get_unaligned_be16(ptr); in get_tpm_nv_size() 121 v16 = get_unaligned_be16(ptr); in get_tpm_nv_size() 155 key_count = get_unaligned_be16(buf); in find_key()
|
/openbmc/linux/drivers/iio/magnetometer/ |
H A D | yamaha-yas530.c | 253 val = get_unaligned_be16(&data[0]); in yas530_extract_axis() 268 val = get_unaligned_be16(&data[0]); in yas532_extract_axis() 325 val = get_unaligned_be16(&data[0]); in yas530_measure() 339 val = get_unaligned_be16(&data[0]); in yas530_measure() 402 *t = get_unaligned_be16(&data[0]); in yas537_measure() 403 xy1y2[0] = FIELD_GET(GENMASK(13, 0), get_unaligned_be16(&data[2])); in yas537_measure() 404 xy1y2[1] = get_unaligned_be16(&data[4]); in yas537_measure() 405 xy1y2[2] = get_unaligned_be16(&data[6]); in yas537_measure()
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | core.c | 110 n = get_unaligned_be16(data); in bnep_ctrl_set_netfilter() 126 f[i].start = get_unaligned_be16(data++); in bnep_ctrl_set_netfilter() 127 f[i].end = get_unaligned_be16(data++); in bnep_ctrl_set_netfilter() 156 n = get_unaligned_be16(data); in bnep_ctrl_set_mcfilter()
|
/openbmc/u-boot/include/linux/unaligned/ |
H A D | access_ok.h | 21 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16() function
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fweh.h | 343 subtype = get_unaligned_be16(&event_packet->hdr.subtype); in brcmf_fweh_process_skb() 354 usr_stype = get_unaligned_be16(&event_packet->hdr.usr_subtype); in brcmf_fweh_process_skb()
|