Searched refs:altera_uart (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | altera_uart.c | 77 struct altera_uart { struct 102 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_get_mctrl() argument 112 static void altera_uart_update_ctrl_reg(struct altera_uart *pp) in altera_uart_update_ctrl_reg() 128 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_set_mctrl() 140 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_start_tx() 148 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_tx() 156 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_rx() 164 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_break_ctl() 202 static void altera_uart_rx_chars(struct altera_uart *pp) in altera_uart_rx_chars() 251 static void altera_uart_tx_chars(struct altera_uart *pp) in altera_uart_tx_chars() [all …]
|
| H A D | Makefile | 62 obj-$(CONFIG_SERIAL_ALTERA_UART) += altera_uart.o
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | Makefile | 18 obj-$(CONFIG_ALTERA_UART) += altera_uart.o
|
| H A D | altera_uart.c | 113 U_BOOT_DRIVER(altera_uart) = {
|
| H A D | Kconfig | 143 Select this to enable a debug UART using the altera_uart driver.
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 795 F: drivers/tty/serial/altera_uart.c 797 F: include/linux/altera_uart.h
|