cur_s             205 drivers/net/hamradio/baycom_ser_hdx.c 	unsigned char cur_s;
cur_s             209 drivers/net/hamradio/baycom_ser_hdx.c 	cur_s = inb(MSR(dev->base_addr)) & 0x10;	/* the CTS line */
cur_s             210 drivers/net/hamradio/baycom_ser_hdx.c 	hdlcdrv_channelbit(&bc->hdrv, cur_s);
cur_s             212 drivers/net/hamradio/baycom_ser_hdx.c 		(cur_s != bc->modem.ser12.last_sample);
cur_s             213 drivers/net/hamradio/baycom_ser_hdx.c 	bc->modem.ser12.last_sample = cur_s;