Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/asmc/
H A Dasmc.c161 static const struct asmc_model asmc_models[] = { variable
524 for (i = 0; asmc_models[i].smc_model; i++) { in asmc_match()
525 if (!strncmp(model, asmc_models[i].smc_model, strlen(model))) { in asmc_match()
527 return (&asmc_models[i]); in asmc_match()