Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/uart/
H A Duart_subr.c91 uart_parse_long(const char **p) in uart_parse_long() function
251 di->bas.busy_detect = uart_parse_long(&spec); in uart_getenv()
254 di->baudrate = uart_parse_long(&spec); in uart_getenv()
257 di->bas.chan = uart_parse_long(&spec); in uart_getenv()
260 di->databits = uart_parse_long(&spec); in uart_getenv()
277 di->bas.regshft = uart_parse_long(&spec); in uart_getenv()
280 di->stopbits = uart_parse_long(&spec); in uart_getenv()
283 di->bas.rclk = uart_parse_long(&spec); in uart_getenv()