Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dbaycom_par.c125 unsigned long descram; member
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()
218 /* now the diff decoded data is inverted in descram */ in par96_rx()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dbaycom_par.c125 unsigned long descram; member
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()
218 /* now the diff decoded data is inverted in descram */ in par96_rx()

Completed in 3 milliseconds