Lines Matching defs:FST_WRW
499 #define FST_WRW(C,E,W) writew ((W), (C)->mem + WIN_OFFSET(E))
968 FST_WRW(card, portMailbox[port->index][0], cmd);
1019 FST_WRW(card, rxDescrRing[pi][i].ladr, (u16) offset);
1021 FST_WRW(card, rxDescrRing[pi][i].bcnt, cnv_bcnt(LEN_RX_BUFFER));
1022 FST_WRW(card, rxDescrRing[pi][i].mcnt, LEN_RX_BUFFER);
1047 FST_WRW(card, txDescrRing[pi][i].ladr, (u16) offset);
1049 FST_WRW(card, txDescrRing[pi][i].bcnt, 0);
1372 FST_WRW(card, txDescrRing[pi][port->txpos].bcnt,
1690 FST_WRW(card, cardMode, info->cardMode);
1870 FST_WRW(card, portConfig[i].lineInterface, V35);
1875 FST_WRW(card, portConfig[i].lineInterface, V24);
1880 FST_WRW(card, portConfig[i].lineInterface, X21);
1885 FST_WRW(card, portConfig[i].lineInterface, X21D);
1890 FST_WRW(card, portConfig[i].lineInterface, T1);
1895 FST_WRW(card, portConfig[i].lineInterface, E1);