Lines Matching defs:port

54 #define UBRLCR(port)		((port)->iobase + UBRLCR1 - SYSCON1)  argument
55 #define UARTDR(port) ((port)->iobase + UARTDR1 - SYSCON1) argument
56 #define SYSFLG(port) ((port)->iobase + SYSFLG1 - SYSCON1) argument
57 #define SYSCON(port) ((port)->iobase + SYSCON1 - SYSCON1) argument
59 #define TX_IRQ(port) ((port)->irq) argument
60 #define RX_IRQ(port) ((port)->irq + 1) argument
64 #define tx_enabled(port) ((port)->unused[0]) argument
66 static void clps711xuart_stop_tx(struct uart_port *port) in clps711xuart_stop_tx()
74 static void clps711xuart_start_tx(struct uart_port *port) in clps711xuart_start_tx()
82 static void clps711xuart_stop_rx(struct uart_port *port) in clps711xuart_stop_rx()
87 static void clps711xuart_enable_ms(struct uart_port *port) in clps711xuart_enable_ms()
93 struct uart_port *port = dev_id; in clps711xuart_int_rx() local
147 struct uart_port *port = dev_id; in clps711xuart_int_tx() local
180 static unsigned int clps711xuart_tx_empty(struct uart_port *port) in clps711xuart_tx_empty()
186 static unsigned int clps711xuart_get_mctrl(struct uart_port *port) in clps711xuart_get_mctrl()
207 clps711xuart_set_mctrl_null(struct uart_port *port, unsigned int mctrl) in clps711xuart_set_mctrl_null()
211 static void clps711xuart_break_ctl(struct uart_port *port, int break_state) in clps711xuart_break_ctl()
226 static int clps711xuart_startup(struct uart_port *port) in clps711xuart_startup()
258 static void clps711xuart_shutdown(struct uart_port *port) in clps711xuart_shutdown()
284 clps711xuart_set_termios(struct uart_port *port, struct ktermios *termios, in clps711xuart_set_termios()
358 static const char *clps711xuart_type(struct uart_port *port) in clps711xuart_type()
366 static void clps711xuart_config_port(struct uart_port *port, int flags) in clps711xuart_config_port()
372 static void clps711xuart_release_port(struct uart_port *port) in clps711xuart_release_port()
376 static int clps711xuart_request_port(struct uart_port *port) in clps711xuart_request_port()
421 static void clps711xuart_console_putchar(struct uart_port *port, int ch) in clps711xuart_console_putchar()
440 struct uart_port *port = clps711x_ports + co->index; in clps711xuart_console_write() local
463 clps711xuart_console_get_options(struct uart_port *port, int *baud, in clps711xuart_console_get_options()
491 struct uart_port *port; in clps711xuart_console_setup() local