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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c242 static inline unsigned char InReg(io_port port, unsigned char reg) function
437 status = InReg(scc->ctrl,R0);
571 status = InReg(scc->ctrl,R1); /* read receiver status */
676 for (k = 0; InReg(ctrl->chan_A,R3) && k < SCC_IRQTIMEOUT; k++)
678 vector=InReg(ctrl->chan_B,R2); /* Read the vector */
864 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD))
879 scc->status = InReg(scc->ctrl,R0); /* read initial status */
1765 if (InReg(hwcfg.ctrl_a,R13) != 0x55)
2062 seq_printf(seq, "\tR %2.2x %2.2x XX ", InReg(scc->ctrl,R0), InReg(sc
[all...]

Completed in 56 milliseconds