Searched refs:RP2_DUMMY_READ (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/tty/serial/
H A Drp2.c85 #define RP2_DUMMY_READ BIT(16) macro
388 port->ignore_status_mask = (new->c_cflag & CREAD) ? 0 : RP2_DUMMY_READ;
402 u32 byte = readw(up->base + RP2_DATA_BYTE) | RP2_DUMMY_READ;

Completed in 185 milliseconds