Searched refs:FST_RDL (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | farsync.c | 499 #define FST_RDL(C,E) readl ((C)->mem + WIN_OFFSET(E)) macro 1007 outputs |= FST_RDL(port->card, v24OpSts[port->index]); in fst_op_raise() 1017 outputs = ~outputs & FST_RDL(port->card, v24OpSts[port->index]); in fst_op_lower() 1134 signals = FST_RDL(card, v24DebouncedSts[port->index]); in fst_intr_ctlchg() 1571 int_retry_count = FST_RDL(card, interruptRetryCount); in fst_intr() 1669 if (FST_RDL(card, endOfSmcSignature) != END_SIG) { in check_started_ok() 1691 if (FST_RDL(card, numberOfPorts) != card->nports) { in check_started_ok() 1694 FST_RDL(card, numberOfPorts), card->nports); in check_started_ok() 1818 info->lineSpeed = FST_RDL(card, portConfig[i].lineSpeed); in gather_conf_info() 1820 info->v24IpSts = FST_RDL(card, v24IpSts[i]); in gather_conf_info() [all …]
|