Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsirfsoc_uart.c34 sirfsoc_uart_pio_rx_chars(struct uart_port *port, unsigned int max_rx_count);
393 sirfsoc_uart_pio_rx_chars(struct uart_port *port, unsigned int max_rx_count) in sirfsoc_uart_pio_rx_chars() argument
411 if (rx_count >= max_rx_count) in sirfsoc_uart_pio_rx_chars()