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 Dconsole-server.h229 uint32_t parse_baud_to_int(speed_t speed);
H A Dconsole-dbus.c105 baudrate = parse_baud_to_int(console->tty.uart.baud); in get_baud_handler()
H A Dconfig.c255 uint32_t parse_baud_to_int(speed_t speed) in parse_baud_to_int() function