Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
A Dpic32_uart.h115 #define PIC32_UART_STA_TRMT BIT(8) macro
A Dpic32_uart.c41 while (!(pic32_uart_readl(sport, PIC32_UART_STA) & PIC32_UART_STA_TRMT)) in pic32_wait_deplete_txbuf()
68 return (val & PIC32_UART_STA_TRMT) ? 1 : 0; in pic32_uart_tx_empty()

Completed in 4 milliseconds