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

/u-boot/cmd/riscv/
H A Dsbi.c22 static struct sbi_imp implementations[] = { variable in typeref:struct:sbi_imp
77 for (i = 0; i < ARRAY_SIZE(implementations); ++i) {
78 if (impl_id == implementations[i].id) {
81 printf("\n%s ", implementations[i].name);
105 if (i == ARRAY_SIZE(implementations))

Completed in 38 milliseconds