Searched refs:mcu_cpu_type (Results 1 – 1 of 1) sorted by relevance
80 const char *mcu_cpu_type = object_get_typename(OBJECT(cpu)); in avr_load_firmware() local81 int cpu_len = strlen(mcu_cpu_type) - strlen(AVR_CPU_TYPE_SUFFIX); in avr_load_firmware()92 firmware, cpu_len, mcu_cpu_type); in avr_load_firmware()95 if (strcmp(elf_cpu, mcu_cpu_type)) { in avr_load_firmware()97 MACHINE_GET_CLASS(ms)->desc, cpu_len, mcu_cpu_type); in avr_load_firmware()