Searched refs:msm_read (Results 1 – 2 of 2) sorted by relevance
/drivers/tty/serial/ |
D | msm_serial.c | 55 if (!(msm_read(port, UART_SR) & UART_SR_TX_EMPTY)) in wait_for_xmitr() 56 while ((msm_read(port, UART_ISR) & bits) != bits) in wait_for_xmitr() 99 if ((msm_read(port, UART_SR) & UART_SR_OVERRUN)) { in handle_rx_dm() 106 count = msm_read(port, UARTDM_RX_TOTAL_SNAP) - in handle_rx_dm() 110 count = 4 * (msm_read(port, UART_RFWR)); in handle_rx_dm() 121 sr = msm_read(port, UART_SR); in handle_rx_dm() 126 c = msm_read(port, UARTDM_RF); in handle_rx_dm() 156 if ((msm_read(port, UART_SR) & UART_SR_OVERRUN)) { in handle_rx() 163 while ((sr = msm_read(port, UART_SR)) & UART_SR_RX_READY) { in handle_rx() 167 c = msm_read(port, UART_RF); in handle_rx() [all …]
|
D | msm_serial.h | 140 unsigned int msm_read(struct uart_port *port, unsigned int off) in msm_read() function
|