Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/uart/
H A Duart_subr.c86 uart_parse_long(const char **p) in uart_parse_long() function
246 di->bas.busy_detect = uart_parse_long(&spec); in uart_getenv()
249 di->baudrate = uart_parse_long(&spec); in uart_getenv()
252 di->bas.chan = uart_parse_long(&spec); in uart_getenv()
255 di->databits = uart_parse_long(&spec); in uart_getenv()
272 di->bas.regshft = uart_parse_long(&spec); in uart_getenv()
275 di->stopbits = uart_parse_long(&spec); in uart_getenv()
278 di->bas.rclk = uart_parse_long(&spec); in uart_getenv()