Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/gdb/
H A Dserial.h14 extern speed_t cvtspeed(char *);
H A Dgdbcont.c34 if ((speed = cvtspeed(optarg)) == B0) in main()
H A Dgdbsend.c49 if ((speed = cvtspeed(optarg)) == B0) in main()
H A Dserial.c52 cvtspeed(char *str) in cvtspeed() function