Searched refs:FST_RDW (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A 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(car in gather_conf_info() [all...] |
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A 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(car in gather_conf_info() [all...] |
Completed in 6 milliseconds