Searched refs:STAT_FRM_ERR (Results 1 – 2 of 2) sorted by relevance
67 #define STAT_FRM_ERR BIT(2) macro70 #define STAT_BRK_ERR (STAT_BRK_DET | STAT_FRM_ERR \293 status &= ~(STAT_FRM_ERR | STAT_PAR_ERR); in mvebu_uart_rx_chars()301 if (status & STAT_FRM_ERR) in mvebu_uart_rx_chars()323 if (status & STAT_FRM_ERR) in mvebu_uart_rx_chars()379 if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR | STAT_FRM_ERR | in mvebu_uart_isr()394 if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR | STAT_FRM_ERR | in mvebu_uart_rx_isr()578 port->read_status_mask |= STAT_FRM_ERR | STAT_PAR_ERR; in mvebu_uart_set_termios()583 STAT_FRM_ERR | STAT_PAR_ERR | STAT_OVR_ERR; in mvebu_uart_set_termios()
78 #define STAT_FRM_ERR BIT(12) /* Multiple Frame Sync pulse */ macro248 if (status & STAT_FRM_ERR) { in pic32_spi_fault_irq()