Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Drocket_int.h168 #define STMPARITYH 0x100 /* parity error */ macro
169 #define STMERRORH (STMBREAKH | STMFRAMEH | STMPARITYH)
Drocket.c361 CharNStat &= ~(STMFRAMEH | STMPARITYH); in rp_do_receive()
369 else if (CharNStat & STMPARITYH) in rp_do_receive()
810 info->read_status_mask |= STMFRAMEH | STMPARITYH; in configure_r_port()
819 info->ignore_status_mask |= STMFRAMEH | STMPARITYH; in configure_r_port()