Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dmvebu-uart.c67 #define STAT_FRM_ERR BIT(2) macro
70 #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()
/Linux-v6.1/drivers/spi/
Dspi-pic32.c78 #define STAT_FRM_ERR BIT(12) /* Multiple Frame Sync pulse */ macro
248 if (status & STAT_FRM_ERR) { in pic32_spi_fault_irq()