Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/gdb/
H A Dserial.c24 static struct speedmap { struct
27 } speedmap[] = { argument
49 static int nspeeds = sizeof speedmap / sizeof speedmap[0];
54 struct speedmap *smp = speedmap, *esmp = &speedmap[nspeeds]; in cvtspeed()