Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/hamradio/
Dscc.c329 if (scc->kiss.fulldup != KISS_DUPLEX_OPTIMA) in scc_notify()
450 if ((changes & SYNC_HUNT) && scc->kiss.softdcd) in scc_exint()
468 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */ in scc_exint()
492 if (scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */ in scc_exint()
524 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint()
866 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD)) in init_channel()
874 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE)); in init_channel()
935 if (scc->kiss.tx_inhibit) in scc_key_trx()
951 if (scc->kiss.softdcd) in scc_key_trx()
954 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
[all …]
/linux-5.19.10/include/linux/
Dscc.h70 struct scc_kiss kiss; /* control structure for KISS params */ member
/linux-5.19.10/Documentation/power/
Dswsusp.rst12 ...kiss your data goodbye.