Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsirfsoc_uart.c33 sirfsoc_uart_pio_tx_chars(struct sirfsoc_uart_port *sirfport, int count);
115 struct sirfsoc_uart_port *sirfport = to_sirfport(port); in sirfsoc_uart_tx_empty() local
116 struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg; in sirfsoc_uart_tx_empty()
117 struct sirfsoc_fifo_status *ufifo_st = &sirfport->uart_reg->fifo_status; in sirfsoc_uart_tx_empty()
125 struct sirfsoc_uart_port *sirfport = to_sirfport(port); in sirfsoc_uart_get_mctrl() local
126 struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg; in sirfsoc_uart_get_mctrl()
127 if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled) in sirfsoc_uart_get_mctrl()
129 if (sirfport->uart_reg->uart_type == SIRF_REAL_UART) { in sirfsoc_uart_get_mctrl()
136 if (!gpio_get_value(sirfport->cts_gpio)) in sirfsoc_uart_get_mctrl()
149 struct sirfsoc_uart_port *sirfport = to_sirfport(port); in sirfsoc_uart_set_mctrl() local
[all …]