Searched refs:FST_RDW (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/net/wan/ |
D | farsync.c | 498 #define FST_RDW(C,E) readw ((C)->mem + WIN_OFFSET(E)) macro 956 mbval = FST_RDW(card, portMailbox[port->index][0]); in fst_issue_cmd() 970 mbval = FST_RDW(card, portMailbox[port->index][0]); in fst_issue_cmd() 1238 len = FST_RDW(card, rxDescrRing[pi][rxp].mcnt); in fst_intr_rx() 1639 if (FST_RDW(card, smcVersion) != SMC_VERSION) { in check_started_ok() 1641 FST_RDW(card, smcVersion), SMC_VERSION); in check_started_ok() 1792 info->lineInterface = FST_RDW(card, portConfig[i].lineInterface); in gather_conf_info() 1798 info->clockStatus = FST_RDW(card, clockStatus[i]); in gather_conf_info() 1799 info->cableStatus = FST_RDW(card, cableStatus); in gather_conf_info() 1800 info->cardMode = FST_RDW(card, cardMode); in gather_conf_info()
|