Home
last modified time | relevance | path

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

/src/sys/dev/asmc/
H A Dasmc.c185 static const struct asmc_model asmc_models[] = { variable
625 for (i = 0; i < nitems(asmc_models); i++) { in asmc_match()
626 if (strncmp(model_name, asmc_models[i].smc_model, in asmc_match()
628 model = &asmc_models[i]; in asmc_match()