Searched refs:mtk_uart_init (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/mips/mediatek/ |
| H A D | uart_dev_mtk.c | 68 static void mtk_uart_init(struct uart_bas *bas, int, int, int, int); 76 .init = mtk_uart_init, 95 mtk_uart_init(struct uart_bas *bas, int baudrate, int databits, in mtk_uart_init() function 295 mtk_uart_init(bas, di->baudrate, di->databits, di->stopbits, in mtk_uart_bus_attach() 298 mtk_uart_init(bas, 57600, 8, 1, 0); in mtk_uart_bus_attach() 449 mtk_uart_init(&sc->sc_bas, baudrate, databits, stopbits, parity); in mtk_uart_bus_param()
|