Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/hamradio/
Dscc.c328 if (scc->kiss.fulldup != KISS_DUPLEX_OPTIMA) in scc_notify()
449 if ((changes & SYNC_HUNT) && scc->kiss.softdcd) in scc_exint()
467 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */ in scc_exint()
491 if (scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */ in scc_exint()
523 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint()
865 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD)) in init_channel()
873 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE)); in init_channel()
934 if (scc->kiss.tx_inhibit) in scc_key_trx()
950 if (scc->kiss.softdcd) in scc_key_trx()
953 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
[all …]
/Linux-v5.15/include/linux/
Dscc.h70 struct scc_kiss kiss; /* control structure for KISS params */ member
/Linux-v5.15/Documentation/power/
Dswsusp.rst12 ...kiss your data goodbye.