Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Drocket_int.h808 #define sGetChanStatusLo(ChP) sInB((ByteIO_t)(ChP)->ChanStat) macro
Drocket.c849 return (sGetChanStatusLo(&info->channel) & CD_ACT) ? 1 : 0; in carrier_raised()
1130 ChanStatus = sGetChanStatusLo(&info->channel); in rp_tiocmget()
1425 if (sGetChanStatusLo(cp) & TXSHRMT) in rp_wait_until_sent()