Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconfig.h34 uint32_t parse_baud_to_int(speed_t speed);
H A Dconfig.c202 uint32_t parse_baud_to_int(speed_t speed) in parse_baud_to_int() function
H A Dconsole-dbus.c108 baudrate = parse_baud_to_int(server->tty.uart.baud); in get_baud_handler()