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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dscc.c326 if (scc->kiss.fulldup != KISS_DUPLEX_OPTIMA)
447 if ((changes & SYNC_HUNT) && scc->kiss.softdcd)
465 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */
489 if (scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */
521 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF)
862 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD))
870 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE));
931 if (scc->kiss.tx_inhibit)
947 if (scc->kiss.softdcd)
950 or(scc,R15, scc->kiss
2015 const struct scc_kiss *kiss = &scc->kiss; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dscc.h53 PARAM_RETURN = 255 /* reset kiss mode */
235 struct scc_kiss kiss; /* control structure for KISS params */ member in struct:scc_channel

Completed in 105 milliseconds