Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Datmel_serial.c556 bool is_pdc = atmel_use_pdc_tx(port); in atmel_stop_tx() local
557 bool is_dma = is_pdc || atmel_use_dma_tx(port); in atmel_stop_tx()
559 if (is_pdc) { in atmel_stop_tx()
588 bool is_pdc = atmel_use_pdc_tx(port); in atmel_start_tx() local
589 bool is_dma = is_pdc || atmel_use_dma_tx(port); in atmel_start_tx()
591 if (is_pdc && (atmel_uart_readl(port, ATMEL_PDC_PTSR) in atmel_start_tx()
600 if (is_pdc) { in atmel_start_tx()