Searched refs:FST_RDW (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/wan/ |
D | farsync.c | 493 #define FST_RDW(C, E) (readw((C)->mem + WIN_OFFSET(E))) macro 915 mbval = FST_RDW(card, portMailbox[port->index][0]); in fst_issue_cmd() 929 mbval = FST_RDW(card, portMailbox[port->index][0]); in fst_issue_cmd() 1187 len = FST_RDW(card, rxDescrRing[pi][rxp].mcnt); in fst_intr_rx() 1568 if (FST_RDW(card, smcVersion) != SMC_VERSION) { in check_started_ok() 1570 FST_RDW(card, smcVersion), SMC_VERSION); in check_started_ok() 1721 info->lineInterface = FST_RDW(card, portConfig[i].lineInterface); in gather_conf_info() 1727 info->clockStatus = FST_RDW(card, clockStatus[i]); in gather_conf_info() 1728 info->cableStatus = FST_RDW(card, cableStatus); in gather_conf_info() 1729 info->cardMode = FST_RDW(card, cardMode); in gather_conf_info()
|