Lines Matching defs:port

113 	struct uart_port	port[SCCNXP_MAX_UARTS];  member
215 static inline u8 sccnxp_read(struct uart_port *port, u8 reg) in sccnxp_read()
220 static inline void sccnxp_write(struct uart_port *port, u8 reg, u8 v) in sccnxp_write()
225 static inline u8 sccnxp_port_read(struct uart_port *port, u8 reg) in sccnxp_port_read()
230 static inline void sccnxp_port_write(struct uart_port *port, u8 reg, u8 v) in sccnxp_port_write()
284 static int sccnxp_set_baud(struct uart_port *port, int baud) in sccnxp_set_baud()
323 static void sccnxp_enable_irq(struct uart_port *port, int mask) in sccnxp_enable_irq()
331 static void sccnxp_disable_irq(struct uart_port *port, int mask) in sccnxp_disable_irq()
339 static void sccnxp_set_bit(struct uart_port *port, int sig, int state) in sccnxp_set_bit()
353 static void sccnxp_handle_rx(struct uart_port *port) in sccnxp_handle_rx()
409 static void sccnxp_handle_tx(struct uart_port *port) in sccnxp_handle_tx()
492 static void sccnxp_start_tx(struct uart_port *port) in sccnxp_start_tx()
508 static void sccnxp_stop_tx(struct uart_port *port) in sccnxp_stop_tx()
513 static void sccnxp_stop_rx(struct uart_port *port) in sccnxp_stop_rx()
523 static unsigned int sccnxp_tx_empty(struct uart_port *port) in sccnxp_tx_empty()
536 static void sccnxp_set_mctrl(struct uart_port *port, unsigned int mctrl) in sccnxp_set_mctrl()
552 static unsigned int sccnxp_get_mctrl(struct uart_port *port) in sccnxp_get_mctrl()
596 static void sccnxp_break_ctl(struct uart_port *port, int break_state) in sccnxp_break_ctl()
607 static void sccnxp_set_termios(struct uart_port *port, in sccnxp_set_termios()
694 static int sccnxp_startup(struct uart_port *port) in sccnxp_startup()
725 static void sccnxp_shutdown(struct uart_port *port) in sccnxp_shutdown()
747 static const char *sccnxp_type(struct uart_port *port) in sccnxp_type()
754 static void sccnxp_release_port(struct uart_port *port) in sccnxp_release_port()
759 static int sccnxp_request_port(struct uart_port *port) in sccnxp_request_port()
765 static void sccnxp_config_port(struct uart_port *port, int flags) in sccnxp_config_port()
771 static int sccnxp_verify_port(struct uart_port *port, struct serial_struct *s) in sccnxp_verify_port()
800 static void sccnxp_console_putchar(struct uart_port *port, int c) in sccnxp_console_putchar()
816 struct uart_port *port = &s->port[co->index]; in sccnxp_console_write() local
827 struct uart_port *port = &s->port[(co->index > 0) ? co->index : 0]; in sccnxp_console_setup() local