Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/
Dmsm_serial_hs.c128 #define UARTDM_SR_PAR_FRAME_BMSK BIT(5) macro
935 status = status & ~(UARTDM_SR_PAR_FRAME_BMSK); in msm_hs_dmov_rx_callback()
937 if (unlikely(status & UARTDM_SR_PAR_FRAME_BMSK)) { in msm_hs_dmov_rx_callback()