Searched refs:msm_read (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
D | msm_serial.c | 62 while (!(msm_read(port, UART_SR) & UART_SR_TX_EMPTY)) { in wait_for_xmitr() 63 if (msm_read(port, UART_ISR) & UART_ISR_TX_READY) in wait_for_xmitr() 109 if ((msm_read(port, UART_SR) & UART_SR_OVERRUN)) { in handle_rx_dm() 116 count = msm_read(port, UARTDM_RX_TOTAL_SNAP) - in handle_rx_dm() 120 count = 4 * (msm_read(port, UART_RFWR)); in handle_rx_dm() 132 sr = msm_read(port, UART_SR); in handle_rx_dm() 183 if ((msm_read(port, UART_SR) & UART_SR_OVERRUN)) { in handle_rx() 190 while ((sr = msm_read(port, UART_SR)) & UART_SR_RX_READY) { in handle_rx() 195 c = msm_read(port, UART_RF); in handle_rx() 231 msm_read(port, UARTDM_NCF_TX); in reset_dm_count() [all …]
|
D | msm_serial.h | 135 unsigned int msm_read(struct uart_port *port, unsigned int off) in msm_read() function
|