Home
last modified time | relevance | path

Searched refs:FST_WRW (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/net/wan/
Dfarsync.c502 #define FST_WRW(C,E,W) writew ((W), (C)->mem + WIN_OFFSET(E)) macro
979 FST_WRW(card, portMailbox[port->index][0], cmd); in fst_issue_cmd()
1030 FST_WRW(card, rxDescrRing[pi][i].ladr, (u16) offset); in fst_rx_config()
1032 FST_WRW(card, rxDescrRing[pi][i].bcnt, cnv_bcnt(LEN_RX_BUFFER)); in fst_rx_config()
1033 FST_WRW(card, rxDescrRing[pi][i].mcnt, LEN_RX_BUFFER); in fst_rx_config()
1058 FST_WRW(card, txDescrRing[pi][i].ladr, (u16) offset); in fst_tx_config()
1060 FST_WRW(card, txDescrRing[pi][i].bcnt, 0); in fst_tx_config()
1383 FST_WRW(card, txDescrRing[pi][port->txpos].bcnt, in do_bottom_half_tx()
1703 FST_WRW(card, cardMode, info->cardMode); in set_conf_from_info()
1883 FST_WRW(card, portConfig[i].lineInterface, V35); in fst_set_iface()
[all …]