Lines Matching refs:uart_port

31 static struct uart_port ports[BCM63XX_NR_UARTS];
73 static inline unsigned int bcm_uart_readl(struct uart_port *port, in bcm_uart_readl()
79 static inline void bcm_uart_writel(struct uart_port *port, in bcm_uart_writel()
88 static unsigned int bcm_uart_tx_empty(struct uart_port *port) in bcm_uart_tx_empty()
99 static void bcm_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in bcm_uart_set_mctrl()
123 static unsigned int bcm_uart_get_mctrl(struct uart_port *port) in bcm_uart_get_mctrl()
143 static void bcm_uart_stop_tx(struct uart_port *port) in bcm_uart_stop_tx()
159 static void bcm_uart_start_tx(struct uart_port *port) in bcm_uart_start_tx()
175 static void bcm_uart_stop_rx(struct uart_port *port) in bcm_uart_stop_rx()
187 static void bcm_uart_enable_ms(struct uart_port *port) in bcm_uart_enable_ms()
199 static void bcm_uart_break_ctl(struct uart_port *port, int ctl) in bcm_uart_break_ctl()
219 static const char *bcm_uart_type(struct uart_port *port) in bcm_uart_type()
227 static void bcm_uart_do_rx(struct uart_port *port) in bcm_uart_do_rx()
304 static void bcm_uart_do_tx(struct uart_port *port) in bcm_uart_do_tx()
331 struct uart_port *port; in bcm_uart_interrupt()
363 static void bcm_uart_enable(struct uart_port *port) in bcm_uart_enable()
375 static void bcm_uart_disable(struct uart_port *port) in bcm_uart_disable()
388 static void bcm_uart_flush(struct uart_port *port) in bcm_uart_flush()
405 static int bcm_uart_startup(struct uart_port *port) in bcm_uart_startup()
450 static void bcm_uart_shutdown(struct uart_port *port) in bcm_uart_shutdown()
466 static void bcm_uart_set_termios(struct uart_port *port, struct ktermios *new, in bcm_uart_set_termios()
555 static int bcm_uart_request_port(struct uart_port *port) in bcm_uart_request_port()
564 static void bcm_uart_release_port(struct uart_port *port) in bcm_uart_release_port()
572 static void bcm_uart_config_port(struct uart_port *port, int flags) in bcm_uart_config_port()
585 static int bcm_uart_verify_port(struct uart_port *port, in bcm_uart_verify_port()
622 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr()
654 static void bcm_console_putchar(struct uart_port *port, unsigned char ch) in bcm_console_putchar()
666 struct uart_port *port; in bcm_console_write()
700 struct uart_port *port; in bcm_console_setup()
778 struct uart_port *port; in bcm_uart_probe()
839 struct uart_port *port; in bcm_uart_remove()