Searched defs:FST_RDW (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wan/
H A Dfarsync.c498 #define FST_RDW(C,E) readw ((C)->mem + WIN_OFFSET(E)) macro
956 mbval = FST_RDW(card, portMailbox[port->index][0]);
970 mbval = FST_RDW(card, portMailbox[port->index][0]);
1238 len = FST_RDW(card, rxDescrRing[pi][rxp].mcnt);
1639 if (FST_RDW(card, smcVersion) != SMC_VERSION) {
1641 FST_RDW(card, smcVersion), SMC_VERSION);
1792 info->lineInterface = FST_RDW(card, portConfig[i].lineInterface);
1798 info->clockStatus = FST_RDW(card, clockStatus[i]);
1799 info->cableStatus = FST_RDW(card, cableStatus);
1800 info->cardMode = FST_RDW(car
[all...]

Completed in 83 milliseconds