Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Drocket_int.h807 #define sGetChanStatusLo(ChP) sInB((ByteIO_t)(ChP)->ChanStat) macro
Drocket.c862 return (sGetChanStatusLo(&info->channel) & CD_ACT) ? 1 : 0; in carrier_raised()
1164 ChanStatus = sGetChanStatusLo(&info->channel); in rp_tiocmget()
1468 if (sGetChanStatusLo(cp) & TXSHRMT) in rp_wait_until_sent()