Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/uart/
H A Duart_subr.c92 uart_parse_long(const char **p) in uart_parse_long() function
252 di->bas.busy_detect = uart_parse_long(&spec); in uart_getenv()
255 di->baudrate = uart_parse_long(&spec); in uart_getenv()
258 di->bas.chan = uart_parse_long(&spec); in uart_getenv()
261 di->databits = uart_parse_long(&spec); in uart_getenv()
278 di->bas.regshft = uart_parse_long(&spec); in uart_getenv()
281 di->stopbits = uart_parse_long(&spec); in uart_getenv()
284 di->bas.rclk = uart_parse_long(&spec); in uart_getenv()