Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dfarsync.c499 #define FST_RDW(C,E) readw ((C)->mem + WIN_OFFSET(E)) macro
949 mbval = FST_RDW(card, portMailbox[port->index][0]); in fst_issue_cmd()
963 mbval = FST_RDW(card, portMailbox[port->index][0]); in fst_issue_cmd()
1231 len = FST_RDW(card, rxDescrRing[pi][rxp].mcnt); in fst_intr_rx()
1630 if (FST_RDW(card, smcVersion) != SMC_VERSION) { in check_started_ok()
1632 FST_RDW(card, smcVersion), SMC_VERSION); in check_started_ok()
1783 info->lineInterface = FST_RDW(card, portConfig[i].lineInterface); in gather_conf_info()
1789 info->clockStatus = FST_RDW(card, clockStatus[i]); in gather_conf_info()
1790 info->cableStatus = FST_RDW(card, cableStatus); in gather_conf_info()
1791 info->cardMode = FST_RDW(card, cardMode); in gather_conf_info()