Home
last modified time | relevance | path

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

/linux/drivers/soc/vt8500/
H A Dwmt-socinfo.c17 } chip_id_table[] = { variable
39 for (i = 0 ; i < ARRAY_SIZE(chip_id_table) ; ++i) { in sccid_to_name()
40 if (chip_id_table[i].id == id) in sccid_to_name()
41 return chip_id_table[i].name; in sccid_to_name()