Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dbfin_sport_uart.c43 struct sport_uart_port { struct
58 static int sport_uart_tx_chars(struct sport_uart_port *up); argument
61 static inline void tx_one_byte(struct sport_uart_port *up, unsigned int value) in tx_one_byte()
80 static inline unsigned char rx_one_byte(struct sport_uart_port *up) in rx_one_byte()
118 static int sport_uart_setup(struct sport_uart_port *up, int size, int baud_rate) in sport_uart_setup()
151 struct sport_uart_port *up = dev_id; in sport_uart_rx_irq()
173 struct sport_uart_port *up = dev_id; in sport_uart_tx_irq()
184 struct sport_uart_port *up = dev_id; in sport_uart_err_irq()
214 struct sport_uart_port *up = (struct sport_uart_port *)port; in sport_get_mctrl()
227 struct sport_uart_port *up = (struct sport_uart_port *)port; in sport_set_mctrl()
[all …]