Home
last modified time | relevance | path

Searched refs:header_bytes (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dipc3.c386 size_t payload_bytes, header_bytes; in sof_ipc3_tx_msg() local
393 header_bytes = sizeof(struct sof_ipc_cmd_hdr); in sof_ipc3_tx_msg()
394 payload_bytes = msg_bytes - header_bytes; in sof_ipc3_tx_msg()
398 header_bytes = sizeof(struct sof_ipc_reply); in sof_ipc3_tx_msg()
399 payload_bytes = reply_bytes - header_bytes; in sof_ipc3_tx_msg()
403 payload += header_bytes; in sof_ipc3_tx_msg()
507 size_t header_bytes = sizeof(struct sof_ipc_reply); in sof_ipc3_set_get_data() local
510 payload += header_bytes; in sof_ipc3_set_get_data()
511 sof_ipc3_dump_payload(sdev, payload, data_bytes - header_bytes); in sof_ipc3_set_get_data()
/openbmc/u-boot/arch/x86/lib/
H A Dcoreboot_table.c59 cbh->header_bytes = sizeof(struct cb_header); in cb_table_init()
93 cbh->header_checksum = compute_ip_checksum(cbh, cbh->header_bytes); in cb_table_finalize()
/openbmc/linux/drivers/firmware/google/
H A Dcoreboot_table.c92 ptr_entry = ptr + header->header_bytes; in coreboot_table_populate()
154 len = header->header_bytes + header->table_bytes; in coreboot_table_probe()
H A Dcoreboot_table.h20 u32 header_bytes; member
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2_format.py450 header_bytes = self.header_length
457 buf = buf[0:header_bytes-1]
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c140 ptr += header->header_bytes; in cb_parse_header()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h18 u32 header_bytes; member