Home
last modified time | relevance | path

Searched refs:atmel_use_pdc_tx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Datmel_serial.c240 static bool atmel_use_pdc_tx(struct uart_port *port) in atmel_use_pdc_tx() function
252 static bool atmel_use_pdc_tx(struct uart_port *port) in atmel_use_pdc_tx() function
311 if (atmel_use_pdc_tx(port)) in atmel_config_rs485()
428 if (atmel_use_pdc_tx(port)) in atmel_config_iso7816()
549 if (atmel_use_pdc_tx(port)) { in atmel_stop_tx()
578 if (atmel_use_pdc_tx(port) && (atmel_uart_readl(port, ATMEL_PDC_PTSR) in atmel_start_tx()
584 if (atmel_use_pdc_tx(port) || atmel_use_dma_tx(port)) in atmel_start_tx()
588 if (atmel_use_pdc_tx(port)) in atmel_start_tx()
1814 } else if (atmel_use_pdc_tx(port)) { in atmel_set_ops()
2032 if (atmel_use_pdc_tx(por in atmel_flush_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Datmel_serial.c246 static bool atmel_use_pdc_tx(struct uart_port *port) in atmel_use_pdc_tx() function
258 static bool atmel_use_pdc_tx(struct uart_port *port) in atmel_use_pdc_tx() function
317 if (atmel_use_pdc_tx(port)) in atmel_config_rs485()
434 if (atmel_use_pdc_tx(port)) in atmel_config_iso7816()
554 bool is_pdc = atmel_use_pdc_tx(port); in atmel_stop_tx()
586 bool is_pdc = atmel_use_pdc_tx(port); in atmel_start_tx()
1786 } else if (atmel_use_pdc_tx(port)) { in atmel_set_ops()
2007 if (atmel_use_pdc_tx(port)) { in atmel_flush_buffer()
2569 else if (atmel_use_pdc_tx(port)) { in atmel_init_port()

Completed in 12 milliseconds