Home
last modified time | relevance | path

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

/openbmc/qemu/hw/avr/
H A Dboot.c82 const char *mcu_cpu_type = object_get_typename(OBJECT(cpu)); in avr_load_firmware() local
83 int cpu_len = strlen(mcu_cpu_type) - strlen(AVR_CPU_TYPE_SUFFIX); in avr_load_firmware()
94 firmware, cpu_len, mcu_cpu_type); in avr_load_firmware()
97 if (strcmp(elf_cpu, mcu_cpu_type)) { in avr_load_firmware()
99 MACHINE_GET_CLASS(ms)->desc, cpu_len, mcu_cpu_type); in avr_load_firmware()