Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/hamradio/
Dscc.c326 if (scc->kiss.fulldup != KISS_DUPLEX_OPTIMA) in scc_notify()
447 if ((changes & SYNC_HUNT) && scc->kiss.softdcd) in scc_exint()
465 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */ in scc_exint()
489 if (scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */ in scc_exint()
521 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint()
863 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD)) in init_channel()
871 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE)); in init_channel()
932 if (scc->kiss.tx_inhibit) in scc_key_trx()
948 if (scc->kiss.softdcd) in scc_key_trx()
951 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
[all …]
/linux-4.1.27/include/linux/
Dscc.h69 struct scc_kiss kiss; /* control structure for KISS params */ member
/linux-4.1.27/Documentation/power/
Dswsusp.txt6 * ...kiss your data goodbye.