Lines Matching refs:FST_WRW
502 #define FST_WRW(C,E,W) writew ((W), (C)->mem + WIN_OFFSET(E)) macro
991 FST_WRW(card, portMailbox[port->index][0], cmd); in fst_issue_cmd()
1042 FST_WRW(card, rxDescrRing[pi][i].ladr, (u16) offset); in fst_rx_config()
1044 FST_WRW(card, rxDescrRing[pi][i].bcnt, cnv_bcnt(LEN_RX_BUFFER)); in fst_rx_config()
1045 FST_WRW(card, rxDescrRing[pi][i].mcnt, LEN_RX_BUFFER); in fst_rx_config()
1070 FST_WRW(card, txDescrRing[pi][i].ladr, (u16) offset); in fst_tx_config()
1072 FST_WRW(card, txDescrRing[pi][i].bcnt, 0); in fst_tx_config()
1400 FST_WRW(card, txDescrRing[pi][port->txpos].bcnt, in do_bottom_half_tx()
1727 FST_WRW(card, cardMode, info->cardMode); in set_conf_from_info()
1907 FST_WRW(card, portConfig[i].lineInterface, V35); in fst_set_iface()
1912 FST_WRW(card, portConfig[i].lineInterface, V24); in fst_set_iface()
1917 FST_WRW(card, portConfig[i].lineInterface, X21); in fst_set_iface()
1922 FST_WRW(card, portConfig[i].lineInterface, X21D); in fst_set_iface()
1927 FST_WRW(card, portConfig[i].lineInterface, T1); in fst_set_iface()
1932 FST_WRW(card, portConfig[i].lineInterface, E1); in fst_set_iface()