Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/hamradio/
Dscc.c240 static inline unsigned char InReg(io_port port, unsigned char reg) in InReg() function
439 status = InReg(scc->ctrl,R0); in scc_exint()
573 status = InReg(scc->ctrl,R1); /* read receiver status */ in scc_spint()
675 for (k = 0; InReg(ctrl->chan_A,R3) && k < SCC_IRQTIMEOUT; k++) in scc_isr()
677 vector=InReg(ctrl->chan_B,R2); /* Read the vector */ in scc_isr()
861 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD)) in init_channel()
876 scc->status = InReg(scc->ctrl,R0); /* read initial status */ in init_channel()
1798 if (InReg(hwcfg.ctrl_a,R13) != 0x55) in scc_net_ioctl()
2071 len += sprintf(buffer+len, "\tR %2.2x %2.2x XX ", InReg(scc->ctrl,R0), InReg(scc->ctrl,R1)); in scc_net_get_info()
2073 len += sprintf(buffer+len, "%2.2x ", InReg(scc->ctrl, reg)); in scc_net_get_info()
[all …]