Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dmvebu-uart.c65 #define STAT_FRM_ERR BIT(2) macro
68 #define STAT_BRK_ERR (STAT_BRK_DET | STAT_FRM_ERR \
254 status &= ~(STAT_FRM_ERR | STAT_PAR_ERR); in mvebu_uart_rx_chars()
262 if (status & STAT_FRM_ERR) in mvebu_uart_rx_chars()
284 if (status & STAT_FRM_ERR) in mvebu_uart_rx_chars()
340 if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR | STAT_FRM_ERR | in mvebu_uart_isr()
355 if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR | STAT_FRM_ERR | in mvebu_uart_rx_isr()
491 port->read_status_mask |= STAT_FRM_ERR | STAT_PAR_ERR; in mvebu_uart_set_termios()
496 STAT_FRM_ERR | STAT_PAR_ERR | STAT_OVR_ERR; in mvebu_uart_set_termios()
/Linux-v5.15/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()