Searched refs:sifive_products (Results 1 - 1 of 1) sorted by relevance

/u-boot/board/sifive/unmatched/
H A Dhifive-platform-i2c-eeprom.c114 static struct sifive_product sifive_products[] = { variable in typeref:struct:sifive_product
154 for (i = 0; i < ARRAY_SIZE(sifive_products); i++) {
155 if (sifive_products[i].id == e.product_id) {
156 product_name = sifive_products[i].name;

Completed in 70 milliseconds