Home
last modified time | relevance | path

Searched refs:be32_to_cpus (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_command.c222 be32_to_cpus(&hwinfo->flags); in snd_efw_command_get_hwinfo()
223 be32_to_cpus(&hwinfo->guid_hi); in snd_efw_command_get_hwinfo()
224 be32_to_cpus(&hwinfo->guid_lo); in snd_efw_command_get_hwinfo()
225 be32_to_cpus(&hwinfo->type); in snd_efw_command_get_hwinfo()
226 be32_to_cpus(&hwinfo->version); in snd_efw_command_get_hwinfo()
227 be32_to_cpus(&hwinfo->supported_clocks); in snd_efw_command_get_hwinfo()
228 be32_to_cpus(&hwinfo->amdtp_rx_pcm_channels); in snd_efw_command_get_hwinfo()
229 be32_to_cpus(&hwinfo->amdtp_tx_pcm_channels); in snd_efw_command_get_hwinfo()
230 be32_to_cpus(&hwinfo->phys_out); in snd_efw_command_get_hwinfo()
231 be32_to_cpus(&hwinfo->phys_in); in snd_efw_command_get_hwinfo()
[all …]
/openbmc/linux/drivers/usb/usbip/
H A Dusbip_common.c526 be32_to_cpus(&pdu->transfer_buffer_length); in correct_endian_cmd_submit()
527 be32_to_cpus(&pdu->start_frame); in correct_endian_cmd_submit()
528 be32_to_cpus(&pdu->number_of_packets); in correct_endian_cmd_submit()
529 be32_to_cpus(&pdu->interval); in correct_endian_cmd_submit()
543 be32_to_cpus(&pdu->status); in correct_endian_ret_submit()
544 be32_to_cpus(&pdu->actual_length); in correct_endian_ret_submit()
545 be32_to_cpus(&pdu->start_frame); in correct_endian_ret_submit()
546 be32_to_cpus(&pdu->number_of_packets); in correct_endian_ret_submit()
547 be32_to_cpus(&pdu->error_count); in correct_endian_ret_submit()
566 be32_to_cpus(&pdu->status); in correct_endian_ret_unlink()
/openbmc/qemu/scripts/coccinelle/
H A Dinplace-byteswaps.cocci14 -be32_to_cpus(&E);
/openbmc/qemu/crypto/
H A Dblock-luks.c395 be32_to_cpus(&hdr->payload_offset_sector); in qcrypto_block_luks_from_disk_endian()
396 be32_to_cpus(&hdr->master_key_len); in qcrypto_block_luks_from_disk_endian()
397 be32_to_cpus(&hdr->master_key_iterations); in qcrypto_block_luks_from_disk_endian()
400 be32_to_cpus(&hdr->key_slots[i].active); in qcrypto_block_luks_from_disk_endian()
401 be32_to_cpus(&hdr->key_slots[i].iterations); in qcrypto_block_luks_from_disk_endian()
402 be32_to_cpus(&hdr->key_slots[i].key_offset_sector); in qcrypto_block_luks_from_disk_endian()
403 be32_to_cpus(&hdr->key_slots[i].stripes); in qcrypto_block_luks_from_disk_endian()
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h119 #define be32_to_cpus __be32_to_cpus macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h119 #define be32_to_cpus __be32_to_cpus macro
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw.c90 be32_to_cpus(&firmware); in name_card()
/openbmc/linux/sound/firewire/dice/
H A Ddice-proc.c24 be32_to_cpus(&((u32 *)buffer)[i]); in dice_proc_read_mem()
/openbmc/linux/drivers/iio/adc/
H A Dmcp3911.c96 be32_to_cpus(val); in mcp3911_read()
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_maudio.c703 be32_to_cpus(&buf[c]); in normal_meter_get()
/openbmc/qemu/hw/net/
H A Dmcf_fec.c180 be32_to_cpus(&bd->data); in mcf_fec_read_bd()
/openbmc/linux/drivers/firewire/
H A Dcore-device.c489 be32_to_cpus(data); in read_rom()
/openbmc/qemu/block/
H A Dvpc.c416 be32_to_cpus(&s->pagetable[i]); in vpc_open()