Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/hamradio/
Dscc.c327 if (scc->kiss.fulldup != KISS_DUPLEX_OPTIMA) in scc_notify()
448 if ((changes & SYNC_HUNT) && scc->kiss.softdcd) in scc_exint()
466 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */ in scc_exint()
490 if (scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */ in scc_exint()
522 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint()
864 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD)) in init_channel()
872 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE)); in init_channel()
933 if (scc->kiss.tx_inhibit) in scc_key_trx()
949 if (scc->kiss.softdcd) in scc_key_trx()
952 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
[all …]
/Linux-v4.19/include/linux/
Dscc.h70 struct scc_kiss kiss; /* control structure for KISS params */ member
/Linux-v4.19/Documentation/power/
Dswsusp.txt6 * ...kiss your data goodbye.