Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/hamradio/
Dbaycom_par.c143 } par96; member
203 bc->modem.par96.scram = ((bc->modem.par96.scram << 1) | in par96_tx()
204 (bc->modem.par96.scram & 1)); in par96_tx()
206 bc->modem.par96.scram ^= 1; in par96_tx()
207 if (bc->modem.par96.scram & (PAR96_SCRAM_TAP1 << 1)) in par96_tx()
208 bc->modem.par96.scram ^= in par96_tx()
210 if (bc->modem.par96.scram & (PAR96_SCRAM_TAP1 << 2)) in par96_tx()
229 bc->modem.par96.descram = (bc->modem.par96.descram << 1); in par96_rx()
231 bc->modem.par96.descram |= 1; in par96_rx()
232 descx = bc->modem.par96.descram ^ in par96_rx()
[all …]
DKconfig153 tristate "BAYCOM picpar and par96 driver for AX.25"
159 par96 designs. To configure the driver, use the sethdlc utility
/linux-4.4.14/Documentation/networking/
Dbaycom.txt30 This driver supports the par96 and picpar modems.
48 par96: This is a modem for 9600 baud FSK compatible to the G3RUH standard.
57 picpar: This is a redesign of the par96 modem by Henning Rech, DF9IC. The modem
58 is protocol compatible to par96, but uses only three low power ICs
111 hardware DCD, par96 implies software DCD).
129 par96: the software DCD algorithm for this type of modem is rather poor.