Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dfarsync.c496 #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(car in gather_conf_info()
[all...]
/kernel/linux/linux-6.6/drivers/net/wan/
H A 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(car in gather_conf_info()
[all...]

Completed in 7 milliseconds