Searched refs:kiss (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/hamradio/
H A Dscc.c329 if (scc->kiss.fulldup != KISS_DUPLEX_OPTIMA)
450 if ((changes & SYNC_HUNT) && scc->kiss.softdcd)
468 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */
492 if (scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */
524 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF)
866 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD))
874 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE));
935 if (scc->kiss.tx_inhibit)
951 if (scc->kiss.softdcd)
954 or(scc,R15, scc->kiss
2026 const struct scc_kiss *kiss = &scc->kiss; local
[all...]
/linux-master/include/linux/
H A Dscc.h70 struct scc_kiss kiss; /* control structure for KISS params */ member in struct:scc_channel

Completed in 213 milliseconds