Home
last modified time | relevance | path

Searched refs:sport_uart_port (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dbfin_sport_uart.c44 struct sport_uart_port { struct
59 static int sport_uart_tx_chars(struct sport_uart_port *up); argument
62 static inline void tx_one_byte(struct sport_uart_port *up, unsigned int value) in tx_one_byte()
81 static inline unsigned char rx_one_byte(struct sport_uart_port *up) in rx_one_byte()
119 static int sport_uart_setup(struct sport_uart_port *up, int size, int baud_rate) in sport_uart_setup()
152 struct sport_uart_port *up = dev_id; in sport_uart_rx_irq()
176 struct sport_uart_port *up = dev_id; in sport_uart_tx_irq()
187 struct sport_uart_port *up = dev_id; in sport_uart_err_irq()
218 struct sport_uart_port *up = (struct sport_uart_port *)port; in sport_get_mctrl()
231 struct sport_uart_port *up = (struct sport_uart_port *)port; in sport_set_mctrl()
[all …]