Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_subr.c80 uart_parse_long(const char **p) in uart_parse_long() function
239 di->bas.busy_detect = uart_parse_long(&spec); in uart_getenv()
242 di->baudrate = uart_parse_long(&spec); in uart_getenv()
245 di->bas.chan = uart_parse_long(&spec); in uart_getenv()
248 di->databits = uart_parse_long(&spec); in uart_getenv()
265 di->bas.regshft = uart_parse_long(&spec); in uart_getenv()
268 di->bas.regiowidth = uart_parse_long(&spec); in uart_getenv()
271 di->stopbits = uart_parse_long(&spec); in uart_getenv()
274 di->bas.rclk = uart_parse_long(&spec); in uart_getenv()