Home
last modified time | relevance | path

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

/src/sys/dev/asmc/
H A Dasmc.c535 static const struct asmc_model asmc_generic_models[] = { variable
632 for (i = 0; i < nitems(asmc_generic_models); i++) { in asmc_match()
633 if (strncmp(model_name, asmc_generic_models[i].smc_model, in asmc_match()
634 strlen(asmc_generic_models[i].smc_model)) == 0) { in asmc_match()
635 model = &asmc_generic_models[i]; in asmc_match()