Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Damiserial.c120 static unsigned char current_ctl_bits; variable
386 dstatus = status ^ current_ctl_bits; in check_modem_status()
387 current_ctl_bits = status; in check_modem_status()
563 current_ctl_bits = ciab.pra & (SER_DCD | SER_CTS | SER_DSR); in startup()