Searched refs:hdlcdrv_putbits (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dhdlcdrv.h221 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) function
/linux-master/drivers/net/hamradio/
H A Dbaycom_par.c227 hdlcdrv_putbits(&bc->hdrv, data);
H A Dbaycom_ser_fdx.c208 hdlcdrv_putbits(&bc->hdrv, (bc->modem.shreg >> 1) ^ 0xffff);
H A Dbaycom_ser_hdx.c341 hdlcdrv_putbits(&bc->hdrv, bc->modem.shreg >> 1);

Completed in 125 milliseconds