Searched refs:FST_RDW (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/wan/ |
D | farsync.c | 495 #define FST_RDW(C,E) readw ((C)->mem + WIN_OFFSET(E)) macro 945 mbval = FST_RDW(card, portMailbox[port->index][0]); in fst_issue_cmd() 959 mbval = FST_RDW(card, portMailbox[port->index][0]); in fst_issue_cmd() 1227 len = FST_RDW(card, rxDescrRing[pi][rxp].mcnt); in fst_intr_rx() 1626 if (FST_RDW(card, smcVersion) != SMC_VERSION) { in check_started_ok() 1628 FST_RDW(card, smcVersion), SMC_VERSION); in check_started_ok() 1779 info->lineInterface = FST_RDW(card, portConfig[i].lineInterface); in gather_conf_info() 1785 info->clockStatus = FST_RDW(card, clockStatus[i]); in gather_conf_info() 1786 info->cableStatus = FST_RDW(card, cableStatus); in gather_conf_info() 1787 info->cardMode = FST_RDW(card, cardMode); in gather_conf_info()
|