Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconsole-server.h228 int config_parse_baud(speed_t *speed, const char *baud_string);
H A Dconfig.c242 int config_parse_baud(speed_t *speed, const char *baud_string) in config_parse_baud() function
H A Dtty-handler.c279 rc = config_parse_baud(&desired_speed, tty_baud); in tty_init()
H A Dconsole-server.c376 if (config_parse_baud(&console->tty.uart.baud, val)) { in tty_init()