Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hamradio/
H A Dbaycom_par.c127 } par96; member
187 bc->modem.par96.scram = ((bc->modem.par96.scram << 1) | in par96_tx()
188 (bc->modem.par96.scram & 1)); in par96_tx()
190 bc->modem.par96.scram ^= 1; in par96_tx()
192 bc->modem.par96.scram ^= in par96_tx()
213 bc->modem.par96.descram = (bc->modem.par96.descram << 1); in par96_rx()
215 bc->modem.par96.descram |= 1; in par96_rx()
216 descx = bc->modem.par96.descram ^ in par96_rx()
217 (bc->modem.par96.descram >> 1); in par96_rx()
232 bc->modem.par96.dcd_shreg = (bc->modem.par96.dcd_shreg >> 16) in par96_rx()
[all …]
H A DKconfig123 tristate "BAYCOM picpar and par96 driver for AX.25"
129 par96 designs. To configure the driver, use the sethdlc utility
/openbmc/linux/Documentation/networking/device_drivers/hamradio/
H A Dbaycom.rst35 This driver supports the par96 and picpar modems.
54 par96 This is a modem for 9600 baud FSK compatible to the G3RUH standard.
63 picpar This is a redesign of the par96 modem by Henning Rech, DF9IC. The modem
64 is protocol compatible to par96, but uses only three low power ICs
121 hardware DCD, par96 implies software DCD).
141 par96 the software DCD algorithm for this type of modem is rather poor.