Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/uart/
Duart_subr.c87 uart_parse_long(__const char **p) in uart_parse_long() function
234 di->baudrate = uart_parse_long(&spec); in uart_getenv()
237 di->bas.chan = uart_parse_long(&spec); in uart_getenv()
240 di->databits = uart_parse_long(&spec); in uart_getenv()
257 di->bas.regshft = uart_parse_long(&spec); in uart_getenv()
260 di->stopbits = uart_parse_long(&spec); in uart_getenv()
263 di->bas.rclk = uart_parse_long(&spec); in uart_getenv()