Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Datmel_serial.c554 bool is_pdc = atmel_use_pdc_tx(port); in atmel_stop_tx() local
555 bool is_dma = is_pdc || atmel_use_dma_tx(port); in atmel_stop_tx()
557 if (is_pdc) { in atmel_stop_tx()
586 bool is_pdc = atmel_use_pdc_tx(port); in atmel_start_tx() local
587 bool is_dma = is_pdc || atmel_use_dma_tx(port); in atmel_start_tx()
589 if (is_pdc && (atmel_uart_readl(port, ATMEL_PDC_PTSR) in atmel_start_tx()
598 if (is_pdc) { in atmel_start_tx()