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

/freebsd-10.2-release/sys/dev/si/
H A Dsi.c129 struct si_speedtab { struct
137 static struct si_speedtab bdrates[] = {
249 si_speedtab(int speed, struct si_speedtab *table) function
828 ospeed = si_speedtab(t->c_ospeed, bdrates);
830 si_speedtab(t->c_ispeed, bdrates) : ospeed;

Completed in 50 milliseconds