Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/kernel/
Dcpu.c213 static const struct chip_id_map chip_names[] = { variable
216 #define NR_CHIP_NAMES ARRAY_SIZE(chip_names)
248 if (chip_names[i].mid == mid && chip_names[i].pn == pn) in get_chip_name()
249 return chip_names[i].name; in get_chip_name()