Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dloader.c1790 uint32_t current_rom_index; member
1806 if (parser->current_rom_index != 0) { in handle_record_type()
1808 parser->current_rom_index, in handle_record_type()
1812 parser->current_rom_index = 0; in handle_record_type()
1816 memcpy(parser->bin_buf + parser->current_rom_index, line->data, in handle_record_type()
1818 parser->current_rom_index += line->byte_count; in handle_record_type()
1826 if (parser->current_rom_index != 0) { in handle_record_type()
1828 parser->current_rom_index, in handle_record_type()
1839 if (parser->current_rom_index != 0) { in handle_record_type()
1841 parser->current_rom_index, in handle_record_type()
[all …]