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

/linux-4.1.27/drivers/net/hamradio/
H A Dscc.c241 static inline unsigned char InReg(io_port port, unsigned char reg) InReg() function
436 status = InReg(scc->ctrl,R0); scc_exint()
570 status = InReg(scc->ctrl,R1); /* read receiver status */ scc_spint()
675 for (k = 0; InReg(ctrl->chan_A,R3) && k < SCC_IRQTIMEOUT; k++) scc_isr()
677 vector=InReg(ctrl->chan_B,R2); /* Read the vector */ scc_isr()
863 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD)) init_channel()
878 scc->status = InReg(scc->ctrl,R0); /* read initial status */ init_channel()
1768 if (InReg(hwcfg.ctrl_a,R13) != 0x55) scc_net_ioctl()
2065 seq_printf(seq, "\tR %2.2x %2.2x XX ", InReg(scc->ctrl,R0), InReg(scc->ctrl,R1)); scc_net_seq_show()
2067 seq_printf(seq, "%2.2x ", InReg(scc->ctrl, reg)); scc_net_seq_show()
2070 seq_printf(seq, "%2.2x ", InReg(scc->ctrl, reg)); scc_net_seq_show()

Completed in 43 milliseconds