Searched refs:FST_RDL (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/wan/ |
D | farsync.c | 496 #define FST_RDL(C,E) readl ((C)->mem + WIN_OFFSET(E)) macro 984 outputs |= FST_RDL(port->card, v24OpSts[port->index]); in fst_op_raise() 994 outputs = ~outputs & FST_RDL(port->card, v24OpSts[port->index]); in fst_op_lower() 1111 signals = FST_RDL(card, v24DebouncedSts[port->index]); in fst_intr_ctlchg() 1535 int_retry_count = FST_RDL(card, interruptRetryCount); in fst_intr() 1632 if (FST_RDL(card, endOfSmcSignature) != END_SIG) { in check_started_ok() 1654 if (FST_RDL(card, numberOfPorts) != card->nports) { in check_started_ok() 1657 FST_RDL(card, numberOfPorts), card->nports); in check_started_ok() 1781 info->lineSpeed = FST_RDL(card, portConfig[i].lineSpeed); in gather_conf_info() 1783 info->v24IpSts = FST_RDL(card, v24IpSts[i]); in gather_conf_info() [all …]
|