Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Drocket.c510 ChanStatus = sGetChanStatus(cp); in rp_handle_port()
777 if (sGetChanStatus(cp) & CD_ACT) in configure_r_port()
935 if (sGetChanStatus(cp) & CD_ACT) in rp_open()
946 sGetChanStatus(cp); in rp_open()
2914 sGetChanStatus(ChP); /* clear any pending Rx errors in chan stat */ in sFlushRxFIFO()
Drocket_int.h791 #define sGetChanStatus(ChP) sInW((ChP)->ChanStat) macro