Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Drocket_int.h808 #define sGetChanStatusLo(ChP) sInB((ByteIO_t)(ChP)->ChanStat) macro
Drocket.c852 return (sGetChanStatusLo(&info->channel) & CD_ACT) ? 1 : 0; in carrier_raised()
1133 ChanStatus = sGetChanStatusLo(&info->channel); in rp_tiocmget()
1440 if (sGetChanStatusLo(cp) & TXSHRMT) in rp_wait_until_sent()