Lines Matching refs:shreg
106 unsigned int shreg; member
194 if (bc->modem.shreg <= 1) in ser12_tx()
195 bc->modem.shreg = 0x10000 | hdlcdrv_getbits(&bc->hdrv); in ser12_tx()
197 (bc->modem.shreg & 1)); in ser12_tx()
198 bc->modem.shreg >>= 1; in ser12_tx()
271 bc->modem.shreg >>= 1; in ser12_rx()
274 bc->modem.shreg |= 0x10000; in ser12_rx()
326 bc->modem.shreg >>= 1; in ser12_rx()
329 bc->modem.shreg |= 0x10000; in ser12_rx()
340 if (bc->modem.shreg & 1) { in ser12_rx()
341 hdlcdrv_putbits(&bc->hdrv, bc->modem.shreg >> 1); in ser12_rx()
342 bc->modem.shreg = 0x10000; in ser12_rx()