Home
last modified time | relevance | path

Searched refs:content_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_hal.c643 u32 content_size) in bl_write_header() argument
752 u32 content_size) in auto_fw_upgrade() argument
759 if (content_size > MAX_FLASH_FILE_SIZE) { in auto_fw_upgrade()
783 if ((flash_start_address + content_size) > adapter->flash_capacity) { in auto_fw_upgrade()
790 temp_content_size = content_size; in auto_fw_upgrade()
791 num_flash = content_size / FLASH_WRITE_CHUNK_SIZE; in auto_fw_upgrade()
794 content_size, num_flash); in auto_fw_upgrade()
799 content_size = FLASH_WRITE_CHUNK_SIZE; in auto_fw_upgrade()
801 content_size); in auto_fw_upgrade()
803 content_size = in auto_fw_upgrade()
[all …]
/openbmc/qemu/target/s390x/
H A Darch_dump.c232 int note_size, prev_size = 0, content_size; in s390x_write_elf64_notes() local
242 content_size = nf->note_size_func ? nf->note_size_func() : nf->contents_size; in s390x_write_elf64_notes()
243 note_size = sizeof(Note) - sizeof(notep->contents) + content_size; in s390x_write_elf64_notes()
254 notep->hdr.n_descsz = cpu_to_be32(content_size); in s390x_write_elf64_notes()
476 int note_head_size, content_size; in cpu_get_note_size() local
491 content_size = nf->contents_size ? nf->contents_size : nf->note_size_func(); in cpu_get_note_size()
493 content_size; in cpu_get_note_size()
/openbmc/u-boot/tools/binman/
H A DREADME713 when Entry_blob loads a file, it sets content_size to the size of the file.