Lines Matching refs:uart_bas
58 static int lowrisc_uart_probe(struct uart_bas *bas);
59 static void lowrisc_uart_init(struct uart_bas *bas, int, int, int, int);
60 static void lowrisc_uart_term(struct uart_bas *bas);
61 static void lowrisc_uart_putc(struct uart_bas *bas, int);
62 static int lowrisc_uart_rxready(struct uart_bas *bas);
63 static int lowrisc_uart_getc(struct uart_bas *bas, struct mtx *);
75 lowrisc_uart_probe(struct uart_bas *bas) in lowrisc_uart_probe()
82 lowrisc_uart_getbaud(struct uart_bas *bas) in lowrisc_uart_getbaud()
89 lowrisc_uart_init(struct uart_bas *bas, int baudrate, int databits, in lowrisc_uart_init()
97 lowrisc_uart_term(struct uart_bas *bas) in lowrisc_uart_term()
104 lowrisc_uart_putc(struct uart_bas *bas, int c) in lowrisc_uart_putc()
114 lowrisc_uart_rxready(struct uart_bas *bas) in lowrisc_uart_rxready()
124 lowrisc_uart_getc(struct uart_bas *bas, struct mtx *hwmtx) in lowrisc_uart_getc()
193 struct uart_bas *bas; in lowrisc_uart_bus_attach()
241 struct uart_bas *bas; in lowrisc_uart_bus_ioctl()
266 struct uart_bas *bas; in lowrisc_uart_bus_ipend()
320 struct uart_bas *bas; in lowrisc_uart_bus_receive()
353 struct uart_bas *bas; in lowrisc_uart_bus_transmit()