Searched refs:mcu_cpu_type (Results 1 – 1 of 1) sorted by relevance
82 const char *mcu_cpu_type = object_get_typename(OBJECT(cpu)); in avr_load_firmware() local83 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()