Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/gdb/
H A Dserial.h13 extern speed_t cvtspeed(char *);
H A Dgdbcont.c33 if ((speed = cvtspeed(optarg)) == B0) in main()
H A Dgdbsend.c48 if ((speed = cvtspeed(optarg)) == B0) in main()
H A Dserial.c51 cvtspeed(char *str) in cvtspeed() function