Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wan/
Dfarsync.c494 #define FST_RDL(C, E) (readl((C)->mem + WIN_OFFSET(E))) macro
953 outputs |= FST_RDL(port->card, v24OpSts[port->index]); in fst_op_raise()
963 outputs = ~outputs & FST_RDL(port->card, v24OpSts[port->index]); in fst_op_lower()
1076 signals = FST_RDL(card, v24DebouncedSts[port->index]); in fst_intr_ctlchg()
1478 int_retry_count = FST_RDL(card, interruptRetryCount); in fst_intr()
1574 if (FST_RDL(card, endOfSmcSignature) != END_SIG) { in check_started_ok()
1597 if (FST_RDL(card, numberOfPorts) != card->nports) { in check_started_ok()
1600 FST_RDL(card, numberOfPorts), card->nports); in check_started_ok()
1723 info->lineSpeed = FST_RDL(card, portConfig[i].lineSpeed); in gather_conf_info()
1725 info->v24IpSts = FST_RDL(card, v24IpSts[i]); in gather_conf_info()
[all …]