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

/drivers/net/wan/
H A Dfarsync.c499 #define FST_RDL(C,E) readl ((C)->mem + WIN_OFFSET(E)) macro
995 outputs |= FST_RDL(port->card, v24OpSts[port->index]);
1005 outputs = ~outputs & FST_RDL(port->card, v24OpSts[port->index]);
1122 signals = FST_RDL(card, v24DebouncedSts[port->index]);
1548 int_retry_count = FST_RDL(card, interruptRetryCount);
1645 if (FST_RDL(card, endOfSmcSignature) != END_SIG) {
1667 if (FST_RDL(card, numberOfPorts) != card->nports) {
1670 FST_RDL(card, numberOfPorts), card->nports);
1794 info->lineSpeed = FST_RDL(card, portConfig[i].lineSpeed);
1796 info->v24IpSts = FST_RDL(car
[all...]

Completed in 14 milliseconds