Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tty/serial/
Dpic32_uart.c116 #define PIC32_UART_STA_TRMT BIT(8) macro
132 while (!(pic32_uart_readl(sport, PIC32_UART_STA) & PIC32_UART_STA_TRMT)) in pic32_wait_deplete_txbuf()
142 return (val & PIC32_UART_STA_TRMT) ? 1 : 0; in pic32_uart_tx_empty()