Lines Matching refs:lpc_uart
17 struct lpc_uart struct
43 struct lpc_uart *uart; in lpc_control()
46 uart = (struct lpc_uart *)serial->parent.user_data; in lpc_control()
65 struct lpc_uart *uart; in lpc_putc()
67 uart = (struct lpc_uart *)serial->parent.user_data; in lpc_putc()
75 struct lpc_uart *uart; in lpc_getc()
77 uart = (struct lpc_uart *)serial->parent.user_data; in lpc_getc()
96 struct lpc_uart uart0 =
105 struct lpc_uart *uart; in UART0_IRQHandler()
148 struct lpc_uart uart2 =
157 struct lpc_uart *uart; in UART2_IRQHandler()
200 struct lpc_uart *uart; in rt_hw_uart_init()